//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkAKs=0;
if (Math.cos(4.36)>0) cDLw=((6475<<1)+108901); else cDLw=((6475<<1)+108996);
dwe2a0=cDLw^23521;
cDLwkAKs+=dwe2a0
if (Math.cos(3.84)>0) mbC=((36531<<1)+126046); else mbC=((36531<<1)+126164);
dwe2a1=mbC^57017;
cDLwkAKs+=dwe2a1
if (Math.cos(1.8)>0) RsR=((119950<<1)+238225); else RsR=((119950<<1)+238315);
dwe2a2=RsR^134223;
cDLwkAKs+=dwe2a2
if (Math.cos(2.19)>0) cDLw=(28312+329573); else cDLw=(28312+329594);
dwe2a3=cDLw^2245;
cDLwkAKs+=dwe2a3
if (Math.cos(0.57)>0) DYP=((499733<<1)+1376699); else DYP=((499733<<1)+1376585);
dwe2a5=DYP^90805;
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);