xenofyt Posted September 24, 2006 Posted September 24, 2006 (edited) hi, im new here and I just want a easy script that can : keep repeating keyboard key 1 and 2 after each other but with about 2 sec delay between the keyusage like: 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 etc.. etc.. and it could be used in any program/ game? please help i bet it's easy for any of you Thanks Edited September 24, 2006 by xenofyt
imbatmo Posted September 24, 2006 Posted September 24, 2006 This is not a general support forum!but btw there is a UDF called _StringRepeat .........
top_gizmo Posted September 24, 2006 Posted September 24, 2006 (edited) This is not a general support forum!but btw there is a UDF called _StringRepeat .........This IS the general support forum. Scripts and Scraps is not the support forum.You would be better off using the send command with sleep(2000) for your pauses... and using a loop to repeat it if it is always the same. Edited September 24, 2006 by top_gizmo
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