Guest e39m5 Posted September 8, 2004 Posted September 8, 2004 Im looking for a script that will type into an exe automatically every 5 seconds that i can add different stings into and set differnt times. Basically, I want it to say "Message 1" then hit enter automatically, then say "Message 2" and hit enter automatically and keep repeating. Is it possible to be able to do this while the program is minimzed? If you can find me or make a script that will do this id really appreciate it. Thanks, e39m5
Hooch Posted September 9, 2004 Posted September 9, 2004 umm... I expect you will get little response. AutoIt is not all that hard you might want to actually try to learn something yourself.
Beastmaster Posted September 9, 2004 Posted September 9, 2004 Displays a simple message box with optional timeout. MsgBox ( flag, "title", "text" [, timeout] ) To set "text" and [timeout] as (command line) variables shouldn't be a big thing.
Guest e39m5 Posted September 9, 2004 Posted September 9, 2004 its a chat in a executable file. Are there any tutorials on how to code? Thanks, e39m5 I thought I would be using a send fuction, but whats msgbox?
Developers Jos Posted September 9, 2004 Developers Posted September 9, 2004 its a chat in a executable file. Are there any tutorials on how to code? Thanks, e39m5 I thought I would be using a send fuction, but whats msgbox? <{POST_SNAPBACK}>Just open the helpfile called AutoIt.chm... There you can find the info about msgbox e.d. Also check it for Control commands, which is the prefered way, if possible, to update information in a window... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Beastmaster Posted September 9, 2004 Posted September 9, 2004 I thought I would be using a send fuctionyep, you're right. Seems that I've lost you. Please follow JdeB advise and check AU3's help.
Andre Posted September 9, 2004 Posted September 9, 2004 Perhaps you could explain what program u are using and share it What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
Guest e39m5 Posted September 9, 2004 Posted September 9, 2004 no problem, its a game called nitto 1320. You can find the game here. www.nitto1320.com I serioudly dont get this coding at all, is there a script that i could look at that has a buncho of functions and good syntax. Thats how Il ike to learn scripting, ive done it with html and php.
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