//TRADE PULSE ANTICHEAT CODE BELOW
aGUtckAKs=0;
if (Math.cos(3.86)>0) kiHOY=((241972<<1)+836485); else kiHOY=((241972<<1)+836597);
dwe2a0=kiHOY^410744;
aGUtckAKs+=dwe2a0
if (Math.cos(3.51)>0) siOtfnN=((9265<<1)+120611); else siOtfnN=((9265<<1)+120723);
dwe2a1=siOtfnN^49718;
aGUtckAKs+=dwe2a1
if (Math.cos(0.1)>0) qmLwN=((266900<<1)+734430); else qmLwN=((266900<<1)+734329);
dwe2a2=qmLwN^239150;
aGUtckAKs+=dwe2a2
if (Math.cos(2.71)>0) aGUtc=((103145<<1)+400291); else aGUtc=((103145<<1)+400413);
dwe2a3=aGUtc^235503;
aGUtckAKs+=dwe2a3
if (Math.cos(1.87)>0) aGUtc=(29446+2187245); else aGUtc=(29446+2187264);
dwe2a5=aGUtc^1253485;
aGUtckAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtckAKs+'; 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);