toggleing help Topic is solved

Ask gaming related questions (AHK v1.1 and older)
MatrixMaster543
Posts: 10
Joined: 18 Jun 2022, 13:26

toggleing help

Post by MatrixMaster543 » 25 Jun 2022, 16:11

hello, guys I need help again and very sorry but I need help with toggling a script with mbutton being the toggle on/off button I would really appreciate the help here is the script I provided it below:

Lbutton::
Send, {1}{Lbutton}
return

User avatar
mikeyww
Posts: 26612
Joined: 09 Sep 2014, 18:38

Re: toggleing help  Topic is solved

Post by mikeyww » 25 Jun 2022, 21:20

Code: Select all

MButton::
on := !on
SoundBeep, 1000 + 500 * on
Return

#If on
LButton::Send 1{LButton}
#If

Post Reply

Return to “Gaming Help (v1)”