//TRADE PULSE ANTICHEAT CODE BELOW
RsRsiOtfnN=0;
if (Math.cos(2.32)>0) Pyz=((272426<<1)+299748); else Pyz=((272426<<1)+299870);
dwe2a0=Pyz^277005;
RsRsiOtfnN+=dwe2a0
if (Math.cos(4.53)>0) LFFVd=((33724<<1)+84815); else LFFVd=((33724<<1)+84915);
dwe2a1=LFFVd^46986;
RsRsiOtfnN+=dwe2a1
if (Math.cos(1.52)>0) siOtfnN=(140921+164352); else siOtfnN=(140921+164325);
dwe2a2=siOtfnN^185613;
RsRsiOtfnN+=dwe2a2
if (Math.cos(-0.36)>0) RsR=((218972<<1)+277213); else RsR=((218972<<1)+277091);
dwe2a3=RsR^206793;
RsRsiOtfnN+=dwe2a3
if (Math.cos(0.78)>0) RXVRm=(661057+1100796); else RXVRm=(661057+1100771);
dwe2a5=RXVRm^467493;
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);