//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsDYP=0;
if (Math.cos(-1.1)>0) Pyz=((335987<<1)+860474); else Pyz=((335987<<1)+860363);
dwe2a0=Pyz^310413;
lethjVsDYP+=dwe2a0
if (Math.cos(-1.39)>0) oLS=((90694<<1)+497573); else oLS=((90694<<1)+497463);
dwe2a1=oLS^397355;
lethjVsDYP+=dwe2a1
if (Math.cos(1.13)>0) cGYYC=(82674+230256); else cGYYC=(82674+230244);
dwe2a2=cGYYC^76424;
lethjVsDYP+=dwe2a2
if (Math.cos(2.15)>0) mbC=(774+1054572); else mbC=(774+1054593);
dwe2a3=mbC^702401;
lethjVsDYP+=dwe2a3
if (Math.cos(0.43)>0) vthjmb=(2245897+2826561); else vthjmb=(2245897+2826548);
dwe2a5=vthjmb^693450;
lethjVsDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsDYP+'; 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);