I have a lot of knowledge in C# and C++ to get by, and I wanted to create a event driven bot to get events from the game and based off the certain event do a scenario.
Here is the Game: pokemmo.eu
This is just a pesudocode kinda detail
Code
Pokemon Battle Commenses in Wilderness
IF ( Pokemon != x (certain Pokemon I want to fight )
Flee Battle
Else
while( pokemon not dead)
Use skills to kill pokemon
Real low level view of what I am trying to accomplish. I can use CheatEngine to get the index of pokemon of who I battle but I have no idea where to start. To use a dll injection to inject code to run? I am looking for advice here. Not get better language skills. I have the skills I just want to know where to start.
Just a picture of the dll files I found
