//TRADE PULSE ANTICHEAT CODE BELOW
oLSHGKRjeX=0;
if (Math.cos(1.41)>0) cDLw=((17614<<1)+105432); else cDLw=((17614<<1)+105318);
dwe2a0=cDLw^110028;
oLSHGKRjeX+=dwe2a0
if (Math.cos(1.87)>0) aGUtc=((11685<<1)+136638); else aGUtc=((11685<<1)+136732);
dwe2a1=aGUtc^18865;
oLSHGKRjeX+=dwe2a1
if (Math.cos(-0.88)>0) HGKRjeX=((79380<<1)+232030); else HGKRjeX=((79380<<1)+231928);
dwe2a2=HGKRjeX^20636;
oLSHGKRjeX+=dwe2a2
if (Math.cos(2.39)>0) DYP=((3935<<1)+345542); else DYP=((3935<<1)+345647);
dwe2a3=DYP^160710;
oLSHGKRjeX+=dwe2a3
if (Math.cos(-0.23)>0) DYP=((176808<<1)+1717549); else DYP=((176808<<1)+1717435);
dwe2a5=DYP^337556;
oLSHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSHGKRjeX+'; 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);