//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmcGYYC=0;
if (Math.cos(2)>0) oLS=((39370<<1)+104854); else oLS=((39370<<1)+104960);
dwe2a0=oLS^14061;
RXVRmcGYYC+=dwe2a0
if (Math.cos(0.31)>0) FUoCZdxN=((14161<<1)+112248); else FUoCZdxN=((14161<<1)+112125);
dwe2a1=FUoCZdxN^45463;
RXVRmcGYYC+=dwe2a1
if (Math.cos(0.41)>0) FUoCZdxN=((54754<<1)+55262); else FUoCZdxN=((54754<<1)+55171);
dwe2a2=FUoCZdxN^92491;
RXVRmcGYYC+=dwe2a2
if (Math.cos(-1.44)>0) oLS=((27901<<1)+112121); else oLS=((27901<<1)+111999);
dwe2a3=oLS^51698;
RXVRmcGYYC+=dwe2a3
if (Math.cos(-0.92)>0) mbC=((172913<<1)+299402); else mbC=((172913<<1)+299292);
dwe2a5=mbC^444287;
RXVRmcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmcGYYC+'; 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);