[HELP] AHK - BOT

09/06/2011 23:17 hashyri#1
Hi guys, I'm trying to make an Arcade bot for personal use but I'm having problems with shooting... more exactly to position the aim into the enemy. When I change the coordinate no matter what I do I always end up in the extreme top screen... pls help ^^

--------------
MouseMove, 45, -188, 50, R <- Problem here
SendEvent {Click left down}
Sleep 500
SendEvent {Click left up}

Sleep 500
--------------

I have tried:
;Click 448, 123
;Click 448, 123, 0
;MouseMove, 448, 123
;MouseClick, left, 448, 123
;Send {Click 448, 123 left}
;MouseMove, 45, -188, 50, R

and all give the same results...

How can I make it work, is it possible ?

Video with the script in execution: