Advertisement
Guest User

About

a guest
Mar 4th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. function getReady()
  2. term.setBackgroundColour(colours.lime)
  3. term.setTextColour(colours.white)
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. end
  7. getReady()
  8. print("TibbyCat 11 is an operating system made")
  9. print("with the ComputerCraft mod.")
  10. print("It has only taken a few months and")
  11. print("it used to be worse. You used to have to")
  12. print("write the program name in the desktop.")
  13. print("CraftOS was way better. The old version")
  14. print("was not in a folder like TibbyCat 11.")
  15. print("I hope you enjoy TibbyCat 11!")
  16. print("Byyyeeeeee!!!!\n")
  17. print("Press anything to go back home.")
  18. event,button,x,y = os.pullEvent(mouse_click)
  19. if button == 1 then
  20. shell.run("OS/Start")
  21. else
  22. shell.run("OS/Start")
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement