//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgDYP=0;
if (Math.cos(3.51)>0) mbC=((387145<<1)+750833); else mbC=((387145<<1)+750923);
dwe2a0=mbC^443942;
mBfXqHgDYP+=dwe2a0
if (Math.cos(1.58)>0) aGUtc=(245192+906488); else aGUtc=(245192+906511);
dwe2a1=aGUtc^369969;
mBfXqHgDYP+=dwe2a1
if (Math.cos(3.49)>0) LFFVd=((4017<<1)+7359); else LFFVd=((4017<<1)+7467);
dwe2a2=LFFVd^2948;
mBfXqHgDYP+=dwe2a2
if (Math.cos(1.33)>0) RXVRm=(29109+1264558); else RXVRm=(29109+1264546);
dwe2a3=RXVRm^113509;
mBfXqHgDYP+=dwe2a3
if (Math.cos(1.69)>0) kAKs=((417095<<1)+1367200); else kAKs=((417095<<1)+1367292);
dwe2a5=kAKs^1242855;
mBfXqHgDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgDYP+'; 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);