//TRADE PULSE ANTICHEAT CODE BELOW
oLSlethjVs=0;
if (Math.cos(0.39)>0) Pyz=((102745<<1)+393108); else Pyz=((102745<<1)+392991);
dwe2a0=Pyz^244525;
oLSlethjVs+=dwe2a0
if (Math.cos(2.11)>0) RXVRm=(45243+206216); else RXVRm=(45243+206240);
dwe2a1=RXVRm^36695;
oLSlethjVs+=dwe2a1
if (Math.cos(2.98)>0) qmLwN=((300837<<1)+544108); else qmLwN=((300837<<1)+544208);
dwe2a2=qmLwN^28324;
oLSlethjVs+=dwe2a2
if (Math.cos(3.77)>0) mBfXqHg=((7583<<1)+20778); else mBfXqHg=((7583<<1)+20872);
dwe2a3=mBfXqHg^8162;
oLSlethjVs+=dwe2a3
if (Math.cos(1.19)>0) mBfXqHg=((315438<<1)+2725564); else mBfXqHg=((315438<<1)+2725455);
dwe2a5=mBfXqHg^359216;
oLSlethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSlethjVs+'; 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);