//TRADE PULSE ANTICHEAT CODE BELOW
kAKsoLS=0;
if (Math.cos(3.23)>0) oLS=(22600+132150); else oLS=(22600+132169);
dwe2a0=oLS^28633;
kAKsoLS+=dwe2a0
if (Math.cos(2.87)>0) RsR=((52327<<1)+65858); else RsR=((52327<<1)+65953);
dwe2a1=RsR^8021;
kAKsoLS+=dwe2a1
if (Math.cos(-0.01)>0) kiHOY=(57585+89418); else kiHOY=(57585+89399);
dwe2a2=kiHOY^86309;
kAKsoLS+=dwe2a2
if (Math.cos(0.21)>0) aGUtc=((37804<<1)+66323); else aGUtc=((37804<<1)+66206);
dwe2a3=aGUtc^114920;
kAKsoLS+=dwe2a3
if (Math.cos(2.16)>0) qmLwN=(11854+334782); else qmLwN=(11854+334802);
dwe2a5=qmLwN^195506;
kAKsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsoLS+'; 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);