//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcDYP=0;
if (Math.cos(-0.74)>0) RXVRm=((161104<<1)+236168); else RXVRm=((161104<<1)+236073);
dwe2a0=RXVRm^309610;
aGUtcDYP+=dwe2a0
if (Math.cos(-0.98)>0) aGUtc=((63596<<1)+816303); else aGUtc=((63596<<1)+816201);
dwe2a1=aGUtc^230767;
aGUtcDYP+=dwe2a1
if (Math.cos(0.96)>0) oLS=(10998+1245041); else oLS=(10998+1245018);
dwe2a2=oLS^74414;
aGUtcDYP+=dwe2a2
if (Math.cos(-0.7)>0) mbC=(93882+488378); else mbC=(93882+488352);
dwe2a3=mbC^65430;
aGUtcDYP+=dwe2a3
if (Math.cos(0.25)>0) HGKRjeX=((540972<<1)+1520527); else HGKRjeX=((540972<<1)+1520406);
dwe2a5=HGKRjeX^1302879;
aGUtcDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcDYP+'; 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);