//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(1.49)>0) siOtfnN=(36571+38727); else siOtfnN=(36571+38700);
dwe2a0=siOtfnN^22500;
RsRsiOtfnN+=dwe2a0
if (Math.cos(-0.65)>0) oLS=((82318<<1)+461526); else oLS=((82318<<1)+461417);
dwe2a1=oLS^88822;
RsRsiOtfnN+=dwe2a1
if (Math.cos(-1.33)>0) Pyz=((191480<<1)+513733); else Pyz=((191480<<1)+513631);
dwe2a2=Pyz^71566;
RsRsiOtfnN+=dwe2a2
if (Math.cos(3.02)>0) mBfXqHg=((38039<<1)+67191); else mBfXqHg=((38039<<1)+67287);
dwe2a3=mBfXqHg^97484;
RsRsiOtfnN+=dwe2a3
if (Math.cos(2.84)>0) vthjmb=((386688<<1)+1413577); else vthjmb=((386688<<1)+1413687);
dwe2a5=vthjmb^626632;
RsRsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRsiOtfnN+'; 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);