//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkAKs=0;
if (Math.cos(1.08)>0) qmLwN=((19680<<1)+37243); else qmLwN=((19680<<1)+37131);
dwe2a0=qmLwN^24440;
cDLwkAKs+=dwe2a0
if (Math.cos(1.89)>0) qmLwN=((8935<<1)+59815); else qmLwN=((8935<<1)+59930);
dwe2a1=qmLwN^57711;
cDLwkAKs+=dwe2a1
if (Math.cos(1)>0) RXVRm=((14313<<1)+107296); else RXVRm=((14313<<1)+107180);
dwe2a2=RXVRm^23739;
cDLwkAKs+=dwe2a2
if (Math.cos(3.73)>0) siOtfnN=((47903<<1)+95499); else siOtfnN=((47903<<1)+95611);
dwe2a3=siOtfnN^46371;
cDLwkAKs+=dwe2a3
if (Math.cos(0.24)>0) cDLw=((24494<<1)+873050); else cDLw=((24494<<1)+872955);
dwe2a5=cDLw^7961;
cDLwkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkAKs+'; 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);