Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Ask gaming related questions (AHK v1.1 and older)
andrewpwn
Posts: 4
Joined: 25 May 2022, 13:18

Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Post by andrewpwn » 25 May 2022, 13:35

Please help me to make an ahk in which it will be when I press the "Space" 1 time, I will hold down the key
Send {Lbutton Down}
Send {Lbutton Up}
Exactly 25 times



andrewpwn
Posts: 4
Joined: 25 May 2022, 13:18

Re: Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Post by andrewpwn » 26 May 2022, 15:12

It is necessary that with a time interval it would be pressed exactly 20 times. so I wrote like this but why is it pressed only 10 times instead of 20

Code: Select all

*sc39::
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Sleep 600 ;
Click
Return

[Mod edit: Added [code][/code] tags. Please use them when posting code.]

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

Re: Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Post by mikeyww » 26 May 2022, 15:29

Test in Notepad. KeyHistory shows what is happening, so check it.

andrewpwn
Posts: 4
Joined: 25 May 2022, 13:18

Re: Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Post by andrewpwn » 26 May 2022, 15:55

To be honest, I checked everything but did not understand anything. I'm trying to make it so that when I press the spacebar, my machine gun fires 20 times. With an interval of 2 seconds. But I can not

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

Re: Please help me to make an ahk in which it will be when I hold down the "Space", I will hold down the key

Post by mikeyww » 26 May 2022, 20:13

When you run my script in Notepad, what happens?

Post Reply

Return to “Gaming Help (v1)”