Jump to content

Recommended Posts

Posted

Alright here is my code

$destination = "splash.gif"

SplashImageOn("Clan (OD)'s Auto-Hammerer", $destination,175,200)

Sleep(3000)

SplashOff()

MouseClick("left", 164, 755, 1)

Sleep(3000)

MouseMove(500, 325, 0)

Send("{LSHIFT down}")

Opt("MouseClickDownDelay", 85000)

MouseClick("left")

Sleep (5000)

Send("{LSHIFT up}")

I would like for it to hold shift + left mouse button down for 90 seconds BUT i also want it to PAUSE when i hit a hotkey..Can you make it do this? Also open to suggestions to make this run smoother.

Posted

I really could use this anything so i can hold shit +click at a specific x,y and will pause AND resume via hotkey will work please...

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
×
×
  • Create New...