//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(1.18)>0) kAKs=((504367<<1)+744574); else kAKs=((504367<<1)+744480);
dwe2a0=kAKs^629241;
aGUtctUxMplh+=dwe2a0
if (Math.cos(3.92)>0) aGUtc=((133446<<1)+661538); else aGUtc=((133446<<1)+661654);
dwe2a1=aGUtc^297828;
aGUtctUxMplh+=dwe2a1
if (Math.cos(4.56)>0) vthjmb=((161539<<1)+1010184); else vthjmb=((161539<<1)+1010286);
dwe2a2=vthjmb^96035;
aGUtctUxMplh+=dwe2a2
if (Math.cos(-1.56)>0) RsR=(19756+300986); else RsR=(19756+300972);
dwe2a3=RsR^56166;
aGUtctUxMplh+=dwe2a3
if (Math.cos(4.54)>0) DYP=(1222322+2449916); else DYP=(1222322+2449936);
dwe2a5=DYP^403027;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; 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);