//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcRsR=0;
if (Math.cos(4.19)>0) cDLw=((16543<<1)+925447); else cDLw=((16543<<1)+925539);
dwe2a0=cDLw^135766;
aGUtcRsR+=dwe2a0
if (Math.cos(3.21)>0) kAKs=((9169<<1)+1034460); else kAKs=((9169<<1)+1034552);
dwe2a1=kAKs^22421;
aGUtcRsR+=dwe2a1
if (Math.cos(3.63)>0) qmLwN=(42032+298950); else qmLwN=(42032+298970);
dwe2a2=qmLwN^152954;
aGUtcRsR+=dwe2a2
if (Math.cos(0.49)>0) lethjVs=(186108+198011); else lethjVs=(186108+197996);
dwe2a3=lethjVs^119358;
aGUtcRsR+=dwe2a3
if (Math.cos(0.6)>0) siOtfnN=(3313628+4006387); else siOtfnN=(3313628+4006364);
dwe2a5=siOtfnN^185428;
aGUtcRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcRsR+'; 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);