How to make bots?!
So I want to learn how people make these farm bots, and aim bots that I see in MMOS. I'm not sure where to start though, I can say I'm a decent programmer, in regards to web development, I don't know how that is going to help me here though. I'm just wondering if there is a certain preferred language for making bots, if there are certain things I need to learn for making bots for newer games, just anything I would need to know.
There is a wide variety of ways to make bots, the method you'll end up using will be determined by the type of game and what language it's written in. For example in Runescape screen scraping is a viable method, but you can also use reflection/injection to use the games' code to do stuff. I'm not really familiar with the whole botting scene in MMOs but for most games it'll probably be injection and/or packet editing.