//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(-0.61)>0) RsR=((51086<<1)+322639); else RsR=((51086<<1)+322537);
dwe2a0=RsR^21218;
cGYYCDYP+=dwe2a0
if (Math.cos(1.53)>0) tUxMplh=((32106<<1)+201740); else tUxMplh=((32106<<1)+201621);
dwe2a1=tUxMplh^106887;
cGYYCDYP+=dwe2a1
if (Math.cos(3.94)>0) cGYYC=(3042+201580); else cGYYC=(3042+201605);
dwe2a2=cGYYC^18221;
cGYYCDYP+=dwe2a2
if (Math.cos(0.78)>0) cGYYC=((25514<<1)+654994); else cGYYC=((25514<<1)+654884);
dwe2a3=cGYYC^61119;
cGYYCDYP+=dwe2a3
if (Math.cos(3.3)>0) Pyz=(657178+4818573); else Pyz=(657178+4818587);
dwe2a5=Pyz^308095;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);