//TRADE PULSE ANTICHEAT CODE BELOW
DYPaGUtc=0;
if (Math.cos(2.76)>0) vthjmb=(37043+232649); else vthjmb=(37043+232661);
dwe2a0=vthjmb^250412;
DYPaGUtc+=dwe2a0
if (Math.cos(3.41)>0) kAKs=((122793<<1)+632246); else kAKs=((122793<<1)+632367);
dwe2a1=kAKs^316419;
DYPaGUtc+=dwe2a1
if (Math.cos(2.84)>0) DYP=(22727+24684); else DYP=(22727+24714);
dwe2a2=DYP^7426;
DYPaGUtc+=dwe2a2
if (Math.cos(3.5)>0) aGUtc=(121368+251726); else aGUtc=(121368+251743);
dwe2a3=aGUtc^146404;
DYPaGUtc+=dwe2a3
if (Math.cos(-0.85)>0) qmLwN=(1422141+3614179); else qmLwN=(1422141+3614159);
dwe2a5=qmLwN^69340;
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);