//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRsR=0;
if (Math.cos(2.81)>0) tUxMplh=((428183<<1)+525397); else tUxMplh=((428183<<1)+525506);
dwe2a0=tUxMplh^288083;
aGUtcRsR+=dwe2a0
if (Math.cos(3.79)>0) lethjVs=(26652+45997); else lethjVs=(26652+46017);
dwe2a1=lethjVs^27683;
aGUtcRsR+=dwe2a1
if (Math.cos(-1.44)>0) tUxMplh=((10028<<1)+67654); else tUxMplh=((10028<<1)+67558);
dwe2a2=tUxMplh^44484;
aGUtcRsR+=dwe2a2
if (Math.cos(4.68)>0) vthjmb=((193878<<1)+452467); else vthjmb=((193878<<1)+452569);
dwe2a3=vthjmb^61121;
aGUtcRsR+=dwe2a3
if (Math.cos(3.9)>0) oLS=((1183358<<1)+1982468); else oLS=((1183358<<1)+1982577);
dwe2a5=oLS^1553857;
aGUtcRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRsR+'; 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);