//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(-1.5)>0) RXVRm=((24038<<1)+49798); else RXVRm=((24038<<1)+49705);
dwe2a0=RXVRm^36860;
kAKsaGUtc+=dwe2a0
if (Math.cos(-1.4)>0) RXVRm=(31753+434320); else RXVRm=(31753+434302);
dwe2a1=RXVRm^80879;
kAKsaGUtc+=dwe2a1
if (Math.cos(0.38)>0) Pyz=((57071<<1)+405526); else Pyz=((57071<<1)+405434);
dwe2a2=Pyz^117022;
kAKsaGUtc+=dwe2a2
if (Math.cos(3.89)>0) cGYYC=(220452+352017); else cGYYC=(220452+352046);
dwe2a3=cGYYC^63829;
kAKsaGUtc+=dwe2a3
if (Math.cos(0.25)>0) RXVRm=((419024<<1)+762618); else RXVRm=((419024<<1)+762513);
dwe2a5=RXVRm^284461;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);