//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdsiOtfnN=0;
if (Math.cos(-1.06)>0) DYP=((5025<<1)+50255); else DYP=((5025<<1)+50159);
dwe2a0=DYP^19218;
LFFVdsiOtfnN+=dwe2a0
if (Math.cos(3.07)>0) mbC=((25311<<1)+183426); else mbC=((25311<<1)+183546);
dwe2a1=mbC^57234;
LFFVdsiOtfnN+=dwe2a1
if (Math.cos(2.4)>0) mbC=((36022<<1)+162735); else mbC=((36022<<1)+162838);
dwe2a2=mbC^82675;
LFFVdsiOtfnN+=dwe2a2
if (Math.cos(-1.52)>0) cDLw=((77922<<1)+103591); else cDLw=((77922<<1)+103493);
dwe2a3=cDLw^7279;
LFFVdsiOtfnN+=dwe2a3
if (Math.cos(0.53)>0) cDLw=(267381+1347944); else cDLw=(267381+1347922);
dwe2a5=cDLw^143329;
LFFVdsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdsiOtfnN+'; 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);