Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. return
  2. r::
  3. $stop := 0
  4. Loop,
  5. {
  6. Send {#}{!}adv
  7. Send {Enter}
  8. Sleep 13000
  9. if ($stop)
  10. {
  11. return
  12. }
  13. }
  14.  
  15. p:: $stop := 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement