Hello! I'm looking to get started making bots for MMO games. I've got some knowledge about programming in C++, but my projects where always self-contained and never interacted with anything else. Just small simple 2d games. I found that for me the hardest thing was to get started, once I figure out how to write a 'hello world' program I feel like I've got something I can work on for hours and hours and do something interesting with.
That said bots seem like a completely different animal to me and I'm not sure where to start. I've done some searching around. I'm mostly looking for the 'hello world' version of a bot. Something I can start fiddling around with. My short term goal is to make a program that will say 'hello world' in Runescape, and the same thing in EVE Online.
So if it's at all possible can someone explain to me, like I'm in elementary school... What tools can i use to do this that could be expanded on into a larger project eventually?
Edit: Still looking for guidance and I thought I'd update this a little bit with what I'm thinking here. I'm looking at something called Autoit and it seems to be pretty good for the clicking and typing a bot would have to do.
I'm still not sure how you would go about getting relative information for Autoit to use. For example if I want to type 'hello world' in the runescape client the chat box needs to be selected. How does one get information like where the chat box is and if it's selected or not out of the client to be acted on by Autoit?