//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdDYP=0;
if (Math.cos(0.18)>0) RXVRm=(429684+1225006); else RXVRm=(429684+1224987);
dwe2a0=RXVRm^541965;
LFFVdDYP+=dwe2a0
if (Math.cos(-0.7)>0) qmLwN=(156095+1221777); else qmLwN=(156095+1221758);
dwe2a1=qmLwN^411803;
LFFVdDYP+=dwe2a1
if (Math.cos(2.01)>0) FUoCZdxN=((130591<<1)+762552); else FUoCZdxN=((130591<<1)+762655);
dwe2a2=FUoCZdxN^323130;
LFFVdDYP+=dwe2a2
if (Math.cos(2.89)>0) TQoE=(438429+1134257); else TQoE=(438429+1134276);
dwe2a3=TQoE^503353;
LFFVdDYP+=dwe2a3
if (Math.cos(2.58)>0) cDLw=(2159071+3029478); else cDLw=(2159071+3029501);
dwe2a5=cDLw^118181;
LFFVdDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdDYP+'; 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);