Confounded Posted April 5, 2007 Posted April 5, 2007 Thank you for reading this. I would love it if someone could tell me how to make a script pause so that I have time to type in a capture code, and then resume. A website asks me to verify my humanity by deciphering a unique/word $x. I hope this makes sense! Thanks again
Uten Posted April 5, 2007 Posted April 5, 2007 InputBox? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Confounded Posted April 5, 2007 Author Posted April 5, 2007 InputBox?Thank you!I wanted to avoid GUI, but this works.Also found this code:$keyHasBeenPressed = 0While 1 If _IsPressed(<key>) Then If $keyHasBeenPressed = 0 Then ; Do Ya Thang EndIf $keyHasBeenPressed = 1 EndIf If Not _IsPressed(<key>) Then $keyHasBeenPressed = 0WEnd
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