Require for help to make a spam script when the key is pressed

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: Require for help to make a spam script when the key is pressed

Post by mikeyww » 14 Aug 2022, 08:44

Hmm. OK, thank you.

healar4
Posts: 10
Joined: 13 Aug 2022, 11:44

Re: Require for help to make a spam script when the key is pressed

Post by healar4 » 14 Aug 2022, 10:31

mikeyww wrote:
14 Aug 2022, 08:13
What was the key name?
so how did i put the keyname to your script?

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

Re: Require for help to make a spam script when the key is pressed

Post by mikeyww » 14 Aug 2022, 10:37

Code: Select all

XButton1::
SetKeyDelay, 25
While GetKeyState("XButton1", "P")
 Send {SC04B} ; {NumpadLeft}
Return

Post Reply

Return to “Ask for Help (v1)”