Jump to content

Recommended Posts

Posted

HI I have made my first script :)

really easy one -.-

while 1
        MouseClick ( "left" , 400 , 700 , 2 , 500  )
        $i = 0
        Do
            MouseClick("left", 263, 330)
            Sleep(Random(400, 600, 1))
            $i = $i + 1
        Until $i > 150
Wend

Now I'm wondering could anyone help me with adding a start/stop key

Posted

Now I'm wondering could anyone help me with adding a start/stop key

rtm for HotKeySet() -- one way of doing it.

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

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