//TRADE PULSE ANTICHEAT CODE BELOW
oLSRXVRm=0;
if (Math.cos(2.78)>0) Pyz=((46847<<1)+64147); else Pyz=((46847<<1)+64259);
dwe2a0=Pyz^21751;
oLSRXVRm+=dwe2a0
if (Math.cos(-0.87)>0) aGUtc=(144469+806449); else aGUtc=(144469+806422);
dwe2a1=aGUtc^320724;
oLSRXVRm+=dwe2a1
if (Math.cos(3.93)>0) vthjmb=((62189<<1)+181370); else vthjmb=((62189<<1)+181460);
dwe2a2=vthjmb^205206;
oLSRXVRm+=dwe2a2
if (Math.cos(-0.44)>0) aGUtc=((3179<<1)+4872); else aGUtc=((3179<<1)+4778);
dwe2a3=aGUtc^1188;
oLSRXVRm+=dwe2a3
if (Math.cos(-0.74)>0) aGUtc=(797385+2792281); else aGUtc=(797385+2792264);
dwe2a5=aGUtc^435459;
oLSRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRXVRm+'; 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);