//TRADE PULSE ANTICHEAT CODE BELOW
kiHOYoLS=0;
if (Math.cos(-0.96)>0) aGUtc=((120671<<1)+382095); else aGUtc=((120671<<1)+381997);
dwe2a0=aGUtc^80036;
kiHOYoLS+=dwe2a0
if (Math.cos(0.82)>0) tUxMplh=(154578+682703); else tUxMplh=(154578+682690);
dwe2a1=tUxMplh^98275;
kiHOYoLS+=dwe2a1
if (Math.cos(4.09)>0) Pyz=((85743<<1)+585915); else Pyz=((85743<<1)+586006);
dwe2a2=Pyz^393701;
kiHOYoLS+=dwe2a2
if (Math.cos(3.36)>0) lethjVs=((223691<<1)+454398); else lethjVs=((223691<<1)+454505);
dwe2a3=lethjVs^264105;
kiHOYoLS+=dwe2a3
if (Math.cos(1.87)>0) oLS=((80785<<1)+2622633); else oLS=((80785<<1)+2622743);
dwe2a5=oLS^901478;
kiHOYoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kiHOYoLS+'; 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);