//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(-0.49)>0) RXVRm=((123551<<1)+250070); else RXVRm=((123551<<1)+249969);
dwe2a0=RXVRm^62908;
RsRoLS+=dwe2a0
if (Math.cos(3.57)>0) mbC=((106527<<1)+135007); else mbC=((106527<<1)+135121);
dwe2a1=mbC^73196;
RsRoLS+=dwe2a1
if (Math.cos(3.31)>0) aGUtc=((137801<<1)+210407); else aGUtc=((137801<<1)+210507);
dwe2a2=aGUtc^48908;
RsRoLS+=dwe2a2
if (Math.cos(-1.2)>0) kAKs=((96891<<1)+171765); else kAKs=((96891<<1)+171674);
dwe2a3=kAKs^68405;
RsRoLS+=dwe2a3
if (Math.cos(-1.23)>0) Pyz=((1144785<<1)+4259618); else Pyz=((1144785<<1)+4259513);
dwe2a5=Pyz^2121616;
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);