Jump to content

Fast Dragging


Recommended Posts

I wanna right-click-drag, but VERY fast, and more important than this , smooth.

opt("MouseClickDelay", 0)
opt("MouseClickDownDelay", 0)
opt("MouseClickDragDelay", 0)
opt("MouseClickDelay", 0)

for $k = 1 to 30
MouseClickDrag("right", 174, 668, 1014, 668, 0)
MouseMove(1014,174,0)
NExt

This is my script. Does anyone knows how to move it faster? On blank, it's fast indeed, but I want to rotate something in a 3D program. Please, I need help!

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