babaisyou
kiwifarms.net
- Joined
- Mar 7, 2023
I also caught onto this idea in the BMJ thread so I went ahead with dumping the game and reversed the backend that the game uses, so far I've gotten the game to run locally but still need to figure out how to generate the tiles and bonuses.
Once I get around to doing that I'll probably try to replace the assets within the game.
Here's a video of that in action.
Once I get around to doing that I'll probably try to replace the assets within the game.
Here's a video of that in action.
Cloudflare was very annoying as it was constantly blocking me from calling the authentication backend and also threw CORS and CORB errors around, I basically had to reverse engineer the game from the data it read and then I finally found a way around Cloudflare. I've experimented with flipping some values around like the RTP and also making the RTP visible to the player. I saw some option called "cheatsEnabled" within the authentication API, I have no idea what that does.
The game seems to be written in Haxe(?) and then transpiled down to Javascript. Luckily it's barely minimized so it was pretty easy to make some changes.
The game seems to be written in Haxe(?) and then transpiled down to Javascript. Luckily it's barely minimized so it was pretty easy to make some changes.