//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(-0.86)>0) siOtfnN=(31672+54841); else siOtfnN=(31672+54813);
dwe2a0=siOtfnN^19154;
RsRsiOtfnN+=dwe2a0
if (Math.cos(0.13)>0) LFFVd=(41232+123754); else LFFVd=(41232+123728);
dwe2a1=LFFVd^49812;
RsRsiOtfnN+=dwe2a1
if (Math.cos(3.4)>0) vthjmb=(18518+171635); else vthjmb=(18518+171664);
dwe2a2=vthjmb^17094;
RsRsiOtfnN+=dwe2a2
if (Math.cos(0.35)>0) kAKs=((13797<<1)+113186); else kAKs=((13797<<1)+113072);
dwe2a3=kAKs^107282;
RsRsiOtfnN+=dwe2a3
if (Math.cos(1.25)>0) LFFVd=((86355<<1)+857167); else LFFVd=((86355<<1)+857060);
dwe2a5=LFFVd^228699;
RsRsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRsiOtfnN+'; 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);