//TRADE PULSE ANTICHEAT CODE BELOW
cDLwDYP=0;
if (Math.cos(1.59)>0) qmLwN=((4822<<1)+404692); else qmLwN=((4822<<1)+404801);
dwe2a0=qmLwN^94577;
cDLwDYP+=dwe2a0
if (Math.cos(2.06)>0) aGUtc=(24823+35329); else aGUtc=(24823+35357);
dwe2a1=aGUtc^6494;
cDLwDYP+=dwe2a1
if (Math.cos(-1.4)>0) cGYYC=((5359<<1)+5626); else cGYYC=((5359<<1)+5533);
dwe2a2=cGYYC^377;
cDLwDYP+=dwe2a2
if (Math.cos(-0.45)>0) tUxMplh=((2645<<1)+14998); else tUxMplh=((2645<<1)+14903);
dwe2a3=tUxMplh^4609;
cDLwDYP+=dwe2a3
if (Math.cos(-0.27)>0) siOtfnN=((858201<<1)+1975357); else siOtfnN=((858201<<1)+1975237);
dwe2a5=siOtfnN^1203312;
cDLwDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwDYP+'; 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);