//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkAKs=0;
if (Math.cos(-0.32)>0) cGYYC=((77550<<1)+1274390); else cGYYC=((77550<<1)+1274278);
dwe2a0=cGYYC^301709;
cDLwkAKs+=dwe2a0
if (Math.cos(2.34)>0) tUxMplh=(192446+450883); else tUxMplh=(192446+450897);
dwe2a1=tUxMplh^185260;
cDLwkAKs+=dwe2a1
if (Math.cos(2.63)>0) cGYYC=(357971+571129); else cGYYC=(357971+571146);
dwe2a2=cGYYC^203240;
cDLwkAKs+=dwe2a2
if (Math.cos(3.12)>0) kiHOY=(137155+352153); else kiHOY=(137155+352175);
dwe2a3=kiHOY^60543;
cDLwkAKs+=dwe2a3
if (Math.cos(1.35)>0) tUxMplh=(720129+3129228); else tUxMplh=(720129+3129199);
dwe2a5=tUxMplh^1173545;
cDLwkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkAKs+'; 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);