Making the left click autoclick using ahk shift work while shift key is held down Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Reverb

Making the left click autoclick using ahk shift work while shift key is held down  Topic is solved

18 Jun 2018, 22:36

I am new to auto hot key scripts so please pardon me. So I am using this script right now to use my left click turbo click while left click is held...

~$LButton::
While GetKeyState("LButton", "P"){
Click
Sleep 00 ; milliseconds
}
return

The thing is I play rainbow six siege and my shift key is the lean left....so when I am leaning left, which means holding shift, the script doesn't work....all I need is the script to work even when the shift key is held.. What is it that I should add or make changes to this script??

Thanks in advance!
User avatar
Masonjar13
Posts: 1555
Joined: 20 Jul 2014, 10:16
Location: Не Россия
Contact:

Re: Making the left click autoclick using ahk shift work while shift key is held down

19 Jun 2018, 08:27

Code: Select all

~*$LButton:: ; * allows any other keys to be held at the same time
Also, 00 = 0, which is no sleep, but checks the queue to allow other threads to do something.
OS: Windows 10 Pro | Editor: Notepad++
My Personal Function Library | Old Build - New Build

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 91 guests