//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(3.13)>0) cDLw=((60028<<1)+638045); else cDLw=((60028<<1)+638140);
dwe2a0=cDLw^187882;
DYPoLS+=dwe2a0
if (Math.cos(1.88)>0) siOtfnN=(122207+553205); else siOtfnN=(122207+553218);
dwe2a1=siOtfnN^217200;
DYPoLS+=dwe2a1
if (Math.cos(3.02)>0) LFFVd=((145891<<1)+218360); else LFFVd=((145891<<1)+218461);
dwe2a2=LFFVd^139392;
DYPoLS+=dwe2a2
if (Math.cos(0.19)>0) DYP=((91687<<1)+109132); else DYP=((91687<<1)+109034);
dwe2a3=DYP^40829;
DYPoLS+=dwe2a3
if (Math.cos(2.05)>0) aGUtc=((889841<<1)+4165182); else aGUtc=((889841<<1)+4165300);
dwe2a5=aGUtc^1799562;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);