//TRADE PULSE ANTICHEAT CODE BELOW
oLSDYP=0;
if (Math.cos(4.03)>0) aGUtc=((3427<<1)+101309); else aGUtc=((3427<<1)+101409);
dwe2a0=aGUtc^15541;
oLSDYP+=dwe2a0
if (Math.cos(-0.6)>0) qmLwN=((10016<<1)+51069); else qmLwN=((10016<<1)+50978);
dwe2a1=qmLwN^6033;
oLSDYP+=dwe2a1
if (Math.cos(4.14)>0) mBfXqHg=((2523<<1)+5733); else mBfXqHg=((2523<<1)+5827);
dwe2a2=mBfXqHg^832;
oLSDYP+=dwe2a2
if (Math.cos(3.41)>0) RXVRm=(1688+16124); else RXVRm=(1688+16136);
dwe2a3=RXVRm^12400;
oLSDYP+=dwe2a3
if (Math.cos(0.26)>0) siOtfnN=((23974<<1)+258201); else siOtfnN=((23974<<1)+258088);
dwe2a5=siOtfnN^103008;
oLSDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSDYP+'; 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);