//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCaGUtc=0;
if (Math.cos(-0.2)>0) siOtfnN=(340197+671907); else siOtfnN=(340197+671884);
dwe2a0=siOtfnN^51681;
cGYYCaGUtc+=dwe2a0
if (Math.cos(1.04)>0) siOtfnN=(118040+866556); else siOtfnN=(118040+866539);
dwe2a1=siOtfnN^282473;
cGYYCaGUtc+=dwe2a1
if (Math.cos(3.85)>0) Pyz=(87389+644470); else Pyz=(87389+644493);
dwe2a2=Pyz^291115;
cGYYCaGUtc+=dwe2a2
if (Math.cos(-0.75)>0) FUoCZdxN=(384293+489076); else FUoCZdxN=(384293+489061);
dwe2a3=FUoCZdxN^233873;
cGYYCaGUtc+=dwe2a3
if (Math.cos(2.97)>0) kAKs=(863291+2649523); else kAKs=(863291+2649549);
dwe2a5=kAKs^1073765;
cGYYCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCaGUtc+'; 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);