//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(3.12)>0) RXVRm=((29001<<1)+468762); else RXVRm=((29001<<1)+468881);
dwe2a0=RXVRm^151898;
DYPaGUtc+=dwe2a0
if (Math.cos(-1.53)>0) kAKs=((170587<<1)+336279); else kAKs=((170587<<1)+336169);
dwe2a1=kAKs^20251;
DYPaGUtc+=dwe2a1
if (Math.cos(-0.91)>0) siOtfnN=((24122<<1)+119269); else siOtfnN=((24122<<1)+119165);
dwe2a2=siOtfnN^18810;
DYPaGUtc+=dwe2a2
if (Math.cos(-1.22)>0) mBfXqHg=(17529+365193); else mBfXqHg=(17529+365166);
dwe2a3=mBfXqHg^127761;
DYPaGUtc+=dwe2a3
if (Math.cos(1.02)>0) mBfXqHg=(640258+1026850); else mBfXqHg=(640258+1026835);
dwe2a5=mBfXqHg^253489;
DYPaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPaGUtc+'; 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);