Guest User

Untitled

a guest
Nov 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Numpad1::
  2. Loop 500
  3. {
  4. {
  5. Send {x down}
  6. sleep 30000 ; 30 seconds
  7. Send {x up}
  8. sleep 10
  9. }
  10. {
  11. Send {z down}
  12. sleep 120000 ; 2 minutes
  13. Send {z up}
  14. return
  15. }
  16. }
Add Comment
Please, Sign In to add comment