//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(-0.34)>0) kAKs=((7628<<1)+361726); else kAKs=((7628<<1)+361622);
dwe2a0=kAKs^150498;
RsRoLS+=dwe2a0
if (Math.cos(1.1)>0) aGUtc=((244978<<1)+373023); else aGUtc=((244978<<1)+372916);
dwe2a1=aGUtc^111816;
RsRoLS+=dwe2a1
if (Math.cos(4.63)>0) cGYYC=((5417<<1)+87602); else cGYYC=((5417<<1)+87712);
dwe2a2=cGYYC^2913;
RsRoLS+=dwe2a2
if (Math.cos(-1.56)>0) cGYYC=(136226+363607); else cGYYC=(136226+363593);
dwe2a3=cGYYC^66875;
RsRoLS+=dwe2a3
if (Math.cos(1.91)>0) kAKs=((453547<<1)+1775706); else kAKs=((453547<<1)+1775823);
dwe2a5=kAKs^187117;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);