//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmkAKs=0;
if (Math.cos(2.79)>0) vthjmb=((40602<<1)+290212); else vthjmb=((40602<<1)+290335);
dwe2a0=vthjmb^82534;
RXVRmkAKs+=dwe2a0
if (Math.cos(0.85)>0) mbC=((878<<1)+20079); else mbC=((878<<1)+19962);
dwe2a1=mbC^2402;
RXVRmkAKs+=dwe2a1
if (Math.cos(2.17)>0) oLS=((21486<<1)+135748); else oLS=((21486<<1)+135857);
dwe2a2=oLS^41758;
RXVRmkAKs+=dwe2a2
if (Math.cos(0.71)>0) tUxMplh=(35209+509135); else tUxMplh=(35209+509119);
dwe2a3=tUxMplh^284629;
RXVRmkAKs+=dwe2a3
if (Math.cos(3.18)>0) kAKs=((702799<<1)+3944397); else kAKs=((702799<<1)+3944513);
dwe2a5=kAKs^1137590;
RXVRmkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmkAKs+'; 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);