//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCRsR=0;
if (Math.cos(2.88)>0) LFFVd=((6597<<1)+34249); else LFFVd=((6597<<1)+34372);
dwe2a0=LFFVd^6799;
cGYYCRsR+=dwe2a0
if (Math.cos(3.23)>0) kAKs=((103976<<1)+898396); else kAKs=((103976<<1)+898496);
dwe2a1=kAKs^42616;
cGYYCRsR+=dwe2a1
if (Math.cos(3.91)>0) qmLwN=(15892+235737); else qmLwN=(15892+235766);
dwe2a2=qmLwN^35452;
cGYYCRsR+=dwe2a2
if (Math.cos(1.4)>0) oLS=((204829<<1)+788872); else oLS=((204829<<1)+788772);
dwe2a3=oLS^277098;
cGYYCRsR+=dwe2a3
if (Math.cos(2.7)>0) RsR=((1143915<<1)+2930320); else RsR=((1143915<<1)+2930431);
dwe2a5=RsR^429241;
cGYYCRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCRsR+'; 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);