//TRADE PULSE ANTICHEAT CODE BELOW
cDLwFUoCZdxN=0;
if (Math.cos(1.49)>0) qmLwN=(24600+42259); else qmLwN=(24600+42240);
dwe2a0=qmLwN^43068;
cDLwFUoCZdxN+=dwe2a0
if (Math.cos(-1.4)>0) kAKs=(21862+48599); else kAKs=(21862+48574);
dwe2a1=kAKs^23100;
cDLwFUoCZdxN+=dwe2a1
if (Math.cos(4.37)>0) RsR=(27109+29525); else RsR=(27109+29551);
dwe2a2=RsR^6610;
cDLwFUoCZdxN+=dwe2a2
if (Math.cos(0.35)>0) DYP=(39360+445750); else DYP=(39360+445737);
dwe2a3=DYP^133582;
cDLwFUoCZdxN+=dwe2a3
if (Math.cos(1.45)>0) qmLwN=(286993+1605628); else qmLwN=(286993+1605604);
dwe2a5=qmLwN^612467;
cDLwFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwFUoCZdxN+'; 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);