//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcHGKRjeX=0;
if (Math.cos(1.79)>0) kAKs=((130630<<1)+418962); else kAKs=((130630<<1)+419077);
dwe2a0=kAKs^37813;
aGUtcHGKRjeX+=dwe2a0
if (Math.cos(1.86)>0) RXVRm=(164478+173651); else RXVRm=(164478+173672);
dwe2a1=RXVRm^32549;
aGUtcHGKRjeX+=dwe2a1
if (Math.cos(1.54)>0) tUxMplh=((91394<<1)+143861); else tUxMplh=((91394<<1)+143768);
dwe2a2=tUxMplh^131469;
aGUtcHGKRjeX+=dwe2a2
if (Math.cos(1.02)>0) mBfXqHg=((280364<<1)+307793); else mBfXqHg=((280364<<1)+307676);
dwe2a3=mBfXqHg^227345;
aGUtcHGKRjeX+=dwe2a3
if (Math.cos(-1.23)>0) aGUtc=(2181996+3335845); else aGUtc=(2181996+3335819);
dwe2a5=aGUtc^318825;
aGUtcHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcHGKRjeX+'; 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);