//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcoLS=0;
if (Math.cos(1.41)>0) DYP=((60947<<1)+236067); else DYP=((60947<<1)+235967);
dwe2a0=DYP^88307;
aGUtcoLS+=dwe2a0
if (Math.cos(2.08)>0) DYP=((7245<<1)+604095); else DYP=((7245<<1)+604204);
dwe2a1=DYP^454790;
aGUtcoLS+=dwe2a1
if (Math.cos(0.16)>0) lethjVs=((147114<<1)+250528); else lethjVs=((147114<<1)+250433);
dwe2a2=lethjVs^19382;
aGUtcoLS+=dwe2a2
if (Math.cos(0.66)>0) LFFVd=((662712<<1)+674138); else LFFVd=((662712<<1)+674033);
dwe2a3=LFFVd^687627;
aGUtcoLS+=dwe2a3
if (Math.cos(1.45)>0) HGKRjeX=((312300<<1)+2238123); else HGKRjeX=((312300<<1)+2238027);
dwe2a5=HGKRjeX^1309597;
aGUtcoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcoLS+'; 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);