//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCRsR=0;
if (Math.cos(0.79)>0) kiHOY=((36971<<1)+331139); else kiHOY=((36971<<1)+331048);
dwe2a0=kiHOY^73939;
cGYYCRsR+=dwe2a0
if (Math.cos(-0.14)>0) aGUtc=((3054<<1)+73063); else aGUtc=((3054<<1)+72959);
dwe2a1=aGUtc^9825;
cGYYCRsR+=dwe2a1
if (Math.cos(1.07)>0) FUoCZdxN=((11254<<1)+16903); else FUoCZdxN=((11254<<1)+16808);
dwe2a2=FUoCZdxN^356;
cGYYCRsR+=dwe2a2
if (Math.cos(-0.6)>0) RsR=(78090+179889); else RsR=(78090+179867);
dwe2a3=RsR^72928;
cGYYCRsR+=dwe2a3
if (Math.cos(-1.13)>0) RsR=(1081034+1339759); else RsR=(1081034+1339730);
dwe2a5=RsR^10131;
cGYYCRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCRsR+'; 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);