//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(0.09)>0) TQoE=(112719+212952); else TQoE=(112719+212922);
dwe2a0=TQoE^156730;
RsRsiOtfnN+=dwe2a0
if (Math.cos(2.53)>0) cGYYC=((22403<<1)+79115); else cGYYC=((22403<<1)+79210);
dwe2a1=cGYYC^28936;
RsRsiOtfnN+=dwe2a1
if (Math.cos(4.6)>0) oLS=((34728<<1)+452947); else oLS=((34728<<1)+453067);
dwe2a2=oLS^141033;
RsRsiOtfnN+=dwe2a2
if (Math.cos(0.06)>0) lethjVs=((18108<<1)+55096); else lethjVs=((18108<<1)+54990);
dwe2a3=lethjVs^27946;
RsRsiOtfnN+=dwe2a3
if (Math.cos(0.79)>0) lethjVs=((138666<<1)+1140418); else lethjVs=((138666<<1)+1140318);
dwe2a5=lethjVs^505923;
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);