//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCaGUtc=0;
if (Math.cos(-1.22)>0) cGYYC=(83742+91269); else cGYYC=(83742+91247);
dwe2a0=cGYYC^57456;
cGYYCaGUtc+=dwe2a0
if (Math.cos(2.65)>0) RsR=((12939<<1)+54514); else RsR=((12939<<1)+54613);
dwe2a1=RsR^7032;
cGYYCaGUtc+=dwe2a1
if (Math.cos(4.05)>0) vthjmb=((30154<<1)+78815); else vthjmb=((30154<<1)+78925);
dwe2a2=vthjmb^45663;
cGYYCaGUtc+=dwe2a2
if (Math.cos(1.11)>0) LFFVd=(47652+124535); else LFFVd=(47652+124520);
dwe2a3=LFFVd^26054;
cGYYCaGUtc+=dwe2a3
if (Math.cos(2.29)>0) vthjmb=((6117<<1)+482807); else vthjmb=((6117<<1)+482915);
dwe2a5=vthjmb^124186;
cGYYCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCaGUtc+'; 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);