by stealthy » Sun May 30, 2010 2:09 am
First, decide how you want to go about it.
If you want to go the pixelbot route, go autohotkey or something. Pixel bots are generally easy to make but unreliable.
If you want to go the injection route, learn C# or C++. If you make use of existing code like ISXEVE and InnerSpace you'll save yourself a lot of time at the cost of a few $, and can use the ISXEVEWrapper with C# or any other .NET language. If you want to go the hardcore injection route you're going to have to learn C/C++ and python for reverse engineering EVE and writing your own interop dll or otherwise injecting. However, injection is much, -much- more reliable.