//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmDYP=0;
if (Math.cos(3.88)>0) Pyz=(79670+389060); else Pyz=(79670+389073);
dwe2a0=Pyz^70471;
RXVRmDYP+=dwe2a0
if (Math.cos(0.51)>0) tUxMplh=(4776+28173); else tUxMplh=(4776+28161);
dwe2a1=tUxMplh^11577;
RXVRmDYP+=dwe2a1
if (Math.cos(0.26)>0) RXVRm=((20792<<1)+1248160); else RXVRm=((20792<<1)+1248059);
dwe2a2=RXVRm^36217;
RXVRmDYP+=dwe2a2
if (Math.cos(1.81)>0) cGYYC=(142097+164616); else cGYYC=(142097+164637);
dwe2a3=cGYYC^31463;
RXVRmDYP+=dwe2a3
if (Math.cos(-1.04)>0) RXVRm=(85079+4969515); else RXVRm=(85079+4969491);
dwe2a5=RXVRm^1122112;
RXVRmDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmDYP+'; 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);