//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(1.28)>0) DYP=((15360<<1)+105534); else DYP=((15360<<1)+105414);
dwe2a0=DYP^68679;
DYPsiOtfnN+=dwe2a0
if (Math.cos(0.93)>0) kiHOY=((176188<<1)+945485); else kiHOY=((176188<<1)+945374);
dwe2a1=kiHOY^108779;
DYPsiOtfnN+=dwe2a1
if (Math.cos(4.57)>0) DYP=((456495<<1)+553312); else DYP=((456495<<1)+553418);
dwe2a2=DYP^397785;
DYPsiOtfnN+=dwe2a2
if (Math.cos(1.23)>0) aGUtc=(29466+257240); else aGUtc=(29466+257224);
dwe2a3=aGUtc^201658;
DYPsiOtfnN+=dwe2a3
if (Math.cos(0.68)>0) cDLw=((609124<<1)+4031834); else cDLw=((609124<<1)+4031720);
dwe2a5=cDLw^1842365;
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);