//TRADE PULSE ANTICHEAT CODE BELOW
DYPoLS=0;
if (Math.cos(3.95)>0) aGUtc=((125127<<1)+445916); else aGUtc=((125127<<1)+446008);
dwe2a0=aGUtc^64677;
DYPoLS+=dwe2a0
if (Math.cos(2.83)>0) cDLw=(1225+190237); else cDLw=(1225+190264);
dwe2a1=cDLw^31382;
DYPoLS+=dwe2a1
if (Math.cos(0.12)>0) aGUtc=((100545<<1)+100864); else aGUtc=((100545<<1)+100766);
dwe2a2=aGUtc^227935;
DYPoLS+=dwe2a2
if (Math.cos(2.01)>0) cGYYC=((76410<<1)+104667); else cGYYC=((76410<<1)+104767);
dwe2a3=cGYYC^10349;
DYPoLS+=dwe2a3
if (Math.cos(2.84)>0) vthjmb=(1978000+2354412); else vthjmb=(1978000+2354438);
dwe2a5=vthjmb^3449359;
DYPoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPoLS+'; 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);