Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #SingleInstance Force
  2. #UseHook
  3.  
  4. ~LButton::
  5. Click Down
  6. return
  7.  
  8. ~LButton Up::
  9. Click Up
  10. return
  11.  
  12. ~RButton::
  13. Click Down Right
  14. return
  15.  
  16. ~RButton Up::
  17. Click Up Right
  18. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement