Question in autoit !

02/02/2012 15:45 matrix464#1
Hello EveryOne !

ok guys i have decided to release an archer bot which is rly fast and with a record path faster than any other autoit prog and not detected . but i got a problem i wanted to make a form of a program which should be linked with my source's hotkeys but i failed... can anyone help me with it ?
another question : does X Y Coordinate changes for each character or not ?
02/02/2012 16:37 injection illusion logic#2
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 fuck 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 damn 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
[Only registered and activated users can see links. Click Here To Register...]
02/03/2012 02:58 matrix464#3
rly tyvm for ur helping guide and about x , y coordinate iam talking about it in cheatengine not in the game does it changes for each character ?