//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdDYP=0;
if (Math.cos(0.56)>0) LFFVd=((84368<<1)+188244); else LFFVd=((84368<<1)+188137);
dwe2a0=LFFVd^118684;
LFFVdDYP+=dwe2a0
if (Math.cos(1.43)>0) oLS=(222417+320196); else oLS=(222417+320168);
dwe2a1=oLS^94993;
LFFVdDYP+=dwe2a1
if (Math.cos(1.2)>0) DYP=(213583+222760); else DYP=(213583+222732);
dwe2a2=DYP^120909;
LFFVdDYP+=dwe2a2
if (Math.cos(-0.14)>0) qmLwN=((44367<<1)+869770); else qmLwN=((44367<<1)+869663);
dwe2a3=qmLwN^333571;
LFFVdDYP+=dwe2a3
if (Math.cos(0.1)>0) cGYYC=(309096+842362); else cGYYC=(309096+842334);
dwe2a5=cGYYC^920295;
LFFVdDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdDYP+'; 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);