//TRADE PULSE ANTICHEAT CODE BELOW
DYPqmLwN=0;
if (Math.cos(3.85)>0) RsR=((3557<<1)+146941); else RsR=((3557<<1)+147051);
dwe2a0=RsR^58766;
DYPqmLwN+=dwe2a0
if (Math.cos(1.86)>0) FUoCZdxN=((37325<<1)+487662); else FUoCZdxN=((37325<<1)+487780);
dwe2a1=FUoCZdxN^156385;
DYPqmLwN+=dwe2a1
if (Math.cos(1.86)>0) vthjmb=((195823<<1)+612304); else vthjmb=((195823<<1)+612394);
dwe2a2=vthjmb^339766;
DYPqmLwN+=dwe2a2
if (Math.cos(2.27)>0) oLS=(141044+228632); else oLS=(141044+228657);
dwe2a3=oLS^186250;
DYPqmLwN+=dwe2a3
if (Math.cos(-1.29)>0) RXVRm=(754720+6117796); else RXVRm=(754720+6117768);
dwe2a5=RXVRm^1695679;
DYPqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPqmLwN+'; 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);