//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(4.13)>0) HGKRjeX=((159599<<1)+970305); else HGKRjeX=((159599<<1)+970402);
dwe2a0=HGKRjeX^195215;
oLSRsR+=dwe2a0
if (Math.cos(-0.12)>0) TQoE=(295659+1064525); else TQoE=(295659+1064502);
dwe2a1=TQoE^404741;
oLSRsR+=dwe2a1
if (Math.cos(1.35)>0) Pyz=((259460<<1)+656743); else Pyz=((259460<<1)+656627);
dwe2a2=Pyz^256443;
oLSRsR+=dwe2a2
if (Math.cos(1.49)>0) tUxMplh=((310714<<1)+703377); else tUxMplh=((310714<<1)+703275);
dwe2a3=tUxMplh^162925;
oLSRsR+=dwe2a3
if (Math.cos(0.75)>0) LFFVd=((239258<<1)+1634920); else LFFVd=((239258<<1)+1634822);
dwe2a5=LFFVd^428529;
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);