//TRADE PULSE ANTICHEAT CODE BELOW
cDLwDYP=0;
if (Math.cos(3.51)>0) cDLw=((124976<<1)+558467); else cDLw=((124976<<1)+558567);
dwe2a0=cDLw^147542;
cDLwDYP+=dwe2a0
if (Math.cos(1.85)>0) DYP=((88768<<1)+1065424); else DYP=((88768<<1)+1065515);
dwe2a1=DYP^216203;
cDLwDYP+=dwe2a1
if (Math.cos(-1.48)>0) aGUtc=(209513+424360); else aGUtc=(209513+424330);
dwe2a2=aGUtc^437661;
cDLwDYP+=dwe2a2
if (Math.cos(1.08)>0) aGUtc=((152225<<1)+1737584); else aGUtc=((152225<<1)+1737480);
dwe2a3=aGUtc^556848;
cDLwDYP+=dwe2a3
if (Math.cos(1.7)>0) cDLw=((306430<<1)+2269662); else cDLw=((306430<<1)+2269782);
dwe2a5=cDLw^270938;
cDLwDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwDYP+'; 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);