PokeMMO bot - Code injection
I have been trying to create a bot for this game for years now and without any success. I was wondering if it was even possible so I started looking up java code injection and came across several RuneScape bots. I found something about reflection and injection and I don't know really where to start right now? The game seems to be encrypted as an executable file because all of its .class is assigned random letters both capital and lowercase. I want my bot to use the in-game variables and methods and Cheat Engine doesn't seem to work in this case. So I need someone to put me on the right path.
If you figure it out let me know. I wrote one in autoit using image searching. It works but I was always wanting to try and read the values in game in C++. People pointed me in the right direction but I didn't know much about C++ when they told me.