AzKay Posted July 17, 2006 Posted July 17, 2006 Would there be an easier way to make a script loop Send("1") Send("{ENTER}") That would loop, but would there be a way, to make it go up to 100, so I dont have to type that a hundred times ? So, Send("1) Send("{ENTER}") Send("2") Send("{ENTER}") etc, etc... # MY LOVE FOR YOU... IS LIKE A TRUCK- #
AzKay Posted July 17, 2006 Author Posted July 17, 2006 Nevermind. Ill use random and make random stuff ^^ # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Paulie Posted July 17, 2006 Posted July 17, 2006 Nevermind. Ill use random and make random stuff ^^You mean like this? For $i = 1 to 100 Send($i & "{ENTER}") Next
AzKay Posted July 17, 2006 Author Posted July 17, 2006 Yep, Thanks ^^ # MY LOVE FOR YOU... IS LIKE A TRUCK- #
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