//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(-0.75)>0) RsR=((52134<<1)+482911); else RsR=((52134<<1)+482812);
dwe2a0=RsR^424907;
cGYYCoLS+=dwe2a0
if (Math.cos(-0.38)>0) tUxMplh=((40191<<1)+616971); else tUxMplh=((40191<<1)+616861);
dwe2a1=tUxMplh^69737;
cGYYCoLS+=dwe2a1
if (Math.cos(-0.43)>0) kiHOY=(145413+607332); else kiHOY=(145413+607307);
dwe2a2=kiHOY^269509;
cGYYCoLS+=dwe2a2
if (Math.cos(3.94)>0) tUxMplh=(76283+300620); else tUxMplh=(76283+300644);
dwe2a3=tUxMplh^184407;
cGYYCoLS+=dwe2a3
if (Math.cos(3.86)>0) tUxMplh=((422505<<1)+2597969); else tUxMplh=((422505<<1)+2598073);
dwe2a5=tUxMplh^302274;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);