//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(3.04)>0) qmLwN=((223568<<1)+515724); else qmLwN=((223568<<1)+515844);
dwe2a0=qmLwN^352765;
aGUtckAKs+=dwe2a0
if (Math.cos(3.6)>0) cDLw=((61207<<1)+1394614); else cDLw=((61207<<1)+1394710);
dwe2a1=cDLw^461046;
aGUtckAKs+=dwe2a1
if (Math.cos(1.64)>0) siOtfnN=(25071+63858); else siOtfnN=(25071+63879);
dwe2a2=siOtfnN^44134;
aGUtckAKs+=dwe2a2
if (Math.cos(-0.09)>0) HGKRjeX=(193435+868812); else HGKRjeX=(193435+868791);
dwe2a3=HGKRjeX^128492;
aGUtckAKs+=dwe2a3
if (Math.cos(1.43)>0) kiHOY=((1094440<<1)+2942358); else kiHOY=((1094440<<1)+2942253);
dwe2a5=kiHOY^2999887;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);