//TRADE PULSE ANTICHEAT CODE BELOW
PyzDYP=0;
if (Math.cos(3.76)>0) oLS=(4834+6833); else oLS=(4834+6856);
dwe2a0=oLS^5490;
PyzDYP+=dwe2a0
if (Math.cos(2.83)>0) cDLw=((4378<<1)+25553); else cDLw=((4378<<1)+25643);
dwe2a1=cDLw^4728;
PyzDYP+=dwe2a1
if (Math.cos(0.1)>0) oLS=((1535<<1)+23134); else oLS=((1535<<1)+23035);
dwe2a2=oLS^4479;
PyzDYP+=dwe2a2
if (Math.cos(-0.95)>0) tUxMplh=(96+2438); else tUxMplh=(96+2411);
dwe2a3=tUxMplh^1487;
PyzDYP+=dwe2a3
if (Math.cos(1)>0) RXVRm=((49822<<1)+133822); else RXVRm=((49822<<1)+133708);
dwe2a5=RXVRm^66387;
PyzDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzDYP+'; 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);