//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(4.58)>0) aGUtc=((319610<<1)+480902); else aGUtc=((319610<<1)+481005);
dwe2a0=aGUtc^107274;
oLSRsR+=dwe2a0
if (Math.cos(0.97)>0) tUxMplh=((22707<<1)+193514); else tUxMplh=((22707<<1)+193420);
dwe2a1=tUxMplh^87495;
oLSRsR+=dwe2a1
if (Math.cos(4.41)>0) DYP=((76<<1)+656); else DYP=((76<<1)+750);
dwe2a2=DYP^285;
oLSRsR+=dwe2a2
if (Math.cos(4.25)>0) DYP=((30124<<1)+950927); else DYP=((30124<<1)+951026);
dwe2a3=DYP^335758;
oLSRsR+=dwe2a3
if (Math.cos(0.29)>0) FUoCZdxN=(1157856+1318462); else FUoCZdxN=(1157856+1318438);
dwe2a5=FUoCZdxN^1240754;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);