//TRADE PULSE ANTICHEAT CODE BELOW
DYPRsR=0;
if (Math.cos(0.58)>0) kAKs=((21736<<1)+29669); else kAKs=((21736<<1)+29564);
dwe2a0=kAKs^8461;
DYPRsR+=dwe2a0
if (Math.cos(0.32)>0) cDLw=((23342<<1)+29882); else cDLw=((23342<<1)+29769);
dwe2a1=cDLw^43951;
DYPRsR+=dwe2a1
if (Math.cos(3.72)>0) FUoCZdxN=((26400<<1)+63660); else FUoCZdxN=((26400<<1)+63764);
dwe2a2=FUoCZdxN^4521;
DYPRsR+=dwe2a2
if (Math.cos(-0.25)>0) siOtfnN=((23878<<1)+24447); else siOtfnN=((23878<<1)+24326);
dwe2a3=siOtfnN^12155;
DYPRsR+=dwe2a3
if (Math.cos(3.07)>0) RsR=((26239<<1)+280141); else RsR=((26239<<1)+280239);
dwe2a5=RsR^121068;
DYPRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRsR+'; 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);