//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(2.29)>0) cGYYC=((20323<<1)+37589); else cGYYC=((20323<<1)+37685);
dwe2a0=cGYYC^4627;
DYPoLS+=dwe2a0
if (Math.cos(2.23)>0) cGYYC=(385263+699841); else cGYYC=(385263+699853);
dwe2a1=cGYYC^52964;
DYPoLS+=dwe2a1
if (Math.cos(-0.88)>0) kAKs=((46986<<1)+90016); else kAKs=((46986<<1)+89922);
dwe2a2=kAKs^67104;
DYPoLS+=dwe2a2
if (Math.cos(3.14)>0) aGUtc=((130398<<1)+771607); else aGUtc=((130398<<1)+771728);
dwe2a3=aGUtc^52810;
DYPoLS+=dwe2a3
if (Math.cos(3.18)>0) cDLw=((1066362<<1)+4746969); else cDLw=((1066362<<1)+4747084);
dwe2a5=cDLw^2292479;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);