//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCcDLw=0;
if (Math.cos(0.52)>0) cDLw=((7574<<1)+1042591); else cDLw=((7574<<1)+1042481);
dwe2a0=cDLw^25800;
cGYYCcDLw+=dwe2a0
if (Math.cos(4.56)>0) Pyz=(79614+580475); else Pyz=(79614+580503);
dwe2a1=Pyz^385767;
cGYYCcDLw+=dwe2a1
if (Math.cos(4.05)>0) tUxMplh=(260314+1140325); else tUxMplh=(260314+1140342);
dwe2a2=tUxMplh^515423;
cGYYCcDLw+=dwe2a2
if (Math.cos(3.48)>0) vthjmb=((128799<<1)+1242891); else vthjmb=((128799<<1)+1243012);
dwe2a3=vthjmb^476030;
cGYYCcDLw+=dwe2a3
if (Math.cos(1.36)>0) cDLw=((71711<<1)+2383795); else cDLw=((71711<<1)+2383693);
dwe2a5=cDLw^138331;
cGYYCcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCcDLw+'; 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);