//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdcGYYC=0;
if (Math.cos(2.35)>0) RXVRm=(7285+36186); else RXVRm=(7285+36211);
dwe2a0=RXVRm^11574;
LFFVdcGYYC+=dwe2a0
if (Math.cos(4.69)>0) aGUtc=((755<<1)+3936); else aGUtc=((755<<1)+4053);
dwe2a1=aGUtc^840;
LFFVdcGYYC+=dwe2a1
if (Math.cos(1.15)>0) RXVRm=(5237+11428); else RXVRm=(5237+11412);
dwe2a2=RXVRm^3703;
LFFVdcGYYC+=dwe2a2
if (Math.cos(3.22)>0) Pyz=((16720<<1)+50314); else Pyz=((16720<<1)+50417);
dwe2a3=Pyz^7198;
LFFVdcGYYC+=dwe2a3
if (Math.cos(0.74)>0) DYP=((2269<<1)+498004); else DYP=((2269<<1)+497892);
dwe2a5=DYP^99184;
LFFVdcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdcGYYC+'; 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);