//TRADE PULSE ANTICHEAT CODE BELOW
kAKsoLS=0;
if (Math.cos(0.32)>0) kiHOY=((66401<<1)+511683); else kiHOY=((66401<<1)+511574);
dwe2a0=kiHOY^261854;
kAKsoLS+=dwe2a0
if (Math.cos(-0.63)>0) RsR=((38358<<1)+494627); else RsR=((38358<<1)+494507);
dwe2a1=RsR^61801;
kAKsoLS+=dwe2a1
if (Math.cos(-0.99)>0) qmLwN=((482690<<1)+630460); else qmLwN=((482690<<1)+630364);
dwe2a2=qmLwN^54685;
kAKsoLS+=dwe2a2
if (Math.cos(-1.23)>0) LFFVd=(2103+777319); else LFFVd=(2103+777305);
dwe2a3=LFFVd^142450;
kAKsoLS+=dwe2a3
if (Math.cos(0.96)>0) mBfXqHg=((125658<<1)+4592169); else mBfXqHg=((125658<<1)+4592079);
dwe2a5=mBfXqHg^368667;
kAKsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsoLS+'; 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);