Advertisement
MyNamesLiam

Untitled

Jan 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local mon = peripheral.wrap("back")
  2. mon.setTextScale(4)
  3. while true do
  4. mon.clear()
  5. mon.setCursorPos(1,1)
  6. mon.setTextColor(2)
  7. mon.write("UberGaming")
  8. sleep(1)
  9. mon.clear()
  10. mon.setCursorPos(1,1)
  11. mon.setTextColor(3)
  12. mon.write("UberGaming!")
  13. sleep(1)
  14. mon.clear()
  15. mon.setCursorPos(1,1)
  16. mon.setTextColor(4)
  17. mon.write("UberGaming")
  18. sleep(1)
  19. mon.clear()
  20. mon.setCursorPos(1,1)
  21. mon.setTextColor(5)
  22. mon.write("UberGaming")
  23. sleep(1)
  24. mon.clear()
  25. mon.setCursorPos(1,1)
  26. mon.setTextColor(6)
  27. mon.write("UberGaming")
  28. sleep(1)
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement