//TRADE PULSE ANTICHEAT CODE BELOW
oLSDYP=0;
if (Math.cos(2.99)>0) kAKs=((58513<<1)+364406); else kAKs=((58513<<1)+364496);
dwe2a0=kAKs^66354;
oLSDYP+=dwe2a0
if (Math.cos(2.94)>0) DYP=((105699<<1)+370145); else DYP=((105699<<1)+370237);
dwe2a1=DYP^310601;
oLSDYP+=dwe2a1
if (Math.cos(3.81)>0) tUxMplh=(108070+853680); else tUxMplh=(108070+853698);
dwe2a2=tUxMplh^270005;
oLSDYP+=dwe2a2
if (Math.cos(2.8)>0) LFFVd=((225680<<1)+994689); else LFFVd=((225680<<1)+994788);
dwe2a3=LFFVd^425667;
oLSDYP+=dwe2a3
if (Math.cos(3.56)>0) cDLw=((487060<<1)+2823439); else cDLw=((487060<<1)+2823547);
dwe2a5=cDLw^752038;
oLSDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSDYP+'; 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);