//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhDYP=0;
if (Math.cos(-1.03)>0) RXVRm=(446532+606222); else RXVRm=(446532+606193);
dwe2a0=RXVRm^45547;
tUxMplhDYP+=dwe2a0
if (Math.cos(2.56)>0) siOtfnN=((78751<<1)+346672); else siOtfnN=((78751<<1)+346778);
dwe2a1=siOtfnN^162054;
tUxMplhDYP+=dwe2a1
if (Math.cos(1.38)>0) siOtfnN=(72956+539552); else siOtfnN=(72956+539537);
dwe2a2=siOtfnN^146594;
tUxMplhDYP+=dwe2a2
if (Math.cos(-1.04)>0) oLS=(61963+497712); else oLS=(61963+497682);
dwe2a3=oLS^232654;
tUxMplhDYP+=dwe2a3
if (Math.cos(0.13)>0) cGYYC=(1179431+1700388); else cGYYC=(1179431+1700360);
dwe2a5=cGYYC^1050455;
tUxMplhDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhDYP+'; 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);