//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhaGUtc=0;
if (Math.cos(0.32)>0) vthjmb=((13360<<1)+57032); else vthjmb=((13360<<1)+56935);
dwe2a0=vthjmb^47927;
tUxMplhaGUtc+=dwe2a0
if (Math.cos(3.46)>0) Pyz=(146053+242701); else Pyz=(146053+242713);
dwe2a1=Pyz^69736;
tUxMplhaGUtc+=dwe2a1
if (Math.cos(3.33)>0) aGUtc=(6227+33779); else aGUtc=(6227+33798);
dwe2a2=aGUtc^5080;
tUxMplhaGUtc+=dwe2a2
if (Math.cos(1.46)>0) mBfXqHg=((7314<<1)+36108); else mBfXqHg=((7314<<1)+35999);
dwe2a3=mBfXqHg^1086;
tUxMplhaGUtc+=dwe2a3
if (Math.cos(0.64)>0) DYP=((545702<<1)+1234858); else DYP=((545702<<1)+1234747);
dwe2a5=DYP^1073194;
tUxMplhaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhaGUtc+'; 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);