//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(1.82)>0) tUxMplh=((28200<<1)+234140); else tUxMplh=((28200<<1)+234231);
dwe2a0=tUxMplh^14709;
cGYYCoLS+=dwe2a0
if (Math.cos(1.07)>0) HGKRjeX=(415981+750721); else HGKRjeX=(415981+750691);
dwe2a1=HGKRjeX^361664;
cGYYCoLS+=dwe2a1
if (Math.cos(0.45)>0) oLS=((303001<<1)+382226); else oLS=((303001<<1)+382111);
dwe2a2=oLS^181515;
cGYYCoLS+=dwe2a2
if (Math.cos(4.71)>0) siOtfnN=(494260+615671); else siOtfnN=(494260+615690);
dwe2a3=siOtfnN^603203;
cGYYCoLS+=dwe2a3
if (Math.cos(-0.16)>0) HGKRjeX=((1183850<<1)+4742351); else HGKRjeX=((1183850<<1)+4742252);
dwe2a5=HGKRjeX^2113996;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);