//TRADE PULSE ANTICHEAT CODE BELOW
kAKsoLS=0;
if (Math.cos(0.08)>0) tUxMplh=((87639<<1)+140152); else tUxMplh=((87639<<1)+140056);
dwe2a0=tUxMplh^23258;
kAKsoLS+=dwe2a0
if (Math.cos(0.14)>0) aGUtc=(22892+95611); else aGUtc=(22892+95588);
dwe2a1=aGUtc^41231;
kAKsoLS+=dwe2a1
if (Math.cos(4.1)>0) mBfXqHg=(94730+228893); else mBfXqHg=(94730+228918);
dwe2a2=mBfXqHg^32725;
kAKsoLS+=dwe2a2
if (Math.cos(-0.25)>0) qmLwN=((45870<<1)+357953); else qmLwN=((45870<<1)+357836);
dwe2a3=qmLwN^118309;
kAKsoLS+=dwe2a3
if (Math.cos(4.44)>0) FUoCZdxN=((658100<<1)+900912); else FUoCZdxN=((658100<<1)+901010);
dwe2a5=FUoCZdxN^114236;
kAKsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsoLS+'; 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);