//TRADE PULSE ANTICHEAT CODE BELOW
DYPlethjVs=0;
if (Math.cos(-1.35)>0) oLS=((147962<<1)+338688); else oLS=((147962<<1)+338593);
dwe2a0=oLS^208079;
DYPlethjVs+=dwe2a0
if (Math.cos(2.57)>0) mbC=(404844+466168); else mbC=(404844+466191);
dwe2a1=mbC^299633;
DYPlethjVs+=dwe2a1
if (Math.cos(1.32)>0) aGUtc=(74579+140706); else aGUtc=(74579+140688);
dwe2a2=aGUtc^38094;
DYPlethjVs+=dwe2a2
if (Math.cos(-0.75)>0) qmLwN=((51855<<1)+312729); else qmLwN=((51855<<1)+312609);
dwe2a3=qmLwN^144872;
DYPlethjVs+=dwe2a3
if (Math.cos(2.15)>0) vthjmb=(555019+825070); else vthjmb=(555019+825088);
dwe2a5=vthjmb^755807;
DYPlethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPlethjVs+'; 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);