Advertisement
RobotBubble

R_BLogin

Dec 12th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(20, 9)
  4. term.setTextColor(colors.red)
  5. print("Robot")
  6. term.setCursorPos(25, 9)
  7. term.setTextColor(colors.white)
  8. print("_")
  9. term.setCursorPos(26, 9)
  10. term.setTextColor(colors.blue)
  11. print("Bubble")
  12. term.setTextColor(colors.gray)
  13. term.setCursorPos(22, 10)
  14. input = read("*")
  15. if input == "gonyeet1" then
  16. rednet.open("top")
  17. term.clear()
  18. term.setCursorPos(19, 9)
  19. term.setTextColor(colors.lightBlue)
  20. textutils.slowPrint("Welcome, Taylor.")
  21. sleep(2)
  22. term.clear()
  23. term.setCursorPos(20, 1)
  24. term.setTextColor(colors.red)
  25. print("Robot")
  26. term.setCursorPos(25, 1)
  27. term.setTextColor(colors.white)
  28. print("_")
  29. term.setCursorPos(26, 1)
  30. term.setTextColor(colors.blue)
  31. print("Bubble")
  32. term.setTextColor(colors.yellow)
  33. term.setCursorPos(16, 18)
  34. print("Soul Brother Rangers")
  35. term.setTextColor(colors.white)
  36. term.setCursorPos(1, 3)
  37. shell.run("dir")
  38. else
  39. os.reboot()
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement