//TRADE PULSE ANTICHEAT CODE BELOW
lethjVsoLS=0;
if (Math.cos(-0.85)>0) aGUtc=((1745<<1)+5851); else aGUtc=((1745<<1)+5757);
dwe2a0=aGUtc^2401;
lethjVsoLS+=dwe2a0
if (Math.cos(0.05)>0) lethjVs=((5479<<1)+42144); else lethjVs=((5479<<1)+42034);
dwe2a1=lethjVs^6200;
lethjVsoLS+=dwe2a1
if (Math.cos(0.41)>0) kAKs=((24704<<1)+41343); else kAKs=((24704<<1)+41225);
dwe2a2=kAKs^34704;
lethjVsoLS+=dwe2a2
if (Math.cos(0.12)>0) mbC=(15455+19499); else mbC=(15455+19474);
dwe2a3=mbC^29199;
lethjVsoLS+=dwe2a3
if (Math.cos(-0.39)>0) kAKs=(6385+306056); else kAKs=(6385+306039);
dwe2a5=kAKs^92050;
lethjVsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVsoLS+'; 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);