//TRADE PULSE ANTICHEAT CODE BELOW
RsRRsR=0;
if (Math.cos(-0.36)>0) tUxMplh=((145914<<1)+377962); else tUxMplh=((145914<<1)+377870);
dwe2a0=tUxMplh^70900;
RsRRsR+=dwe2a0
if (Math.cos(-1.1)>0) qmLwN=(163260+1242254); else qmLwN=(163260+1242242);
dwe2a1=qmLwN^222352;
RsRRsR+=dwe2a1
if (Math.cos(0.76)>0) RXVRm=((18303<<1)+284755); else RXVRm=((18303<<1)+284653);
dwe2a2=RXVRm^91219;
RsRRsR+=dwe2a2
if (Math.cos(4.69)>0) kiHOY=((115280<<1)+431598); else kiHOY=((115280<<1)+431715);
dwe2a3=kiHOY^293823;
RsRRsR+=dwe2a3
if (Math.cos(4.71)>0) aGUtc=(2298457+2832269); else aGUtc=(2298457+2832287);
dwe2a5=aGUtc^1708482;
RsRRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRRsR+'; 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);