Skip to content

Instantly share code, notes, and snippets.

@Arcensoth
Created November 26, 2016 03:16
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 Arcensoth/7873158438d89c511fce3a3fbce3b507 to your computer and use it in GitHub Desktop.
Save Arcensoth/7873158438d89c511fce3a3fbce3b507 to your computer and use it in GitHub Desktop.
!0::
SendInput /
Sleep 100
SendInput gamemode 0{Enter}
return
!1::
SendInput /
Sleep 100
SendInput gamemode 1{Enter}
return
!2::
SendInput /
Sleep 100
SendInput gamemode 2{Enter}
return
!3::
SendInput /
Sleep 100
SendInput gamemode 3{Enter}
Loop 50 {
Sleep 10
SendInput {WheelUp}
}
return
!`::
SendInput {F3 down}
Sleep 100
SendInput {n down}
Sleep 100
SendInput {n up}
Sleep 100
SendInput {F3 up}
return
!w::
SendInput /
Sleep 100
SendInput tp ~ ~64 ~{Enter}
return
!s::
SendInput /
Sleep 100
SendInput tp ~ ~-64 ~{Enter}
return
!c::
SendInput /
Sleep 100
SendInput clear{Enter}
return
+Esc::
ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment