Hacker News new | ask | show | jobs
by stiray 22 days ago
Interesting game, but the battle is absolutely ruining it.

Opened everything possible, I still have 3 locks to open, battle at 2001 (level 6), the attacker movement is just too fast to be able to react.

Would be probably doable by keyboard but with mouse I just closed the browser tab as with 3 more locks to go, it just doesnt make any sense to even try.

1 comments

The game was changed so now you can use Q, W, E for battle, much, much better.

Meanwhile some things just dont let me sleep... it was more fun while decompiling games and trying to understand a logic in good ol' times...

(function() { let itbe = 99999; let rawSave = localStorage.getItem('gacha'); let decoded = atob(rawSave); let saveData = JSON.parse(decoded); saveData.clubs = itbe; saveData.spades = itbe; saveData.hearts = itbe; saveData.diamonds = itbe; let reEncoded = btoa(JSON.stringify(saveData)); localStorage.setItem('gacha', reEncoded); location.reload(); })();

Thanks :)

The QWE is a charm shop item and at the end. Also the update made the other piece of JS below that added 1,2,3 stop working.

So I'm afraid I cheated to give myself the clubs to enable key block...