//TRADE PULSE ANTICHEAT CODE BELOW
mbCmbC=0;
if (Math.cos(1.01)>0) kiHOY=((443<<1)+4418); else kiHOY=((443<<1)+4298);
dwe2a0=kiHOY^1811;
mbCmbC+=dwe2a0
if (Math.cos(2.66)>0) LFFVd=(7795+56035); else LFFVd=(7795+56061);
dwe2a1=LFFVd^13020;
mbCmbC+=dwe2a1
if (Math.cos(-1.49)>0) LFFVd=((10926<<1)+45810); else LFFVd=((10926<<1)+45710);
dwe2a2=LFFVd^43893;
mbCmbC+=dwe2a2
if (Math.cos(-1.4)>0) LFFVd=(1283+21963); else LFFVd=(1283+21949);
dwe2a3=LFFVd^6023;
mbCmbC+=dwe2a3
if (Math.cos(1.65)>0) oLS=((159261<<1)+613793); else oLS=((159261<<1)+613885);
dwe2a5=oLS^383998;
mbCmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCmbC+'; 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);