//TRADE PULSE ANTICHEAT CODE BELOW
oLSkiHOY=0;
if (Math.cos(0.08)>0) RsR=((26452<<1)+224625); else RsR=((26452<<1)+224518);
dwe2a0=RsR^108889;
oLSkiHOY+=dwe2a0
if (Math.cos(1.43)>0) siOtfnN=((233078<<1)+718086); else siOtfnN=((233078<<1)+717963);
dwe2a1=siOtfnN^724921;
oLSkiHOY+=dwe2a1
if (Math.cos(-1.24)>0) tUxMplh=((44865<<1)+587522); else tUxMplh=((44865<<1)+587404);
dwe2a2=tUxMplh^207904;
oLSkiHOY+=dwe2a2
if (Math.cos(2.48)>0) siOtfnN=(178863+887686); else siOtfnN=(178863+887710);
dwe2a3=siOtfnN^44463;
oLSkiHOY+=dwe2a3
if (Math.cos(0.1)>0) qmLwN=(214192+5169867); else qmLwN=(214192+5169847);
dwe2a5=qmLwN^1370562;
oLSkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkiHOY+'; 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);