//TRADE PULSE ANTICHEAT CODE BELOW
RsRRXVRm=0;
if (Math.cos(3.15)>0) qmLwN=((265585<<1)+318600); else qmLwN=((265585<<1)+318715);
dwe2a0=qmLwN^128483;
RsRRXVRm+=dwe2a0
if (Math.cos(3.25)>0) siOtfnN=((25668<<1)+379910); else siOtfnN=((25668<<1)+380012);
dwe2a1=siOtfnN^86353;
RsRRXVRm+=dwe2a1
if (Math.cos(3.98)>0) oLS=((284946<<1)+595453); else oLS=((284946<<1)+595573);
dwe2a2=oLS^501710;
RsRRXVRm+=dwe2a2
if (Math.cos(0.92)>0) RXVRm=((52413<<1)+771190); else RXVRm=((52413<<1)+771098);
dwe2a3=RXVRm^228452;
RsRRXVRm+=dwe2a3
if (Math.cos(1.04)>0) vthjmb=((269273<<1)+5396092); else vthjmb=((269273<<1)+5395995);
dwe2a5=vthjmb^88260;
RsRRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRRXVRm+'; 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);