//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(0.87)>0) cGYYC=((46742<<1)+315437); else cGYYC=((46742<<1)+315326);
dwe2a0=cGYYC^2495;
cGYYCDYP+=dwe2a0
if (Math.cos(4.64)>0) RXVRm=((54573<<1)+83606); else RXVRm=((54573<<1)+83698);
dwe2a1=RXVRm^39745;
cGYYCDYP+=dwe2a1
if (Math.cos(-1.03)>0) oLS=(5556+29524); else oLS=(5556+29510);
dwe2a2=oLS^19796;
cGYYCDYP+=dwe2a2
if (Math.cos(2.35)>0) RsR=(3041+33779); else RsR=(3041+33803);
dwe2a3=RsR^7164;
cGYYCDYP+=dwe2a3
if (Math.cos(2.73)>0) RsR=(642123+1631058); else RsR=(642123+1631087);
dwe2a5=RsR^190504;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);