[Help] Left Button Pressed & Released

Ask gaming related questions (AHK v1.1 and older)
Javaon
Posts: 2
Joined: 21 Oct 2017, 22:00

[Help] Left Button Pressed & Released

21 Oct 2017, 22:14

Ok so idk if this is the right place to put this since im new to the forum/ autohotkey in general my friend told me to download this..

Heres the Script

f8::
Suspend

Return

Lbutton::

SetMouseDelay, 5

Click, 8


Ok so i want it when i click the mouse button is pressed and released. it give me the clicks i cant explain it. But basically like xmouse..
crackint
Posts: 25
Joined: 07 Sep 2017, 18:32

Re: [Help] Left Button Pressed & Released

22 Oct 2017, 23:07

Code: Select all

LButton::
Loop, 8
{
MouseClick, left, 
Sleep, 50
}
Javaon
Posts: 2
Joined: 21 Oct 2017, 22:00

Re: [Help] Left Button Pressed & Released

13 Nov 2017, 22:00

crackint wrote:

Code: Select all

LButton::
Loop, 8
{
MouseClick, left, 
Sleep, 50
}
No i meant like it click 8 times everytime the leftbutton is hold / release

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Cmecu and 101 guests