Integrate Spacebar into this script.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Mzhr
Posts: 1
Joined: 24 Sep 2018, 15:51

Integrate Spacebar into this script.

24 Sep 2018, 16:05

I wanna add so it holds spacebar into this script.

Code: Select all

^Y::
loop, 10000000
{
Send {w down}{d down}
Sleep 125
MouseClick, left
Send {w up}{d down}
Sleep 0
}
return

F5::
reload
return
thanks much help appreciated.
Last edited by joedf on 26 Apr 2021, 14:50, edited 1 time in total.
Reason: added [code] tags
Rohwedder
Posts: 7630
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Integrate Spacebar into this script.

25 Sep 2018, 02:43

Hallo,
try:

Code: Select all

^y::
Send {Space Down}
loop
{
	Send {w down}{d down}
	Sleep 125
	MouseClick, left
	Send {w up}{d down}
	Sleep 0
}
return
F5::reload

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: jeves and 287 guests