Hacker News new | ask | show | jobs
by stiray 23 days ago
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(); })();

1 comments

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...