Diego Posted July 12, 2006 Posted July 12, 2006 I want to send a 8 key press between 5 and 5 minutes... and don't stop untill i stop it... how can i make a script for this? btw is for a game online...
evilertoaster Posted July 12, 2006 Posted July 12, 2006 HotKeySet("{esc"}) While 1 Send("8") Sleep(300000) Wend Maybe. I don't know exactly what you're asking...
Diego Posted July 12, 2006 Author Posted July 12, 2006 that's it, but this don't work for my game thx anyway
ivan Posted July 12, 2006 Posted July 12, 2006 Try to retreive the control id to which you want to send your text. then use the above code submitted by evilertoaster, but use controlsend ControlSend ( "title", "text", controlID, "string" [, flag] ) taken straight out of the help file. hope it works Think out of the boxGrabber: Yet another WinInfo tool_CSVLib (still alpha)Dynamic html in au3
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