Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NumpadDiv::
- KeyDown := !KeyDown
- If KeyDown
- SendInput {w down}{ctrl down}
- Else
- SendInput {w up}{ctrl down}
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement