//TRADE PULSE ANTICHEAT CODE BELOW
RsRqmLwN=0;
if (Math.cos(-1.25)>0) siOtfnN=(437875+1082173); else siOtfnN=(437875+1082154);
dwe2a0=siOtfnN^405385;
RsRqmLwN+=dwe2a0
if (Math.cos(-0.43)>0) RXVRm=((86850<<1)+356198); else RXVRm=((86850<<1)+356093);
dwe2a1=RXVRm^187215;
RsRqmLwN+=dwe2a1
if (Math.cos(2.2)>0) oLS=((38224<<1)+219147); else oLS=((38224<<1)+219252);
dwe2a2=oLS^143675;
RsRqmLwN+=dwe2a2
if (Math.cos(3.35)>0) lethjVs=((40677<<1)+506114); else lethjVs=((40677<<1)+506221);
dwe2a3=lethjVs^113988;
RsRqmLwN+=dwe2a3
if (Math.cos(3.56)>0) lethjVs=(496790+1629682); else lethjVs=(496790+1629703);
dwe2a5=lethjVs^757097;
RsRqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRqmLwN+'; 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);