Advertisement
Guest User

Psh_script_2.0

a guest
Mar 5th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Mbutton::
  2. loop
  3. {
  4. if getkeystate("MButton", "p") ;if a button is Physically held down by the user.
  5. {
  6. Send {Space down}{LButton down}
  7. }
  8. else
  9. {
  10. Send {Space up}{LButton up}
  11. }
  12. }
  13. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement