//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(0.45)>0) oLS=((35435<<1)+263262); else oLS=((35435<<1)+263171);
dwe2a0=oLS^75301;
DYPsiOtfnN+=dwe2a0
if (Math.cos(1.9)>0) RXVRm=((151854<<1)+630226); else RXVRm=((151854<<1)+630326);
dwe2a1=RXVRm^181704;
DYPsiOtfnN+=dwe2a1
if (Math.cos(-0.58)>0) siOtfnN=(167186+756864); else siOtfnN=(167186+756851);
dwe2a2=siOtfnN^18965;
DYPsiOtfnN+=dwe2a2
if (Math.cos(1.28)>0) qmLwN=(198851+371049); else qmLwN=(198851+371031);
dwe2a3=qmLwN^208282;
DYPsiOtfnN+=dwe2a3
if (Math.cos(3.44)>0) cGYYC=((474776<<1)+3131341); else cGYYC=((474776<<1)+3131451);
dwe2a5=cGYYC^704135;
DYPsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPsiOtfnN+'; 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);