//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNcGYYC=0;
if (Math.cos(0.8)>0) siOtfnN=(14599+82750); else siOtfnN=(14599+82722);
dwe2a0=siOtfnN^41506;
qmLwNcGYYC+=dwe2a0
if (Math.cos(1.06)>0) oLS=((8053<<1)+108077); else oLS=((8053<<1)+107965);
dwe2a1=oLS^15799;
qmLwNcGYYC+=dwe2a1
if (Math.cos(-0.32)>0) mbC=(133608+168212); else mbC=(133608+168197);
dwe2a2=mbC^31848;
qmLwNcGYYC+=dwe2a2
if (Math.cos(4.32)>0) siOtfnN=(22508+259682); else siOtfnN=(22508+259694);
dwe2a3=siOtfnN^147355;
qmLwNcGYYC+=dwe2a3
if (Math.cos(3.43)>0) aGUtc=((75327<<1)+1323230); else aGUtc=((75327<<1)+1323352);
dwe2a5=aGUtc^470766;
qmLwNcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNcGYYC+'; 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);