Jump to content

Recommended Posts

Posted

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

Posted

umm... I expect you will get little response. AutoIt is not all that hard you might want to actually try to learn something yourself.

Posted

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.

Posted

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
Posted

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.
  :)

Posted

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!
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...