//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmoLS=0;
if (Math.cos(1.28)>0) qmLwN=((55827<<1)+553981); else qmLwN=((55827<<1)+553879);
dwe2a0=qmLwN^342295;
RXVRmoLS+=dwe2a0
if (Math.cos(2.54)>0) HGKRjeX=(300297+352708); else HGKRjeX=(300297+352733);
dwe2a1=HGKRjeX^327717;
RXVRmoLS+=dwe2a1
if (Math.cos(-0.59)>0) RXVRm=((20268<<1)+37872); else RXVRm=((20268<<1)+37779);
dwe2a2=RXVRm^57823;
RXVRmoLS+=dwe2a2
if (Math.cos(3.65)>0) LFFVd=((171156<<1)+1522836); else LFFVd=((171156<<1)+1522948);
dwe2a3=LFFVd^541848;
RXVRmoLS+=dwe2a3
if (Math.cos(3.88)>0) vthjmb=((1372460<<1)+4285056); else vthjmb=((1372460<<1)+4285156);
dwe2a5=vthjmb^2537080;
RXVRmoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmoLS+'; 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);