//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCqmLwN=0;
if (Math.cos(1.33)>0) Pyz=((4077<<1)+5685); else Pyz=((4077<<1)+5589);
dwe2a0=Pyz^2944;
cGYYCqmLwN+=dwe2a0
if (Math.cos(1.77)>0) kiHOY=((13710<<1)+102590); else kiHOY=((13710<<1)+102708);
dwe2a1=kiHOY^5023;
cGYYCqmLwN+=dwe2a1
if (Math.cos(1.16)>0) cDLw=((21571<<1)+45003); else cDLw=((21571<<1)+44885);
dwe2a2=cDLw^28304;
cGYYCqmLwN+=dwe2a2
if (Math.cos(1.28)>0) DYP=(3007+76328); else DYP=(3007+76314);
dwe2a3=DYP^6351;
cGYYCqmLwN+=dwe2a3
if (Math.cos(3.99)>0) LFFVd=((202140<<1)+362464); else LFFVd=((202140<<1)+362564);
dwe2a5=LFFVd^120132;
cGYYCqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCqmLwN+'; 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);