//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdDYP=0;
if (Math.cos(-0.47)>0) cDLw=((171645<<1)+322050); else cDLw=((171645<<1)+321958);
dwe2a0=cDLw^28606;
LFFVdDYP+=dwe2a0
if (Math.cos(1.7)>0) vthjmb=((246606<<1)+371054); else vthjmb=((246606<<1)+371174);
dwe2a1=vthjmb^295715;
LFFVdDYP+=dwe2a1
if (Math.cos(-0.07)>0) DYP=(227411+643329); else DYP=(227411+643310);
dwe2a2=DYP^270917;
LFFVdDYP+=dwe2a2
if (Math.cos(3.08)>0) DYP=((210966<<1)+596220); else DYP=((210966<<1)+596318);
dwe2a3=DYP^195897;
LFFVdDYP+=dwe2a3
if (Math.cos(2.74)>0) mBfXqHg=((646326<<1)+1066231); else mBfXqHg=((646326<<1)+1066337);
dwe2a5=mBfXqHg^476101;
LFFVdDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdDYP+'; 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);