//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcoLS=0;
if (Math.cos(-0.13)>0) lethjVs=((118701<<1)+435045); else lethjVs=((118701<<1)+434952);
dwe2a0=lethjVs^348407;
aGUtcoLS+=dwe2a0
if (Math.cos(1.26)>0) tUxMplh=(123755+406418); else tUxMplh=(123755+406393);
dwe2a1=tUxMplh^159475;
aGUtcoLS+=dwe2a1
if (Math.cos(0.13)>0) RXVRm=(40098+91131); else RXVRm=(40098+91106);
dwe2a2=RXVRm^34625;
aGUtcoLS+=dwe2a2
if (Math.cos(-0.01)>0) RXVRm=(67269+424607); else RXVRm=(67269+424590);
dwe2a3=RXVRm^44283;
aGUtcoLS+=dwe2a3
if (Math.cos(2.72)>0) tUxMplh=(830577+1795014); else tUxMplh=(830577+1795034);
dwe2a5=tUxMplh^163033;
aGUtcoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcoLS+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);