Page 1 of 1

possible to block HOLD left mouse button?

Posted: 20 Sep 2022, 09:58
by Blossom
hello guys,

Is it possible to completely block the HOLD LEFT MOUSE BUTTON function?
to clarify it would be used in FPS games so i can't hold the left mouse button down to full auto shoot the weapons but rather it forces me to click every time to shoot.

If anyone could help me out or teach me how to code it myself that would be awesome!

Re: possible to block HOLD left mouse button?

Posted: 20 Sep 2022, 13:15
by ositoMalvado
try

Code: Select all

sendplay, {lbutton downr}

Re: possible to block HOLD left mouse button?

Posted: 21 Sep 2022, 12:25
by Blossom
thanks for the answer! sadly it doesn't work ingame :/

Re: possible to block HOLD left mouse button?

Posted: 23 Sep 2022, 15:42
by Blossom
BUMP..

Re: possible to block HOLD left mouse button?  Topic is solved

Posted: 23 Sep 2022, 17:08
by mikeyww

Code: Select all

LButton::
KeyWait, LButton, T.2
If ErrorLevel
 SoundBeep, 1000
Else Click
Return

Re: possible to block HOLD left mouse button?

Posted: 02 Oct 2022, 09:24
by Blossom
Sorry for the late reply, I just got back from my trip. thank you so much!
this worked wonderfull!