Skip to content

Instantly share code, notes, and snippets.

@Apocalypsing
Created August 1, 2021 07:19
Show Gist options
  • Select an option

  • Save Apocalypsing/3c6f193592382c6ab3fd0e1a27cae039 to your computer and use it in GitHub Desktop.

Select an option

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)
#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