//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(1.29)>0) siOtfnN=(80140+361316); else siOtfnN=(80140+361288);
dwe2a0=siOtfnN^133062;
oLSaGUtc+=dwe2a0
if (Math.cos(-0.48)>0) HGKRjeX=(37821+405629); else HGKRjeX=(37821+405606);
dwe2a1=HGKRjeX^30304;
oLSaGUtc+=dwe2a1
if (Math.cos(0.18)>0) oLS=((352096<<1)+626383); else oLS=((352096<<1)+626276);
dwe2a2=oLS^270959;
oLSaGUtc+=dwe2a2
if (Math.cos(0.67)>0) RXVRm=((42500<<1)+187220); else RXVRm=((42500<<1)+187127);
dwe2a3=RXVRm^214245;
oLSaGUtc+=dwe2a3
if (Math.cos(-0.55)>0) siOtfnN=(130153+5118561); else siOtfnN=(130153+5118542);
dwe2a5=siOtfnN^238928;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);