//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNmbC=0;
if (Math.cos(-1.24)>0) lethjVs=((78564<<1)+143608); else lethjVs=((78564<<1)+143496);
dwe2a0=lethjVs^107998;
qmLwNmbC+=dwe2a0
if (Math.cos(1.66)>0) cDLw=((117012<<1)+323189); else cDLw=((117012<<1)+323302);
dwe2a1=cDLw^445614;
qmLwNmbC+=dwe2a1
if (Math.cos(2.18)>0) kiHOY=((259190<<1)+489559); else kiHOY=((259190<<1)+489664);
dwe2a2=kiHOY^297701;
qmLwNmbC+=dwe2a2
if (Math.cos(-1.08)>0) TQoE=((5610<<1)+1532256); else TQoE=((5610<<1)+1532164);
dwe2a3=TQoE^229807;
qmLwNmbC+=dwe2a3
if (Math.cos(3.18)>0) RXVRm=(736106+2199439); else RXVRm=(736106+2199459);
dwe2a5=RXVRm^1712213;
qmLwNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNmbC+'; 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);