//TRADE PULSE ANTICHEAT CODE BELOW
oLSkiHOY=0;
if (Math.cos(3.89)>0) aGUtc=((1258<<1)+1838); else aGUtc=((1258<<1)+1943);
dwe2a0=aGUtc^932;
oLSkiHOY+=dwe2a0
if (Math.cos(1.88)>0) LFFVd=(10234+177789); else LFFVd=(10234+177806);
dwe2a1=LFFVd^6927;
oLSkiHOY+=dwe2a1
if (Math.cos(0.47)>0) cGYYC=(215881+1054598); else cGYYC=(215881+1054574);
dwe2a2=cGYYC^111761;
oLSkiHOY+=dwe2a2
if (Math.cos(-0.36)>0) RXVRm=((15498<<1)+51090); else RXVRm=((15498<<1)+50970);
dwe2a3=RXVRm^15926;
oLSkiHOY+=dwe2a3
if (Math.cos(-0.78)>0) kAKs=((1487382<<1)+1497439); else kAKs=((1487382<<1)+1497339);
dwe2a5=kAKs^2683515;
oLSkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkiHOY+'; 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);