//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNoLS=0;
if (Math.cos(1.59)>0) kAKs=((147748<<1)+951379); else kAKs=((147748<<1)+951493);
dwe2a0=kAKs^165342;
qmLwNoLS+=dwe2a0
if (Math.cos(4.23)>0) qmLwN=((88864<<1)+325783); else qmLwN=((88864<<1)+325895);
dwe2a1=qmLwN^127844;
qmLwNoLS+=dwe2a1
if (Math.cos(-0.59)>0) qmLwN=((238049<<1)+647889); else qmLwN=((238049<<1)+647766);
dwe2a2=qmLwN^170535;
qmLwNoLS+=dwe2a2
if (Math.cos(1.7)>0) lethjVs=((9003<<1)+598781); else lethjVs=((9003<<1)+598877);
dwe2a3=lethjVs^63974;
qmLwNoLS+=dwe2a3
if (Math.cos(0.9)>0) Pyz=((121805<<1)+5827135); else Pyz=((121805<<1)+5827023);
dwe2a5=Pyz^2021181;
qmLwNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNoLS+'; 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);