Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. shell.run("monitor","right","clock")
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. z=true
  5. while true do
  6. shell.run"time"
  7. sleep(0.75)
  8. term.setCursorPos(1,1)
  9. term.clear()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement