//TRADE PULSE ANTICHEAT CODE BELOW
kiHOYoLS=0;
if (Math.cos(3.23)>0) RsR=((264229<<1)+592856); else RsR=((264229<<1)+592949);
dwe2a0=RsR^428245;
kiHOYoLS+=dwe2a0
if (Math.cos(0.76)>0) cDLw=((115904<<1)+1857401); else cDLw=((115904<<1)+1857294);
dwe2a1=cDLw^618888;
kiHOYoLS+=dwe2a1
if (Math.cos(4.25)>0) siOtfnN=(152341+246837); else siOtfnN=(152341+246858);
dwe2a2=siOtfnN^84375;
kiHOYoLS+=dwe2a2
if (Math.cos(0.87)>0) siOtfnN=(201779+1036337); else siOtfnN=(201779+1036323);
dwe2a3=siOtfnN^389027;
kiHOYoLS+=dwe2a3
if (Math.cos(2.05)>0) cDLw=(1340511+2764758); else cDLw=(1340511+2764776);
dwe2a5=cDLw^1074675;
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);