Advertisement
Guest User

startup

a guest
Sep 2nd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. term.setBackgroundColor(colours.blue)
  2. term.clear()
  3. print("Type OPEN To Prepare For Takeoff!")
  4. print("----------------------------------")
  5. print("Forgot Password? Press Enter Once, Then Type: forgotpasswd")
  6. print("__________________________________")
  7. open = read()
  8. if open == "open" then
  9. shell.run(open)
  10. else
  11. end
  12. forgotpasswd = read()
  13. if forgotpasswd == "forgotpasswd" then
  14. shell.run(forgotpasswd)
  15. else
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement