Advertisement
Guest User

players

a guest
Jul 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. term.setCursorPos(19,2)
  2. print("Kingdom Of Eddy")
  3. term.setCursorPos(8,4)
  4. print("Commanders:")
  5. term.setCursorPos(8,6)
  6. print("Lord Eddy")
  7. term.setCursorPos(8,8)
  8. print("CaptainCrack")
  9. term.setCursorPos(35,4)
  10. print("Slaves:")
  11. term.setCursorPos(35,6)
  12. print("MyMrMoMo")
  13. term.setCursorPos(35,8)
  14. print("KingBeastPat")
  15. term.setCursorPos(35,10)
  16. print("Sam")
  17. sleep(999999999999999999999999)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement