Guest Sin Fiery Posted June 10, 2004 Posted June 10, 2004 If you want to make a script where on a game you can repeatly press a? what would that be
arsi Posted June 10, 2004 Posted June 10, 2004 (edited) If you want to make a script where on a game you can repeatly press a? what would that beReally simple: While 1 Send("A") ; Make a delay of 1000 ms Sleep(1000) Wend Edited June 10, 2004 by arsi
SlimShady Posted June 10, 2004 Posted June 10, 2004 (edited) It doesn't have to be a capital "A". Edited June 10, 2004 by SlimShady
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