//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(4.22)>0) RsR=((46677<<1)+84895); else RsR=((46677<<1)+84990);
dwe2a0=RsR^55149;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(3.87)>0) LFFVd=(15741+19254); else LFFVd=(15741+19268);
dwe2a1=LFFVd^15868;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(-1.24)>0) kAKs=((8564<<1)+14779); else kAKs=((8564<<1)+14658);
dwe2a2=kAKs^9769;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(-1)>0) cDLw=(4279+37984); else cDLw=(4279+37972);
dwe2a3=cDLw^11989;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(1.3)>0) cDLw=((178530<<1)+219993); else cDLw=((178530<<1)+219894);
dwe2a5=cDLw^109102;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);