Jump to content

fasterclick


Recommended Posts

ok i want to make a few scripts

Dim $primary

Dim $secondary

;Determine if user has swapped right and left mouse buttons

$k = RegRead("HKEY_CURRENT_USER\Control Panel\Mouse", "SwapMouseButtons")

; It's okay to NOT check the success of the RegRead operation

If $k = 1 Then

$primary = "right"

$secondary = "left"

Else ;normal (also case if could not read registry key)

$primary = "left"

$secondary = "right"

EndIf

MouseClick($primary, 0, 500, 2)

MouseClick($primary, 545, 75,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 545, 175,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 545, 250,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 505, 250,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 620, 250,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 620, 95,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 420, 175,1)

MouseClick($primary, 390, 250, 1)

MouseClick($primary, 685, 175,1) I was wondering if i game make the mouse move faster without changing were the mouse clicks ive

seen other scripts with this command Opt ("MouseClickDelay", 0)

Opt ("MouseClickDownDelay", 1)does this make it go any faster if you put that command at the top of the script

[color=#FF0000][b] COMPUTERS ARE MADE OF NUMBERS SUCH AS 1010101110010101010101 AND SCRIPTING IS THE KEY TO THE DOOR door=101010101010101 and so on and the the key=scripting

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