//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdoLS=0;
if (Math.cos(3.13)>0) HGKRjeX=((50466<<1)+60805); else HGKRjeX=((50466<<1)+60910);
dwe2a0=HGKRjeX^17550;
LFFVdoLS+=dwe2a0
if (Math.cos(0.73)>0) oLS=((22203<<1)+287153); else oLS=((22203<<1)+287046);
dwe2a1=oLS^127307;
LFFVdoLS+=dwe2a1
if (Math.cos(-0.54)>0) RXVRm=((162185<<1)+169155); else RXVRm=((162185<<1)+169057);
dwe2a2=RXVRm^88518;
LFFVdoLS+=dwe2a2
if (Math.cos(1.03)>0) mBfXqHg=(74592+107014); else mBfXqHg=(74592+106998);
dwe2a3=mBfXqHg^2756;
LFFVdoLS+=dwe2a3
if (Math.cos(4.61)>0) RXVRm=((656696<<1)+1133191); else RXVRm=((656696<<1)+1133314);
dwe2a5=RXVRm^318498;
LFFVdoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdoLS+'; 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);