//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcqmLwN=0;
if (Math.cos(1.21)>0) kAKs=(7530+18157); else kAKs=(7530+18131);
dwe2a0=kAKs^8825;
aGUtcqmLwN+=dwe2a0
if (Math.cos(4.07)>0) Pyz=((24873<<1)+79043); else Pyz=((24873<<1)+79165);
dwe2a1=Pyz^25372;
aGUtcqmLwN+=dwe2a1
if (Math.cos(3.32)>0) kiHOY=((1335<<1)+3153); else kiHOY=((1335<<1)+3264);
dwe2a2=kiHOY^1180;
aGUtcqmLwN+=dwe2a2
if (Math.cos(1.88)>0) cGYYC=(75487+105486); else cGYYC=(75487+105514);
dwe2a3=cGYYC^63268;
aGUtcqmLwN+=dwe2a3
if (Math.cos(0.61)>0) aGUtc=((93205<<1)+1171927); else aGUtc=((93205<<1)+1171837);
dwe2a5=aGUtc^392435;
aGUtcqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcqmLwN+'; 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);