Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Mbutton::
- loop
- {
- if getkeystate("MButton", "p") ;if a button is Physically held down by the user.
- {
- Send {Space down}{LButton down}
- }
- else
- {
- Send {Space up}{LButton up}
- }
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement