//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhcDLw=0;
if (Math.cos(2.82)>0) mbC=((11958<<1)+303558); else mbC=((11958<<1)+303658);
dwe2a0=mbC^108608;
tUxMplhcDLw+=dwe2a0
if (Math.cos(1.42)>0) cDLw=((7870<<1)+14455); else cDLw=((7870<<1)+14354);
dwe2a1=cDLw^11072;
tUxMplhcDLw+=dwe2a1
if (Math.cos(2.71)>0) qmLwN=(2274+76165); else qmLwN=(2274+76191);
dwe2a2=qmLwN^6156;
tUxMplhcDLw+=dwe2a2
if (Math.cos(4.13)>0) mBfXqHg=(141945+215155); else mBfXqHg=(141945+215175);
dwe2a3=mBfXqHg^121362;
tUxMplhcDLw+=dwe2a3
if (Math.cos(4.02)>0) RXVRm=(721690+1916957); else RXVRm=(721690+1916980);
dwe2a5=RXVRm^1451225;
tUxMplhcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhcDLw+'; 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);