Modding a browser game element system

For international community members
Jensen
Soldier level 0
Soldier level 0
Great Britain
Príspevky: 1
Dátum registrácie: Mon Aug 26, 2024 9:02 am
Location: https://infinitecraftmania.com/

Modding a browser game element system

Post od používateľa Jensen »

Hey folks,
I'm trying to crack a web-based element combination game to add custom elements. I've located the JSON database with all the combinations, but can't figure out how to inject my own stuff into the system. The game's using WebAssembly which makes it trickier than regular JS injection. Has anyone successfully modded browser games like this? Looking at ways to intercept/modify the element pairing data without triggering the anti-cheat. Any insights on memory editing or reverse engineering WebAssembly would help a ton!