Jump to content

Help me make a script


Recommended Posts

"Help me make a script"

Sure, but you have to read up on the functions in the help file, deal?

Heres how you write a simple function

Func _myfunc()
    ;do some stuff, like run other functions or something
EndFunc

And heres how you call that function to do its stuff

_myfunc()

A loop can be used to keep a script running until it is called upon to do something, like this

While 1
    Sleep(10)
WEnd

You want to be looking at functions

HotKeySet()

Send()

Sleep()

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...