Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Gaming Help (v1) • Re: Combo script cancel

$
0
0
I'd say that there are two main options.

1. Issue a :arrow: Reload command when you wish.

2. Use a variable to indicate when a subroutine should end. Within the subroutine, check the variable when you wish, and act accordingly.

Rohwedder might have posted some additional solutions earlier.

CODE:

#Requires AutoHotkey v1.1.33
SoundBeep 1500

b::Reload
a::
Loop 100 {
Send % A_Index " "
Sleep 300
}
Return

Statistics: Posted by mikeyww — Today, 06:53



Viewing all articles
Browse latest Browse all 579

Trending Articles