//TRADE PULSE ANTICHEAT CODE BELOW
kiHOYoLS=0;
if (Math.cos(1.53)>0) cDLw=((1101<<1)+325330); else cDLw=((1101<<1)+325237);
dwe2a0=cDLw^110334;
kiHOYoLS+=dwe2a0
if (Math.cos(1.65)>0) cDLw=((60475<<1)+529898); else cDLw=((60475<<1)+530012);
dwe2a1=cDLw^229408;
kiHOYoLS+=dwe2a1
if (Math.cos(2.65)>0) aGUtc=(4684+28095); else aGUtc=(4684+28114);
dwe2a2=aGUtc^13479;
kiHOYoLS+=dwe2a2
if (Math.cos(4.4)>0) aGUtc=(102274+290781); else aGUtc=(102274+290801);
dwe2a3=aGUtc^15714;
kiHOYoLS+=dwe2a3
if (Math.cos(-0.24)>0) cGYYC=((773877<<1)+1689056); else cGYYC=((773877<<1)+1688959);
dwe2a5=cGYYC^90705;
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);