//TRADE PULSE ANTICHEAT CODE BELOW
oLSqmLwN=0;
if (Math.cos(1.61)>0) lethjVs=((44604<<1)+49422); else lethjVs=((44604<<1)+49517);
dwe2a0=lethjVs^29556;
oLSqmLwN+=dwe2a0
if (Math.cos(4.57)>0) qmLwN=((13355<<1)+39601); else qmLwN=((13355<<1)+39691);
dwe2a1=qmLwN^10931;
oLSqmLwN+=dwe2a1
if (Math.cos(4.59)>0) cGYYC=(69535+217661); else cGYYC=(69535+217675);
dwe2a2=cGYYC^39893;
oLSqmLwN+=dwe2a2
if (Math.cos(-1.03)>0) RXVRm=(17083+29841); else RXVRm=(17083+29821);
dwe2a3=RXVRm^25973;
oLSqmLwN+=dwe2a3
if (Math.cos(3.54)>0) LFFVd=((280200<<1)+979651); else LFFVd=((280200<<1)+979744);
dwe2a5=LFFVd^420207;
oLSqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSqmLwN+'; 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);