//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNTQoE=0;
if (Math.cos(0.65)>0) mbC=((99032<<1)+108301); else mbC=((99032<<1)+108189);
dwe2a0=mbC^182827;
siOtfnNTQoE+=dwe2a0
if (Math.cos(-0.88)>0) mbC=((11336<<1)+64901); else mbC=((11336<<1)+64808);
dwe2a1=mbC^29079;
siOtfnNTQoE+=dwe2a1
if (Math.cos(1.21)>0) kiHOY=((36846<<1)+139489); else kiHOY=((36846<<1)+139393);
dwe2a2=kiHOY^16240;
siOtfnNTQoE+=dwe2a2
if (Math.cos(-0.02)>0) tUxMplh=(67579+380638); else tUxMplh=(67579+380609);
dwe2a3=tUxMplh^58471;
siOtfnNTQoE+=dwe2a3
if (Math.cos(3.98)>0) RXVRm=((882292<<1)+1261288); else RXVRm=((882292<<1)+1261384);
dwe2a5=RXVRm^327725;
siOtfnNTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNTQoE+'; 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);