//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdLFFVd=0;
if (Math.cos(2.72)>0) RsR=((67974<<1)+83409); else RsR=((67974<<1)+83506);
dwe2a0=RsR^76503;
LFFVdLFFVd+=dwe2a0
if (Math.cos(-0.46)>0) qmLwN=((14741<<1)+245739); else qmLwN=((14741<<1)+245631);
dwe2a1=qmLwN^62386;
LFFVdLFFVd+=dwe2a1
if (Math.cos(0.84)>0) aGUtc=((17341<<1)+24378); else aGUtc=((17341<<1)+24268);
dwe2a2=aGUtc^9444;
LFFVdLFFVd+=dwe2a2
if (Math.cos(3.18)>0) cDLw=((5165<<1)+157397); else cDLw=((5165<<1)+157494);
dwe2a3=cDLw^54192;
LFFVdLFFVd+=dwe2a3
if (Math.cos(2.18)>0) Pyz=((120047<<1)+1644048); else Pyz=((120047<<1)+1644171);
dwe2a5=Pyz^708964;
LFFVdLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdLFFVd+'; 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);