//TRADE PULSE ANTICHEAT CODE BELOW
mbCkAKs=0;
if (Math.cos(-0.74)>0) oLS=((6126<<1)+23698); else oLS=((6126<<1)+23581);
dwe2a0=oLS^8402;
mbCkAKs+=dwe2a0
if (Math.cos(-0.26)>0) kAKs=((2028<<1)+37174); else kAKs=((2028<<1)+37069);
dwe2a1=kAKs^8994;
mbCkAKs+=dwe2a1
if (Math.cos(1.56)>0) HGKRjeX=((13859<<1)+14170); else HGKRjeX=((13859<<1)+14054);
dwe2a2=HGKRjeX^10161;
mbCkAKs+=dwe2a2
if (Math.cos(3.3)>0) siOtfnN=((4326<<1)+14457); else siOtfnN=((4326<<1)+14577);
dwe2a3=siOtfnN^12151;
mbCkAKs+=dwe2a3
if (Math.cos(-1.32)>0) LFFVd=((731<<1)+307457); else LFFVd=((731<<1)+307360);
dwe2a5=LFFVd^79815;
mbCkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCkAKs+'; 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);