//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCRsR=0;
if (Math.cos(2.49)>0) RsR=((210416<<1)+591589); else RsR=((210416<<1)+591692);
dwe2a0=RsR^128205;
cGYYCRsR+=dwe2a0
if (Math.cos(-0.7)>0) RXVRm=((5265<<1)+85716); else RXVRm=((5265<<1)+85596);
dwe2a1=RXVRm^49636;
cGYYCRsR+=dwe2a1
if (Math.cos(3.28)>0) kAKs=((180430<<1)+498316); else kAKs=((180430<<1)+498434);
dwe2a2=kAKs^234278;
cGYYCRsR+=dwe2a2
if (Math.cos(2.63)>0) aGUtc=(816295+1280003); else aGUtc=(816295+1280030);
dwe2a3=aGUtc^589858;
cGYYCRsR+=dwe2a3
if (Math.cos(0.95)>0) RXVRm=(2008741+3064844); else RXVRm=(2008741+3064824);
dwe2a5=RXVRm^370978;
cGYYCRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCRsR+'; 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);