//TRADE PULSE ANTICHEAT CODE BELOW
cDLwoLS=0;
if (Math.cos(0.05)>0) RXVRm=((285768<<1)+662371); else RXVRm=((285768<<1)+662277);
dwe2a0=RXVRm^89795;
cDLwoLS+=dwe2a0
if (Math.cos(3.98)>0) mbC=(504674+938260); else mbC=(504674+938282);
dwe2a1=mbC^836737;
cDLwoLS+=dwe2a1
if (Math.cos(3.31)>0) cDLw=(294858+489934); else cDLw=(294858+489955);
dwe2a2=cDLw^209211;
cDLwoLS+=dwe2a2
if (Math.cos(1)>0) vthjmb=((280878<<1)+375018); else vthjmb=((280878<<1)+374920);
dwe2a3=vthjmb^111645;
cDLwoLS+=dwe2a3
if (Math.cos(-0.7)>0) qmLwN=(1992343+4139001); else qmLwN=(1992343+4138976);
dwe2a5=qmLwN^1837946;
cDLwoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwoLS+'; 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);