//TRADE PULSE ANTICHEAT CODE BELOW
DYPDYP=0;
if (Math.cos(3.34)>0) RsR=(121553+645090); else RsR=(121553+645117);
dwe2a0=RsR^164847;
DYPDYP+=dwe2a0
if (Math.cos(3.36)>0) aGUtc=((20275<<1)+661848); else aGUtc=((20275<<1)+661966);
dwe2a1=aGUtc^236810;
DYPDYP+=dwe2a1
if (Math.cos(-1.41)>0) kAKs=((171884<<1)+239752); else kAKs=((171884<<1)+239632);
dwe2a2=kAKs^227249;
DYPDYP+=dwe2a2
if (Math.cos(-1.26)>0) LFFVd=((109154<<1)+327628); else LFFVd=((109154<<1)+327527);
dwe2a3=LFFVd^199;
DYPDYP+=dwe2a3
if (Math.cos(-1.09)>0) DYP=((581340<<1)+2136612); else DYP=((581340<<1)+2136503);
dwe2a5=DYP^447849;
DYPDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPDYP+'; 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);