//TRADE PULSE ANTICHEAT CODE BELOW
kiHOYqmLwN=0;
if (Math.cos(4.57)>0) oLS=((79405<<1)+83780); else oLS=((79405<<1)+83897);
dwe2a0=oLS^43704;
kiHOYqmLwN+=dwe2a0
if (Math.cos(4.6)>0) RsR=(537438+881739); else RsR=(537438+881769);
dwe2a1=RsR^293388;
kiHOYqmLwN+=dwe2a1
if (Math.cos(-1.23)>0) cDLw=(71283+582239); else cDLw=(71283+582216);
dwe2a2=cDLw^33150;
kiHOYqmLwN+=dwe2a2
if (Math.cos(-0.25)>0) mBfXqHg=((326506<<1)+799473); else mBfXqHg=((326506<<1)+799353);
dwe2a3=mBfXqHg^180578;
kiHOYqmLwN+=dwe2a3
if (Math.cos(2.65)>0) cDLw=((1376452<<1)+3414837); else cDLw=((1376452<<1)+3414959);
dwe2a5=cDLw^1559983;
kiHOYqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kiHOYqmLwN+'; 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);