Guest User

startup

a guest
Dec 7th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. m = peripheral.wrap("back")
  2. m.setTextScale(5)
  3.  
  4. m.setBackgroundColor(colors.black)
  5. m.clear()
  6. m.setTextColor(colors.purple)
  7. m.write[[  Welcome]]
  8. m.setCursorPos(1,2)
  9. m.write[[    to ]]
  10. m.setCursorPos(1,3)
  11. m.write[[ Insomnia!]]
  12. sleep(4)
  13. term.clear()
  14.  
  15. m.setTextScale(3)
  16. m.setBackgroundColor(colors.black)
  17. m.clear()
  18. m.setTextColor(colors.cyan)
  19. m.setCursorPos(1,2)
  20. m.write[[Mayor: Deathwulflord]]
  21. m.setCursorPos(1,3)
  22. m.write[[Co-Mayor: TJSGaming]]
  23. sleep(4)
  24. term.clear()
  25.  
  26.  
  27. m.setTextScale(3)
  28. m.setBackgroundColor(colors.white)
  29.  
  30. m.clear()
  31. m.setCursorPos(1,2)
  32. m.setTextColor(colors.blue)
  33. m.write[[Get your Advert Here!!]]
  34. m.setCursorPos(1,3)
  35. m.write[[Msg TJSGaming.]]
  36. sleep(4)
  37. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment