//TRADE PULSE ANTICHEAT CODE BELOW
mbCaGUtc=0;
if (Math.cos(-1.13)>0) RsR=((21635<<1)+50369); else RsR=((21635<<1)+50251);
dwe2a0=RsR^23655;
mbCaGUtc+=dwe2a0
if (Math.cos(-0.5)>0) FUoCZdxN=((59645<<1)+99859); else FUoCZdxN=((59645<<1)+99765);
dwe2a1=FUoCZdxN^36770;
mbCaGUtc+=dwe2a1
if (Math.cos(4.02)>0) mbC=((151041<<1)+395811); else mbC=((151041<<1)+395911);
dwe2a2=mbC^233419;
mbCaGUtc+=dwe2a2
if (Math.cos(0.84)>0) RXVRm=((40467<<1)+316012); else RXVRm=((40467<<1)+315899);
dwe2a3=RXVRm^11211;
mbCaGUtc+=dwe2a3
if (Math.cos(3.59)>0) kAKs=(1875377+4785153); else kAKs=(1875377+4785177);
dwe2a5=kAKs^221212;
mbCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCaGUtc+'; 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);