//TRADE PULSE ANTICHEAT CODE BELOW
kAKstUxMplh=0;
if (Math.cos(0.29)>0) cDLw=((7884<<1)+251172); else cDLw=((7884<<1)+251077);
dwe2a0=cDLw^103357;
kAKstUxMplh+=dwe2a0
if (Math.cos(2.12)>0) qmLwN=(11330+103624); else qmLwN=(11330+103650);
dwe2a1=qmLwN^21991;
kAKstUxMplh+=dwe2a1
if (Math.cos(3.79)>0) Pyz=((46653<<1)+392881); else Pyz=((46653<<1)+392974);
dwe2a2=Pyz^143926;
kAKstUxMplh+=dwe2a2
if (Math.cos(3.84)>0) cDLw=((117473<<1)+492691); else cDLw=((117473<<1)+492794);
dwe2a3=cDLw^208158;
kAKstUxMplh+=dwe2a3
if (Math.cos(0.2)>0) siOtfnN=(450919+714736); else siOtfnN=(450919+714708);
dwe2a5=siOtfnN^593813;
kAKstUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKstUxMplh+'; 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);