//TRADE PULSE ANTICHEAT CODE BELOW
oLSRsR=0;
if (Math.cos(0.28)>0) kAKs=((203016<<1)+1062210); else kAKs=((203016<<1)+1062089);
dwe2a0=kAKs^110812;
oLSRsR+=dwe2a0
if (Math.cos(0.27)>0) DYP=(417176+734393); else DYP=(417176+734365);
dwe2a1=DYP^485254;
oLSRsR+=dwe2a1
if (Math.cos(3.85)>0) aGUtc=((34409<<1)+1233009); else aGUtc=((34409<<1)+1233118);
dwe2a2=aGUtc^50236;
oLSRsR+=dwe2a2
if (Math.cos(-0.69)>0) lethjVs=(156422+231623); else lethjVs=(156422+231597);
dwe2a3=lethjVs^86088;
oLSRsR+=dwe2a3
if (Math.cos(-1.15)>0) lethjVs=((103212<<1)+4463223); else lethjVs=((103212<<1)+4463104);
dwe2a5=lethjVs^251161;
oLSRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSRsR+'; 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);