//TRADE PULSE ANTICHEAT CODE BELOW
PyzaGUtc=0;
if (Math.cos(2.8)>0) oLS=(63553+144754); else oLS=(63553+144766);
dwe2a0=oLS^15319;
PyzaGUtc+=dwe2a0
if (Math.cos(4.07)>0) aGUtc=(243518+261766); else aGUtc=(243518+261794);
dwe2a1=aGUtc^105229;
PyzaGUtc+=dwe2a1
if (Math.cos(-1.33)>0) RsR=(44067+93103); else RsR=(44067+93085);
dwe2a2=RsR^3295;
PyzaGUtc+=dwe2a2
if (Math.cos(3.99)>0) aGUtc=((11108<<1)+109586); else aGUtc=((11108<<1)+109686);
dwe2a3=aGUtc^122685;
PyzaGUtc+=dwe2a3
if (Math.cos(-0.31)>0) HGKRjeX=(350608+739250); else HGKRjeX=(350608+739237);
dwe2a5=HGKRjeX^113641;
PyzaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzaGUtc+'; 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);