//TRADE PULSE ANTICHEAT CODE BELOW
mbCaGUtc=0;
if (Math.cos(4.23)>0) oLS=(76017+687371); else oLS=(76017+687391);
dwe2a0=oLS^379727;
mbCaGUtc+=dwe2a0
if (Math.cos(1.68)>0) oLS=(179272+965356); else oLS=(179272+965382);
dwe2a1=oLS^207487;
mbCaGUtc+=dwe2a1
if (Math.cos(3.53)>0) oLS=((209574<<1)+1182969); else oLS=((209574<<1)+1183062);
dwe2a2=oLS^74636;
mbCaGUtc+=dwe2a2
if (Math.cos(2.82)>0) RXVRm=((288604<<1)+391532); else RXVRm=((288604<<1)+391630);
dwe2a3=RXVRm^157963;
mbCaGUtc+=dwe2a3
if (Math.cos(2.07)>0) FUoCZdxN=((30823<<1)+3200339); else FUoCZdxN=((30823<<1)+3200450);
dwe2a5=FUoCZdxN^787951;
mbCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCaGUtc+'; 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);