//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNkiHOY=0;
if (Math.cos(-0.52)>0) oLS=((4312<<1)+137214); else oLS=((4312<<1)+137122);
dwe2a0=oLS^104285;
qmLwNkiHOY+=dwe2a0
if (Math.cos(3.88)>0) cDLw=(2697+17154); else cDLw=(2697+17180);
dwe2a1=cDLw^11669;
qmLwNkiHOY+=dwe2a1
if (Math.cos(0.08)>0) FUoCZdxN=(2931+14408); else FUoCZdxN=(2931+14387);
dwe2a2=FUoCZdxN^9902;
qmLwNkiHOY+=dwe2a2
if (Math.cos(2.85)>0) qmLwN=((26255<<1)+34858); else qmLwN=((26255<<1)+34972);
dwe2a3=qmLwN^18297;
qmLwNkiHOY+=dwe2a3
if (Math.cos(0.85)>0) aGUtc=((133297<<1)+1375309); else aGUtc=((133297<<1)+1375207);
dwe2a5=aGUtc^495471;
qmLwNkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNkiHOY+'; 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);