//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgtUxMplh=0;
if (Math.cos(1.96)>0) RXVRm=((6428<<1)+762174); else RXVRm=((6428<<1)+762294);
dwe2a0=RXVRm^256904;
mBfXqHgtUxMplh+=dwe2a0
if (Math.cos(-0.63)>0) oLS=((159080<<1)+165591); else oLS=((159080<<1)+165482);
dwe2a1=oLS^145179;
mBfXqHgtUxMplh+=dwe2a1
if (Math.cos(0.95)>0) cDLw=((39150<<1)+334511); else cDLw=((39150<<1)+334402);
dwe2a2=cDLw^126775;
mBfXqHgtUxMplh+=dwe2a2
if (Math.cos(2.35)>0) siOtfnN=(221307+501658); else siOtfnN=(221307+501677);
dwe2a3=siOtfnN^220636;
mBfXqHgtUxMplh+=dwe2a3
if (Math.cos(3.67)>0) RXVRm=(1666773+2385497); else RXVRm=(1666773+2385525);
dwe2a5=RXVRm^1241928;
mBfXqHgtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgtUxMplh+'; 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);