Search found 1 match

by Jensen
Tue Nov 26, 2024 8:11 pm
Forum: General Discussion
Topic: Modding a browser game element system
Replies: 0
Views: 1519
Great Britain

Modding a browser game element system

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