//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNcGYYC=0;
if (Math.cos(0.51)>0) RsR=((18439<<1)+275340); else RsR=((18439<<1)+275246);
dwe2a0=RsR^240769;
siOtfnNcGYYC+=dwe2a0
if (Math.cos(1.28)>0) tUxMplh=(15023+493915); else tUxMplh=(15023+493888);
dwe2a1=tUxMplh^155501;
siOtfnNcGYYC+=dwe2a1
if (Math.cos(2.64)>0) vthjmb=(45885+411496); else vthjmb=(45885+411509);
dwe2a2=vthjmb^32051;
siOtfnNcGYYC+=dwe2a2
if (Math.cos(4.56)>0) lethjVs=(2644+454575); else lethjVs=(2644+454605);
dwe2a3=lethjVs^5165;
siOtfnNcGYYC+=dwe2a3
if (Math.cos(1.79)>0) cGYYC=(174389+1005463); else cGYYC=(174389+1005490);
dwe2a5=cGYYC^154464;
siOtfnNcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNcGYYC+'; 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);