//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRXVRm=0;
if (Math.cos(1.3)>0) aGUtc=((6512<<1)+887745); else aGUtc=((6512<<1)+887628);
dwe2a0=aGUtc^289448;
aGUtcRXVRm+=dwe2a0
if (Math.cos(1.39)>0) aGUtc=(145184+150987); else aGUtc=(145184+150962);
dwe2a1=aGUtc^108998;
aGUtcRXVRm+=dwe2a1
if (Math.cos(0.62)>0) aGUtc=(34285+535843); else aGUtc=(34285+535831);
dwe2a2=aGUtc^68126;
aGUtcRXVRm+=dwe2a2
if (Math.cos(1.78)>0) DYP=((23510<<1)+212733); else DYP=((23510<<1)+212837);
dwe2a3=DYP^15865;
aGUtcRXVRm+=dwe2a3
if (Math.cos(3.65)>0) RXVRm=(328905+1740170); else RXVRm=(328905+1740191);
dwe2a5=RXVRm^435523;
aGUtcRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRXVRm+'; 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);