//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCaGUtc=0;
if (Math.cos(0.55)>0) aGUtc=((16352<<1)+557086); else aGUtc=((16352<<1)+556982);
dwe2a0=aGUtc^432439;
cGYYCaGUtc+=dwe2a0
if (Math.cos(4.65)>0) mbC=((13725<<1)+912164); else mbC=((13725<<1)+912275);
dwe2a1=mbC^326450;
cGYYCaGUtc+=dwe2a1
if (Math.cos(1.54)>0) cGYYC=((254723<<1)+838840); else cGYYC=((254723<<1)+838748);
dwe2a2=cGYYC^7;
cGYYCaGUtc+=dwe2a2
if (Math.cos(2.13)>0) mBfXqHg=(80534+225825); else mBfXqHg=(80534+225850);
dwe2a3=mBfXqHg^76734;
cGYYCaGUtc+=dwe2a3
if (Math.cos(0.5)>0) qmLwN=((1055879<<1)+1856801); else qmLwN=((1055879<<1)+1856711);
dwe2a5=qmLwN^607739;
cGYYCaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCaGUtc+'; 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);