//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(0.22)>0) Pyz=(63070+94741); else Pyz=(63070+94712);
dwe2a0=Pyz^24460;
DYPsiOtfnN+=dwe2a0
if (Math.cos(1.05)>0) FUoCZdxN=((13672<<1)+152685); else FUoCZdxN=((13672<<1)+152577);
dwe2a1=FUoCZdxN^33382;
DYPsiOtfnN+=dwe2a1
if (Math.cos(0.3)>0) vthjmb=((44710<<1)+99884); else vthjmb=((44710<<1)+99788);
dwe2a2=vthjmb^58844;
DYPsiOtfnN+=dwe2a2
if (Math.cos(1.45)>0) cGYYC=((11892<<1)+49158); else cGYYC=((11892<<1)+49036);
dwe2a3=cGYYC^48328;
DYPsiOtfnN+=dwe2a3
if (Math.cos(3.2)>0) lethjVs=((58778<<1)+167109); else lethjVs=((58778<<1)+167210);
dwe2a5=lethjVs^156191;
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);