Guest User

Untitled

a guest
Nov 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. rednet.open("left")
  4. rednet.open("right")
  5. print("Enter Password")
  6. print("You get a Password at a Tutorial Computer")
  7. Pass = io.read()
  8. if Pass == "google" then
  9. print("Password correct")
  10. rednet.send(1,"open")
  11. rednet.send(8,"open")
  12. rednet.send(15,"open")
  13. else
  14. print("Password incorrect")
  15. end
  16. sleep(1)
  17. return shell.run("login")
Add Comment
Please, Sign In to add comment