//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcvthjmb=0;
if (Math.cos(4.17)>0) oLS=((122321<<1)+899179); else oLS=((122321<<1)+899294);
dwe2a0=oLS^29343;
aGUtcvthjmb+=dwe2a0
if (Math.cos(-0.92)>0) RXVRm=((18266<<1)+54700); else RXVRm=((18266<<1)+54598);
dwe2a1=RXVRm^37217;
aGUtcvthjmb+=dwe2a1
if (Math.cos(0.13)>0) cGYYC=((65538<<1)+145733); else cGYYC=((65538<<1)+145621);
dwe2a2=cGYYC^145542;
aGUtcvthjmb+=dwe2a2
if (Math.cos(0.45)>0) HGKRjeX=((3662<<1)+788316); else HGKRjeX=((3662<<1)+788194);
dwe2a3=HGKRjeX^191861;
aGUtcvthjmb+=dwe2a3
if (Math.cos(3.62)>0) RXVRm=(813360+2817277); else RXVRm=(813360+2817290);
dwe2a5=RXVRm^1013259;
aGUtcvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcvthjmb+'; 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);