//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdRsR=0;
if (Math.cos(0.02)>0) kAKs=((35246<<1)+59495); else kAKs=((35246<<1)+59390);
dwe2a0=kAKs^29162;
LFFVdRsR+=dwe2a0
if (Math.cos(0.05)>0) cDLw=((9094<<1)+29537); else cDLw=((9094<<1)+29440);
dwe2a1=cDLw^9135;
LFFVdRsR+=dwe2a1
if (Math.cos(3.12)>0) FUoCZdxN=(45704+51939); else FUoCZdxN=(45704+51959);
dwe2a2=FUoCZdxN^6173;
LFFVdRsR+=dwe2a2
if (Math.cos(0.42)>0) kAKs=((34292<<1)+36729); else kAKs=((34292<<1)+36611);
dwe2a3=kAKs^2497;
LFFVdRsR+=dwe2a3
if (Math.cos(1.91)>0) qmLwN=((20280<<1)+147808); else qmLwN=((20280<<1)+147925);
dwe2a5=qmLwN^7225;
LFFVdRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdRsR+'; 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);