//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNoLS=0;
if (Math.cos(1.97)>0) LFFVd=(277082+323533); else LFFVd=(277082+323548);
dwe2a0=LFFVd^11853;
qmLwNoLS+=dwe2a0
if (Math.cos(3.88)>0) aGUtc=((97418<<1)+991175); else aGUtc=((97418<<1)+991287);
dwe2a1=aGUtc^147387;
qmLwNoLS+=dwe2a1
if (Math.cos(-0.03)>0) HGKRjeX=(217689+762215); else HGKRjeX=(217689+762188);
dwe2a2=HGKRjeX^273747;
qmLwNoLS+=dwe2a2
if (Math.cos(4.66)>0) vthjmb=((186769<<1)+524919); else vthjmb=((186769<<1)+525012);
dwe2a3=vthjmb^101385;
qmLwNoLS+=dwe2a3
if (Math.cos(3.95)>0) HGKRjeX=((1692958<<1)+2195997); else HGKRjeX=((1692958<<1)+2196119);
dwe2a5=HGKRjeX^691769;
qmLwNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNoLS+'; 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);