Skip to content

Commit 2565bb2

Browse files
authored
prepare for release + fix obscure bug
1 parent dc5db8c commit 2565bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source.ahk

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Return
1313

1414
ButtonStart:
1515
if (StopKey = "")
16-
MsgBox, 52, Alert, You have not set a stop hotkey!`nWithout a stop hotkey it may be hard to stop cheat clicking`nSet one now?`nUse tab or the arrow keys to select and press enter to submit
16+
MsgBox, 52, Alert, You have not set a stop hotkey!`nWithout a stop hotkey it may be hard to stop cheat clicking`nSet one now?
1717
IfMsgBox, Yes
1818
Return
19-
Hotkey, LButton, Cheat
19+
Hotkey, LButton, Cheat, On
2020
WinMinimize, Cheat Clicker
2121
GuiControlGet, clicks
2222
Return
@@ -41,6 +41,6 @@ previousHotkey := StopKey
4141
Return
4242

4343
Reset:
44-
clicks = 1
44+
Hotkey, LButton, Off
4545
WinActivate, Cheat Clicker
4646
Return

0 commit comments

Comments
 (0)