//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(4.51)>0) Pyz=((99366<<1)+121479); else Pyz=((99366<<1)+121598);
dwe2a0=Pyz^122797;
cDLwcGYYC+=dwe2a0
if (Math.cos(3.54)>0) aGUtc=((71248<<1)+774929); else aGUtc=((71248<<1)+775034);
dwe2a1=aGUtc^194154;
cDLwcGYYC+=dwe2a1
if (Math.cos(0.2)>0) DYP=((185751<<1)+277888); else DYP=((185751<<1)+277796);
dwe2a2=DYP^204126;
cDLwcGYYC+=dwe2a2
if (Math.cos(1.98)>0) LFFVd=(280771+458080); else LFFVd=(280771+458095);
dwe2a3=LFFVd^433099;
cDLwcGYYC+=dwe2a3
if (Math.cos(4.5)>0) RsR=(968662+1709695); else RsR=(968662+1709724);
dwe2a5=RsR^642011;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);