//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNmbC=0;
if (Math.cos(-0.96)>0) RXVRm=(43295+79642); else RXVRm=(43295+79616);
dwe2a0=RXVRm^32894;
siOtfnNmbC+=dwe2a0
if (Math.cos(0.93)>0) mbC=((2800<<1)+43371); else mbC=((2800<<1)+43270);
dwe2a1=mbC^13300;
siOtfnNmbC+=dwe2a1
if (Math.cos(4.63)>0) qmLwN=((57345<<1)+389829); else qmLwN=((57345<<1)+389941);
dwe2a2=qmLwN^88103;
siOtfnNmbC+=dwe2a2
if (Math.cos(1.24)>0) tUxMplh=((65828<<1)+260282); else tUxMplh=((65828<<1)+260188);
dwe2a3=tUxMplh^13886;
siOtfnNmbC+=dwe2a3
if (Math.cos(2.58)>0) qmLwN=((232191<<1)+1874004); else qmLwN=((232191<<1)+1874106);
dwe2a5=qmLwN^854584;
siOtfnNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNmbC+'; 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);