Created
August 1, 2021 07:19
-
-
Save Apocalypsing/3c6f193592382c6ab3fd0e1a27cae039 to your computer and use it in GitHub Desktop.
RuneScape 3 • disable minimize for game client (NXT client crash avoidance on Windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #SingleInstance Force | |
| Menu, Tray, Tip,RS3 client anti-minimize`nPress F1 to enable | |
| F1::disableMinimize() | |
| disableMinimize() { | |
| WinSet, Style, -0x20000, ahk_class JagWindow | |
| TrayTip, RuneScape, Client minimize button disabled, 3 | |
| ExitApp | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment