Advertisement
Guest User

a

a guest
Oct 24th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. --Wraping/Clearing
  2. a = peripheral.wrap("top")
  3. a.clear()
  4. --Rules Text
  5. a.setTextColor(colors.lime)
  6. a.setCursorPos(25,1)
  7. a.write("oO-Rules-Oo")
  8. --End OF
  9. --Rules
  10. a.setTextColor(colors.red)
  11. a.setCursorPos(1,1)
  12. --
  13. a.setCursorPos(1,3)
  14. a.write("Don't Spam")
  15. --
  16. a.setCursorPos(1,5)
  17. a.write("Don't Disrespect Staff")
  18. --
  19. a.setCursorPos(1,3)
  20. a.write("")
  21. --
  22. a.setCursorPos(1,3)
  23. a.write("")
  24. --
  25.  
  26.  
  27. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement