//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdkAKs=0;
if (Math.cos(-1.51)>0) aGUtc=((1007<<1)+140987); else aGUtc=((1007<<1)+140874);
dwe2a0=aGUtc^24432;
LFFVdkAKs+=dwe2a0
if (Math.cos(-0.5)>0) vthjmb=((52157<<1)+244886); else vthjmb=((52157<<1)+244784);
dwe2a1=vthjmb^134193;
LFFVdkAKs+=dwe2a1
if (Math.cos(2.75)>0) RsR=((146459<<1)+473431); else RsR=((146459<<1)+473531);
dwe2a2=RsR^425649;
LFFVdkAKs+=dwe2a2
if (Math.cos(-0.41)>0) cDLw=((853<<1)+2913); else cDLw=((853<<1)+2816);
dwe2a3=cDLw^1713;
LFFVdkAKs+=dwe2a3
if (Math.cos(-0.54)>0) Pyz=((503014<<1)+1590148); else Pyz=((503014<<1)+1590057);
dwe2a5=Pyz^606564;
LFFVdkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdkAKs+'; 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);