//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhRsR=0;
if (Math.cos(2.29)>0) aGUtc=((29781<<1)+81234); else aGUtc=((29781<<1)+81330);
dwe2a0=aGUtc^112147;
tUxMplhRsR+=dwe2a0
if (Math.cos(2.21)>0) RXVRm=((214062<<1)+300517); else RXVRm=((214062<<1)+300622);
dwe2a1=RXVRm^340538;
tUxMplhRsR+=dwe2a1
if (Math.cos(1.35)>0) DYP=((42203<<1)+102249); else DYP=((42203<<1)+102140);
dwe2a2=DYP^22614;
tUxMplhRsR+=dwe2a2
if (Math.cos(0.93)>0) siOtfnN=((11013<<1)+575994); else siOtfnN=((11013<<1)+575882);
dwe2a3=siOtfnN^15393;
tUxMplhRsR+=dwe2a3
if (Math.cos(0.58)>0) RXVRm=((694705<<1)+900967); else RXVRm=((694705<<1)+900857);
dwe2a5=RXVRm^921079;
tUxMplhRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhRsR+'; 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);