//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(4.64)>0) lethjVs=((63900<<1)+984991); else lethjVs=((63900<<1)+985088);
dwe2a0=lethjVs^91107;
oLSaGUtc+=dwe2a0
if (Math.cos(3.99)>0) DYP=((5419<<1)+29920); else DYP=((5419<<1)+30020);
dwe2a1=DYP^13760;
oLSaGUtc+=dwe2a1
if (Math.cos(3.03)>0) TQoE=((41184<<1)+148706); else TQoE=((41184<<1)+148826);
dwe2a2=TQoE^3763;
oLSaGUtc+=dwe2a2
if (Math.cos(4.31)>0) kiHOY=((192813<<1)+261784); else kiHOY=((192813<<1)+261898);
dwe2a3=kiHOY^11894;
oLSaGUtc+=dwe2a3
if (Math.cos(3.54)>0) mBfXqHg=(634574+3616063); else mBfXqHg=(634574+3616075);
dwe2a5=mBfXqHg^76127;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);