//TRADE PULSE ANTICHEAT CODE BELOW
mbCcGYYC=0;
if (Math.cos(1.54)>0) kAKs=((460382<<1)+471543); else kAKs=((460382<<1)+471445);
dwe2a0=kAKs^361914;
mbCcGYYC+=dwe2a0
if (Math.cos(1.84)>0) tUxMplh=(136803+489045); else tUxMplh=(136803+489059);
dwe2a1=tUxMplh^242539;
mbCcGYYC+=dwe2a1
if (Math.cos(4.31)>0) aGUtc=(383340+513235); else aGUtc=(383340+513260);
dwe2a2=aGUtc^146208;
mbCcGYYC+=dwe2a2
if (Math.cos(3.95)>0) kAKs=((34153<<1)+85736); else kAKs=((34153<<1)+85845);
dwe2a3=kAKs^34811;
mbCcGYYC+=dwe2a3
if (Math.cos(3.58)>0) tUxMplh=((464098<<1)+1434879); else tUxMplh=((464098<<1)+1435000);
dwe2a5=tUxMplh^1039152;
mbCcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCcGYYC+'; 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);