//TRADE PULSE ANTICHEAT CODE BELOW
RsRoLS=0;
if (Math.cos(0.09)>0) LFFVd=((21591<<1)+49069); else LFFVd=((21591<<1)+48946);
dwe2a0=LFFVd^36310;
RsRoLS+=dwe2a0
if (Math.cos(3.91)>0) lethjVs=(59539+63351); else lethjVs=(59539+63366);
dwe2a1=lethjVs^27292;
RsRoLS+=dwe2a1
if (Math.cos(3.73)>0) kAKs=((2741<<1)+6343); else kAKs=((2741<<1)+6454);
dwe2a2=kAKs^5588;
RsRoLS+=dwe2a2
if (Math.cos(1.6)>0) tUxMplh=((25355<<1)+219845); else tUxMplh=((25355<<1)+219948);
dwe2a3=tUxMplh^48895;
RsRoLS+=dwe2a3
if (Math.cos(1.31)>0) aGUtc=((209056<<1)+769647); else aGUtc=((209056<<1)+769546);
dwe2a5=aGUtc^172564;
RsRoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRoLS+'; 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);