Jump to content

Really simple question...


Recommended Posts

I havent used Autoit in years, but now I tried so make a very simple script...

$1 = InputBox( "Clicker", "How many seconds?")
$2 = $1 x 1000
Sleep($2) 
MouseClick("left") 
MsgBox ( 0, "Clicker", "DONE!!")

Cant figure out how to work it, that the imput gets multiplied x 1000

... I know... i should know this

Thanks in advance :mellow:

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