Advertisement
Dojnaz

HZDraw

Dec 26th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. mo = peripheral.wrap("right")
  2. mo.setCursorPos(1,1)
  3. mo.write("Loading OS")
  4. sleep(3)
  5. mo.setCursorPos(1,2)
  6. mo.write("Done")
  7. mo.setCursorPos(1,3)
  8. mo.write("Loading HZDraw")
  9. sleep(2)
  10. mo.setCursorPos(1,4)
  11. mo.write("Done")
  12. mo.setCursorPos(1,5)
  13. mo.write("Loading GUI")
  14. sleep(1)
  15. shell.run("monitor","right","paint","TownBoard")
  16. sleep(3)
  17. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement