//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(4.57)>0) cDLw=((18933<<1)+220689); else cDLw=((18933<<1)+220787);
dwe2a0=cDLw^76306;
cDLwcGYYC+=dwe2a0
if (Math.cos(-1.16)>0) RsR=((53825<<1)+115523); else RsR=((53825<<1)+115409);
dwe2a1=RsR^40517;
cDLwcGYYC+=dwe2a1
if (Math.cos(4.3)>0) kAKs=((39461<<1)+299617); else kAKs=((39461<<1)+299707);
dwe2a2=kAKs^63058;
cDLwcGYYC+=dwe2a2
if (Math.cos(3.1)>0) cGYYC=((22668<<1)+26648); else cGYYC=((22668<<1)+26747);
dwe2a3=cGYYC^8208;
cDLwcGYYC+=dwe2a3
if (Math.cos(-0.88)>0) vthjmb=(326015+968131); else vthjmb=(326015+968102);
dwe2a5=vthjmb^160653;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);