Skip to content

Instantly share code, notes, and snippets.

@Gee19
Created May 1, 2021 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gee19/9e3a3a37f8c1fa5284558acaebb5d30c to your computer and use it in GitHub Desktop.
Save Gee19/9e3a3a37f8c1fa5284558acaebb5d30c to your computer and use it in GitHub Desktop.
rsi sux
#MaxThreadsPerHotkey 2
#If WinActive("Vermintide 2")
MButton::
Toggle := !Toggle
loop
{
If not Toggle
break
Click
sleep 100
}
return
#If
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment