Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. customId = otPiece
  2.  
  3. ; Script
  4. PgDn::
  5. loop{
  6. ControlSend,, {ShiftDown}{F5}{ShiftUp}, %customId%
  7. Sleep, 1000
  8. ControlSend,, {ShiftDown}{F6}{ShiftUp}, %customId%
  9. Sleep, 8000
  10. }
  11.  
  12. ; Pausar
  13. Esc::
  14. Suspend
  15. Pause
  16. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement