Jump to content

Increasing mouse speed?


Recommended Posts

Hey, I've got a script to click a pixel, but the mouse movement isn't very fast

Is there a way to speed it up? I was looking at the mouse delay thing but wasn't sure if this would help

I know on the mouse speed command it self there is a way to click as fastest, but theres spaces inbetween at are optional, how do I get it to skip the places inbetween and go straight to mouse speed?

I have this at the moment

MouseClick("left", $SquarePosition[0], $SquarePosition[1],, 1)
Edited by Jason786
Link to comment
Share on other sites

Just put 1 (the Default) there:

MouseClick("left", $SquarePosition[0], $SquarePosition[1], 1, 1)

In most place the Default keyword can be used, but not here (this fails):

MouseClick("left", $SquarePosition[0], $SquarePosition[1], Default, 1)

:mellow:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...