Advertisement
Kurotsuki8930

Team SSB

Jul 12th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ymon = peripheral.wrap("back")
  2. ymon.setTextScale(5)
  3. term.redirect(ymon)
  4. while true do
  5. sleep(1)
  6. term.setCursorPos(1,1)
  7. write("******************")
  8. write("* --Team SSB--* *")
  9. write("******************
  10. end
  11. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement