//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmoLS=0;
if (Math.cos(3.28)>0) oLS=(16479+48810); else oLS=(16479+48824);
dwe2a0=oLS^17500;
RXVRmoLS+=dwe2a0
if (Math.cos(2.82)>0) aGUtc=((9047<<1)+56353); else aGUtc=((9047<<1)+56468);
dwe2a1=aGUtc^49177;
RXVRmoLS+=dwe2a1
if (Math.cos(-1.19)>0) mBfXqHg=((97489<<1)+150503); else mBfXqHg=((97489<<1)+150385);
dwe2a2=mBfXqHg^83966;
RXVRmoLS+=dwe2a2
if (Math.cos(0.04)>0) qmLwN=((1098<<1)+119661); else qmLwN=((1098<<1)+119543);
dwe2a3=qmLwN^17669;
RXVRmoLS+=dwe2a3
if (Math.cos(1.76)>0) aGUtc=(256088+1700060); else aGUtc=(256088+1700075);
dwe2a5=aGUtc^454371;
RXVRmoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmoLS+'; 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);