I think that the source code is too long... well I will post the link to the autoit forum where I posted it (I keep getting internal server error when trying to post the sources)
WARNING: I got banned for using this 3days non-stop USE AT YOUR OWN RISK
Well first of all, I would like to tell you that there is some pre-requist to run this bot and since I havent used it for a LONG time then I might forget a couple. Also keys are somewhat hard-coded so you will need to track them down. If you have any questions just reply to this thread ill do my best to help you out.
First of all:
Guildwars resolution needs to be: 1001x726 WITHOUT the windows frame. Its kinda hard to explain.. I use this code (c#) to detect and resize window:
Code: int xdiff = AuXWrapper.autoit.WinGetPosWidth("Guild Wars", "") - AuXWrapper.autoit.WinGetClientSizeWidth("Guild Wars", "");
int ydiff = AuXWrapper.autoit.WinGetPosHeight("Guild Wars", "") - AuXWrapper.autoit.WinGetClientSizeHeight("Guild Wars", "");
AuXWrapper.autoit.WinMove("Guild Wars", "", 0, 0, 1001 + xdiff, 726 + ydiff);
so.. CLIENT SIZE needs to be 1001 x 726 in WINDOW mode. The layout for EVERY menu needs to be EXACTLY as they are default (canadian release I dont know if international releases have different default m enu layouts, probably not but worth pointing it)
oh and you need 32 BIT color mode in windows (Control panel->Display->settings)
I think thats about it..
This program is layed out like this: there is a common file for common function, a separate file for each single run (A file for 1 run of 1 place) and a main file to link all that together..)
url =
[Only registered and activated users can see links. Register now...]