//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckiHOY=0;
if (Math.cos(2.19)>0) Pyz=((78257<<1)+80385); else Pyz=((78257<<1)+80505);
dwe2a0=Pyz^40556;
aGUtckiHOY+=dwe2a0
if (Math.cos(2.69)>0) DYP=(444094+944084); else DYP=(444094+944099);
dwe2a1=DYP^53982;
aGUtckiHOY+=dwe2a1
if (Math.cos(1.13)>0) aGUtc=(120394+170863); else aGUtc=(120394+170850);
dwe2a2=aGUtc^81428;
aGUtckiHOY+=dwe2a2
if (Math.cos(0.17)>0) oLS=((95679<<1)+108816); else oLS=((95679<<1)+108702);
dwe2a3=oLS^131477;
aGUtckiHOY+=dwe2a3
if (Math.cos(3.81)>0) DYP=((332710<<1)+3766991); else DYP=((332710<<1)+3767107);
dwe2a5=DYP^2157116;
aGUtckiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckiHOY+'; 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);