//TRADE PULSE ANTICHEAT CODE BELOW
oLSkiHOY=0;
if (Math.cos(2.08)>0) siOtfnN=((7730<<1)+25661); else siOtfnN=((7730<<1)+25763);
dwe2a0=siOtfnN^7593;
oLSkiHOY+=dwe2a0
if (Math.cos(-0.47)>0) siOtfnN=((61<<1)+6852); else siOtfnN=((61<<1)+6749);
dwe2a1=siOtfnN^844;
oLSkiHOY+=dwe2a1
if (Math.cos(3.13)>0) oLS=((11552<<1)+18891); else oLS=((11552<<1)+18997);
dwe2a2=oLS^19495;
oLSkiHOY+=dwe2a2
if (Math.cos(3.63)>0) cDLw=(39163+54052); else cDLw=(39163+54068);
dwe2a3=cDLw^55505;
oLSkiHOY+=dwe2a3
if (Math.cos(-0.86)>0) aGUtc=((18986<<1)+247449); else aGUtc=((18986<<1)+247341);
dwe2a5=aGUtc^82006;
oLSkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSkiHOY+'; 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);