au3scr Posted October 18, 2007 Posted October 18, 2007 (edited) How i make script that wait until I press enter (Dont use HotKey command) Any ideas? Edited October 18, 2007 by au3scr
xzaz Posted October 18, 2007 Posted October 18, 2007 _Ispressed? Small Color Picker v0.2 | Travian bot
Nahuel Posted October 18, 2007 Posted October 18, 2007 Like this? #include <Misc.au3> While 1 If _IsPressed("0D") Then MsgBox(0,"","You pressed the enter key") EndIf Sleep(50) WEnd
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