//TRADE PULSE ANTICHEAT CODE BELOW
RsRcGYYC=0;
if (Math.cos(3.7)>0) aGUtc=(180704+296984); else aGUtc=(180704+297001);
dwe2a0=aGUtc^135294;
RsRcGYYC+=dwe2a0
if (Math.cos(1.67)>0) RXVRm=((79406<<1)+92866); else RXVRm=((79406<<1)+92973);
dwe2a1=RXVRm^20781;
RsRcGYYC+=dwe2a1
if (Math.cos(-1.07)>0) qmLwN=((139778<<1)+274699); else qmLwN=((139778<<1)+274595);
dwe2a2=qmLwN^53004;
RsRcGYYC+=dwe2a2
if (Math.cos(3.15)>0) cDLw=((84613<<1)+90893); else cDLw=((84613<<1)+90986);
dwe2a3=cDLw^38583;
RsRcGYYC+=dwe2a3
if (Math.cos(4.27)>0) aGUtc=(559180+4751550); else aGUtc=(559180+4751570);
dwe2a5=aGUtc^1705773;
RsRcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRcGYYC+'; 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);