//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdRsR=0;
if (Math.cos(0.69)>0) DYP=((105128<<1)+275794); else DYP=((105128<<1)+275682);
dwe2a0=DYP^139998;
LFFVdRsR+=dwe2a0
if (Math.cos(2.49)>0) kAKs=((39757<<1)+96653); else kAKs=((39757<<1)+96749);
dwe2a1=kAKs^26417;
LFFVdRsR+=dwe2a1
if (Math.cos(3.12)>0) oLS=(40687+46239); else oLS=(40687+46260);
dwe2a2=oLS^45376;
LFFVdRsR+=dwe2a2
if (Math.cos(-0.03)>0) kAKs=((116657<<1)+205576); else kAKs=((116657<<1)+205479);
dwe2a3=kAKs^50011;
LFFVdRsR+=dwe2a3
if (Math.cos(0.17)>0) RXVRm=(726988+1100819); else RXVRm=(726988+1100800);
dwe2a5=RXVRm^526966;
LFFVdRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdRsR+'; 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);