as far as i understand from what u said
x,y coords is a coords on map , matrix of numbers and it goes like this
0,0 | 0,1 | 0,2
1,0 | 1,1 | 1,2
2,0 | 2,1 | 2,2
so if u r standing on 1,2 its the same coords if someone standing on them
so coords r the same on any accounts(character) but the point is autoit scripts or in general the pixel bots/aimbots SUCKS
first because any wrong click **** everything up and cant do a check cuz u dont even know where the player standing , on my first days learning programming for online games i thought about alg. which calculate radius and stuff like that but when i see how useful memory addresses and proxies is , i totally forgot the idea of pixel bot
but here
i cant really understand the first thing u asked about
but for hotkeys its send keys and select keys user may send and make an event(some code runs once the user hit the hotkeys)
attach the gui(form) to the source hotkeys ? why dont u just make the hotkeys and source (the whole thing) built in the form ?
here
show.gui();
if SendKeys.Send("{ENTER}");
gohunt();
that wont really works , there should be a link (ex object) or any thing
thats confusing but simply here
when hotkeys is down(hitted , entered , pressed , clicked) it takes no effect , why ? because there code is on a class and u hit them on the gui ? add them to the gui and try ?
but if i was u , i wasnt to use another class to put there the sourcecode and leave the gui almost empty , do it on the simpler way , BUT not simpler
and here once u release autoit script its too **** easy to get the source code out of it , so add the code or atleast the none working features so i can fix it for u
goodluck , sorry for being too long reply
check this thing its useful