#NoEnv #SingleInstance Force SetTitleMatchMode 2 #Persistent DetectHiddenWindows, On sendMode Input #InstallKeybdHook #InstallMouseHook SetDefaultMouseSpeed, 0 SetMouseDelay, -1 SetKeyDelay, -1 SetWinDelay, -1 SetBatchLines, -1 SetControlDelay -1 #MaxThreads 30 #MaxHotKeysPerInterval 1000 #MaxThreadsBuffer on #KeyHistory 0 ~*LButton:: loop { GetKeyState, LButtonState, LButton, P GetKeyState, RShift, RShift, T if (LButtonState = "U") || (RShift = "U") { ; send {Click}6 break } else { send {click down} send {click up} } } Return
RapidFire Left Click Script
Started by
iceman
, Apr 17 2009 11:39 PM
4 replies to this topic
This script lets you have a rapid fire mouse. Pressing the right shift key will turn it on/off.
#1
-
Posted 17 April 2009 - 11:39 PM
y the long script 4 an autoclicker?;..
Ins::Suspend LButton:: Loop { SetMouseDelay 30 Click If (GetKeyState("LButton","P")=0) Break }
#2
-
Posted 18 April 2009 - 05:56 AM
y the long script 4 an autoclicker?;..
Ins::Suspend LButton:: Loop { SetMouseDelay 30 Click If (GetKeyState("LButton","P")=0) Break }
#3
-
Posted 20 April 2009 - 09:08 PM
y the long script 4 an autoclicker?;..
Ins::Suspend LButton:: Loop { SetMouseDelay 30 Click If (GetKeyState("LButton","P")=0) Break }
erm u change "Ins" to "o" lol ...
#4
-
Posted 20 April 2009 - 10:03 PM
Hey there!
I was wondering if someone could reverse the short version of this script for me, so that it's off by default and the shift key ACTIVATES it?
#5
-
Posted 14 June 2015 - 01:31 PM