//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNmbC=0;
if (Math.cos(2.72)>0) mbC=(101048+195087); else mbC=(101048+195115);
dwe2a0=mbC^49606;
siOtfnNmbC+=dwe2a0
if (Math.cos(-0.84)>0) cGYYC=(39476+105107); else cGYYC=(39476+105083);
dwe2a1=cGYYC^73074;
siOtfnNmbC+=dwe2a1
if (Math.cos(-1.23)>0) cDLw=((74197<<1)+105868); else cDLw=((74197<<1)+105754);
dwe2a2=cDLw^5846;
siOtfnNmbC+=dwe2a2
if (Math.cos(2.91)>0) DYP=((1274<<1)+2938); else DYP=((1274<<1)+3048);
dwe2a3=DYP^1669;
siOtfnNmbC+=dwe2a3
if (Math.cos(3.3)>0) cGYYC=((98365<<1)+562134); else cGYYC=((98365<<1)+562241);
dwe2a5=cGYYC^83340;
siOtfnNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNmbC+'; 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);