Advertisement
AnimatorOfSouls

(AHK) (BUGGY) Minecraft hold sprint

Aug 1st, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. NumpadDiv::
  2. KeyDown := !KeyDown
  3. If KeyDown
  4. SendInput {w down}{ctrl down}
  5. Else
  6. SendInput {w up}{ctrl down}
  7. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement