6 ms·
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 decompilin
by stiray 4mo 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();
})();
- nottorp 4mo agoThanks :) 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...