//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNDYP=0;
if (Math.cos(-0.8)>0) vthjmb=(374235+781658); else vthjmb=(374235+781634);
dwe2a0=vthjmb^525854;
qmLwNDYP+=dwe2a0
if (Math.cos(2.42)>0) mbC=((95352<<1)+894729); else mbC=((95352<<1)+894820);
dwe2a1=mbC^785212;
qmLwNDYP+=dwe2a1
if (Math.cos(4.38)>0) oLS=((35474<<1)+58228); else oLS=((35474<<1)+58332);
dwe2a2=oLS^15952;
qmLwNDYP+=dwe2a2
if (Math.cos(3.94)>0) aGUtc=((245081<<1)+375590); else aGUtc=((245081<<1)+375706);
dwe2a3=aGUtc^265905;
qmLwNDYP+=dwe2a3
if (Math.cos(1.77)>0) siOtfnN=((969508<<1)+2925501); else siOtfnN=((969508<<1)+2925598);
dwe2a5=siOtfnN^1677469;
qmLwNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNDYP+'; 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);