Jump to content

Recommended Posts

Posted

Hi. First time posting here. I am writing a script that requires fast mouse movement from one location to the next. Basically, I need advice from you regarding how to speed up the time it take to click on one location, move to another location, and click again. That's it. I have mouseclick speed set to 0, mouseclick delay set to 0, but it still moves slow as heck. Any advice?

Thanks.

Posted

First of all, I know this is super lame :D But I'm not trying to be fancy...here's the code

Opt("MouseCoordMode", 0)

Opt("MouseClickDownDelay", 1)

For $gettingit = 1 to 1000 Step 1 ;this is too slow

MouseClick("left", 25, 430, 1) ;this is too slow

MouseClick("left", 60, 430, 1) ;this is too slow

MouseClick("left", 85, 430, 1) ;this is too slow

MouseClick("left", 115, 430, 1) ;this is too slow

Next

THANKS!

Posted

MouseClick("left", 25, 430, 1) ;this is default

MouseClick ( "button" , x, y, clicks , speed )

MouseClick("left", 25, 430, 1,0) ;this is fast

AutoIt3, the MACGYVER Pocket Knife for computers.

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
  • Recently Browsing   0 members

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