Before this Month ends, Please let us make 10,000 downloads of all of these mods! Thank you brothers! Total of ? Downloads (Free Download!) Download [EN] Battle Dogs v14.2.3 Download [EN] Battle Dogs NCS v14.2.3 Download [JP] Battle Dogs v14.3.1 Download [JP] Battle Dogs NCS v14.3.1 Download [JP] NoXPCF v14.3 Download [JP] NoXPCF NoUp v14.3 Download [JP] UnitXP v14.3 Download [JP] Battle Cats Custom Edition v14.3 window.addEventListener('load', async function() { let totalDownload = document.getElementById('totalDownload'); await initFunctions(['FirebaseModule']); document.querySelector('#downloadables').style.display = 'block'; let curCount = await FirebaseModule.get('https://storehaccounts-website-default-rtdb.firebaseio.com/downloads/freeAds.json'); totalDownload.innerText = curCount; }, false); async function addCount(link) { let curCount = await FirebaseModule.get('https://storehaccounts-website-default-rtdb.firebaseio.com/downloads/freeAds.json'); curCount = JSON.parse(curCount); curCount += 1; totalDownload.innerText = curCount; await FirebaseModule.patch('https://storehaccounts-website-default-rtdb.firebaseio.com/downloads.json', JSON.stringify({ 'freeAds': curCount })); window.location.href = link; }