AlmarM Posted January 5, 2008 Posted January 5, 2008 HotKeySet("{HOME}", "_GetPos") HotKeySet("{ESC}", "_Exit") While 1 $pos = MouseGetPos() Sleep(100) WEnd Func _GetPos() ToolTip("X: " & $pos[0] & " Y: " & $pos[1], $pos[0], $pos[1], "XY Pos", 1, 5) Sleep(100) EndFunc Func _Exit() Exit EndFunc Very usefull fot getting XY Posses Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now