Jussip Posted September 7, 2008 Posted September 7, 2008 hey, i need help with this.. When i press left mouse button, my cursor moves to 1159,376. Some1 can help me with this?
Andreik Posted September 7, 2008 Posted September 7, 2008 hey, i need help with this..When i press left mouse button, my cursor moves to 1159,376.Some1 can help me with this?And how we can know what is problem? Post a part of your code where you think that is problem.
Jussip Posted September 7, 2008 Author Posted September 7, 2008 (edited) And how we can know what is problem? Post a part of your code where you think that is problem.OOPS, SOZ!! Stupid me ='DI ment, i need a code, so when i press mouse left button, my cursor moves to 1159,376Sorry, my mistake :'P Edited September 7, 2008 by jiibah
ludocus Posted September 7, 2008 Posted September 7, 2008 (edited) #include <Misc.au3> HotKeySet('{ESC}', '_Quit') While 1 if _IsPressed(01) then MouseMove(1159, 376, 1) sleep(100) WEnd Func _Quit() Exit EndFunc Edited September 7, 2008 by ludocus
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