Jump to content

If MouseClick = True Then MousDown/Up


Recommended Posts

i want to make a prog that turns my one click into many.. hold down left mouse button and get multi- clicks.. i tried this

$clix = MouseClick("left")
If $clix() = True Then
MouseUp("left")
sleep(10)
MouseDown("left")
sleep(10)
MouseUp("left")
sleep(1)
MouseDown("left")
sleep(10)
loop

but that was a fail.. and for some stupid reason i tried this

$x =1 
$clix = MouseClick("left")
If $clix = $x Then
MouseDown("left")
sleep(10)
MouseUp("left")
sleep(10)
continue loop

and failed.. any ideas?

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