//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmmbC=0;
if (Math.cos(-1.15)>0) kiHOY=((601<<1)+8623); else kiHOY=((601<<1)+8520);
dwe2a0=kiHOY^319;
RXVRmmbC+=dwe2a0
if (Math.cos(2.77)>0) aGUtc=(306230+495419); else aGUtc=(306230+495434);
dwe2a1=aGUtc^254217;
RXVRmmbC+=dwe2a1
if (Math.cos(-0.12)>0) DYP=((108464<<1)+526899); else DYP=((108464<<1)+526783);
dwe2a2=DYP^437846;
RXVRmmbC+=dwe2a2
if (Math.cos(3.8)>0) aGUtc=(129521+446317); else aGUtc=(129521+446333);
dwe2a3=aGUtc^16051;
RXVRmmbC+=dwe2a3
if (Math.cos(3.14)>0) RXVRm=((742809<<1)+1572328); else RXVRm=((742809<<1)+1572436);
dwe2a5=RXVRm^1222114;
RXVRmmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmmbC+'; 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);