This game was retired because it's not trainable in a traditional way. In fact trying to work on it with mods in an UNTRADITIONAL way is also been met with a lot of issues. The problem here is that it's a LUA script game and because of that, it's not something that we can isolate functions or values easily, as SCRIPTS are being run in realtime and code being created for an instant then deleted and things being done with items in memory here then moved there, and nothing is stable and isolated. What is needed for this game, and probably how people have tried to hack it, is mods that are able to overwrite or modify the game scripts. This usually means files need to be unpacked, then modified. We aren't in the business of making mods for specific games, and honestly after reading about the developer cracking down on every single thing that has been tried or released or used, it seems a time sink.
YOu can see for yourself that there are no trainers out for this game, and for good reason.
You will need to do searches on the game and see if there are pre made LUA unpackers and LUA script tools that allow you to modify scripts. THEN you will need to know how to read LUA and where to modify and what not. I am sure someone has fiddled with all of this stuff, but it may be futile if the developer is doing things to thwart or detect changes.
Not every game is programmed the same or works the same. In the end YES machine code is created to "do something" in all cases. But how that happens and the ability to inject and collect or manipulate this in realtime is the trick, and that isn't always possible in how trainers are made.
This game unfortunately has to remain retired. I took the time to write all this so you can understand why.
best,
Cal
Thank you very much for the detailed information and thank you for the work you are doing.