Skip to content

Instantly share code, notes, and snippets.

@casonclagg
Last active March 31, 2018 09:33
Show Gist options
  • Select an option

  • Save casonclagg/8eb07f710f77887d7ac4ce162f89ecd4 to your computer and use it in GitHub Desktop.

Select an option

Save casonclagg/8eb07f710f77887d7ac4ce162f89ecd4 to your computer and use it in GitHub Desktop.
#IfWinActive Rust
Numpad0 & Numpad2::
count := 0
Loop {
Send, l
sleep, 3000
count++
If (count = 300) {
count := 0
Send, 6
}
}
#IfWinActive
Esc::ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment