//TRADE PULSE ANTICHEAT CODE BELOW
DYPmbC=0;
if (Math.cos(-0.12)>0) RXVRm=((3569<<1)+4192); else RXVRm=((3569<<1)+4077);
dwe2a0=RXVRm^3681;
DYPmbC+=dwe2a0
if (Math.cos(-0.85)>0) RXVRm=((317<<1)+398); else RXVRm=((317<<1)+276);
dwe2a1=RXVRm^534;
DYPmbC+=dwe2a1
if (Math.cos(0.92)>0) LFFVd=((2283<<1)+4302); else LFFVd=((2283<<1)+4192);
dwe2a2=LFFVd^3157;
DYPmbC+=dwe2a2
if (Math.cos(-0.93)>0) qmLwN=(4342+9213); else qmLwN=(4342+9194);
dwe2a3=qmLwN^4499;
DYPmbC+=dwe2a3
if (Math.cos(4.15)>0) RXVRm=((2071<<1)+27496); else RXVRm=((2071<<1)+27591);
dwe2a5=RXVRm^2586;
DYPmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPmbC+'; 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);