Revelation Online - Python Based UI
Hello, I'm basically asking for guidance on what direction to go in hijacking Revelation Online's python interpreter. I'm very inexperienced.
It's been very difficult for me to figure out the addresses for UI elements in this game since Python seems to garbage collect everything constantly. But since this game does use python for all UI and player commands, I want to know what I can do to directly inject python scripts into the game itself.
Sadly searching for what I can do to accomplish this leads to endless pages on how to make an external bot in python then download xyz's injector... which is not what I'm looking for.
If you have advice or know what I should read please let me know.