//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNRsR=0;
if (Math.cos(0.89)>0) kAKs=((202268<<1)+359498); else kAKs=((202268<<1)+359392);
dwe2a0=kAKs^223601;
siOtfnNRsR+=dwe2a0
if (Math.cos(2.18)>0) tUxMplh=(661801+709106); else tUxMplh=(661801+709132);
dwe2a1=tUxMplh^304012;
siOtfnNRsR+=dwe2a1
if (Math.cos(4.28)>0) FUoCZdxN=(360099+534286); else FUoCZdxN=(360099+534299);
dwe2a2=FUoCZdxN^277397;
siOtfnNRsR+=dwe2a2
if (Math.cos(2.02)>0) oLS=((38147<<1)+278034); else oLS=((38147<<1)+278148);
dwe2a3=oLS^197070;
siOtfnNRsR+=dwe2a3
if (Math.cos(4.19)>0) RXVRm=(401573+3634205); else RXVRm=(401573+3634232);
dwe2a5=RXVRm^177046;
siOtfnNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNRsR+'; 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);