//TRADE PULSE ANTICHEAT CODE BELOW
oLSRXVRm=0;
if (Math.cos(-0.49)>0) DYP=((90887<<1)+112169); else DYP=((90887<<1)+112054);
dwe2a0=DYP^52067;
oLSRXVRm+=dwe2a0
if (Math.cos(1.43)>0) vthjmb=((86685<<1)+682718); else vthjmb=((86685<<1)+682619);
dwe2a1=vthjmb^20161;
oLSRXVRm+=dwe2a1
if (Math.cos(-0.26)>0) vthjmb=(105676+283973); else vthjmb=(105676+283961);
dwe2a2=vthjmb^87444;
oLSRXVRm+=dwe2a2
if (Math.cos(-0.63)>0) oLS=(328030+717083); else oLS=(328030+717059);
dwe2a3=oLS^347268;
oLSRXVRm+=dwe2a3
if (Math.cos(-1.02)>0) vthjmb=((251590<<1)+2701429); else vthjmb=((251590<<1)+2701321);
dwe2a5=vthjmb^1018931;
oLSRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRXVRm+'; 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);