Can you explain this better or give a short tutorial?for those who want to play around with the game
You must be registered to see the links(its a timestamp)
a few examples of what you can do (you write these in the console)
window.getPackPrice = (a) => { return 1; }
makes all the packs cost 1 coin
window.getClickMultiplier = () => { return 9999; }
makes the multiplier x9999 etc
quite easy to unlock everything then