Finish on Release Topic is solved

Ask gaming related questions (AHK v1.1 and older)
3rne5t0

Finish on Release  Topic is solved

14 Jun 2018, 11:15

Hey how can i run the combo as long as i presse an exit when i release the button, And restart again when i press the button. Hope you guys understand^^

Code: Select all

~Space::
{
blockinput, on
send,{shift down}
send,e
sleep delay
send,w
sleep delay
send,q
sleep delay
send,1
sleep delay
send,d
send,{shift up}
blockinput, off
return
}
Rohwedder
Posts: 7612
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Finish on Release

15 Jun 2018, 09:26

Hallo,
probably because I'm German, your English is a little hard for me to understand.
Perhaps this?

Code: Select all

~Space::
blockinput, on
send,{shift down}
While !GetKeyState("Esc","P")
{	
	send,e
	sleep delay
	send,w
	sleep delay
	send,q
	sleep delay
	send,1
	sleep delay
	send,d
}
send,{shift up}
blockinput, off
return
To exit the running combo press key Escape.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 46 guests