//TRADE PULSE ANTICHEAT CODE BELOW
DYPlethjVs=0;
if (Math.cos(3.82)>0) RXVRm=(101958+141886); else RXVRm=(101958+141911);
dwe2a0=RXVRm^47533;
DYPlethjVs+=dwe2a0
if (Math.cos(4.57)>0) cGYYC=((17815<<1)+705559); else cGYYC=((17815<<1)+705650);
dwe2a1=cGYYC^161195;
DYPlethjVs+=dwe2a1
if (Math.cos(3.08)>0) DYP=((34835<<1)+491430); else DYP=((34835<<1)+491548);
dwe2a2=DYP^80366;
DYPlethjVs+=dwe2a2
if (Math.cos(1)>0) tUxMplh=(36931+98562); else tUxMplh=(36931+98544);
dwe2a3=tUxMplh^54300;
DYPlethjVs+=dwe2a3
if (Math.cos(0.02)>0) tUxMplh=((492448<<1)+800453); else tUxMplh=((492448<<1)+800335);
dwe2a5=tUxMplh^52539;
DYPlethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPlethjVs+'; 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);