Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2.  
  3. m.setTextScale(1)
  4.  
  5. m.setTextColour(512)
  6. m.setCursorPos(1,1)
  7. m.write("Protection's")
  8.  
  9. m.setTextColour(2)
  10. m.setCursorPos(2,2)
  11. m.write("We Use Greif Prevention")
  12. m.setCursorPos(2,3)
  13. m.write("Golden Shovel To Claim")
  14. m.setCursorPos(2,4)
  15. m.write("protects items and land from harm")
  16.  
  17. m.setTextColour(512)
  18. m.setCursorPos(1,6)
  19. m.write("Tickets")
  20. m.setTextColour(2)
  21. m.setCursorPos(2,7)
  22. m.write("/tickets (text)to get help")
  23. m.setCursorPos(2,8)
  24. m.write("/helptickets for more info")
  25.  
  26. m.setTextColour(512)
  27. m.setCursorPos(1,10)
  28. m.write("RandomTp")
  29. m.setTextColour(2)
  30. m.setCursorPos(2,11)
  31. m.write("/rtp (warning dangerous) ")
  32.  
  33. m.setTextColour(512)
  34. m.setCursorPos(1,13)
  35. m.write("/Kits tools")
  36. m.setTextColour(2)
  37. m.setCursorPos(2,14)
  38. m.write("starter tools for free")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement