Hey..
I'm not that good at AutoIt..but i'm learning slowly
I would like to make a script that when the hotkey is pressed it the mouse moves to a point on the screen and click.
Like if ALT and B is pressed the mouse moves to (500,500) and click.
This didn't work, but can i use something like this?
HotKeySet("{alt}{b}", mousemove(500,500)(mouseclick("left"))
I have searched and tryed to find something that would help me..but no luck..
Thanks for all help i get.