//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdqmLwN=0;
if (Math.cos(3.78)>0) aGUtc=((40844<<1)+573536); else aGUtc=((40844<<1)+573627);
dwe2a0=aGUtc^107184;
LFFVdqmLwN+=dwe2a0
if (Math.cos(4.02)>0) tUxMplh=((88205<<1)+147282); else tUxMplh=((88205<<1)+147395);
dwe2a1=tUxMplh^239466;
LFFVdqmLwN+=dwe2a1
if (Math.cos(2.74)>0) RXVRm=((46664<<1)+292860); else RXVRm=((46664<<1)+292964);
dwe2a2=RXVRm^78850;
LFFVdqmLwN+=dwe2a2
if (Math.cos(0.86)>0) RXVRm=((103382<<1)+242981); else RXVRm=((103382<<1)+242869);
dwe2a3=RXVRm^149834;
LFFVdqmLwN+=dwe2a3
if (Math.cos(4.7)>0) kiHOY=((403402<<1)+604628); else kiHOY=((403402<<1)+604729);
dwe2a5=kiHOY^599674;
LFFVdqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdqmLwN+'; 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);