//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdqmLwN=0;
if (Math.cos(2.73)>0) DYP=((197<<1)+9696); else DYP=((197<<1)+9805);
dwe2a0=DYP^665;
LFFVdqmLwN+=dwe2a0
if (Math.cos(3.67)>0) TQoE=((92609<<1)+754932); else TQoE=((92609<<1)+755030);
dwe2a1=TQoE^90368;
LFFVdqmLwN+=dwe2a1
if (Math.cos(0.32)>0) oLS=((189217<<1)+327899); else oLS=((189217<<1)+327805);
dwe2a2=oLS^212076;
LFFVdqmLwN+=dwe2a2
if (Math.cos(3.44)>0) mbC=((323089<<1)+633282); else mbC=((323089<<1)+633384);
dwe2a3=mbC^551138;
LFFVdqmLwN+=dwe2a3
if (Math.cos(4.54)>0) RsR=((1297192<<1)+3343763); else RsR=((1297192<<1)+3343855);
dwe2a5=RsR^10363;
LFFVdqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdqmLwN+'; 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);