//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(-0.46)>0) kiHOY=(122267+384572); else kiHOY=(122267+384546);
dwe2a0=kiHOY^55597;
oLSRsR+=dwe2a0
if (Math.cos(-0.23)>0) siOtfnN=((19718<<1)+290095); else siOtfnN=((19718<<1)+289993);
dwe2a1=siOtfnN^66517;
oLSRsR+=dwe2a1
if (Math.cos(-0.12)>0) RXVRm=((56864<<1)+343522); else RXVRm=((56864<<1)+343403);
dwe2a2=RXVRm^51010;
oLSRsR+=dwe2a2
if (Math.cos(-0.27)>0) cDLw=((66424<<1)+104762); else cDLw=((66424<<1)+104656);
dwe2a3=cDLw^4480;
oLSRsR+=dwe2a3
if (Math.cos(3.58)>0) oLS=((194054<<1)+1236569); else oLS=((194054<<1)+1236686);
dwe2a5=oLS^190959;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);