Advertisement
fishermedders

pocket

Nov 12th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. env = {}
  4. env.pass = "fish0r"
  5.  
  6. while true do
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. write("Enter your password to continue!")
  10. print(" ")
  11. pass = read("*")
  12. if pass == env.pass then
  13. rednet.broadcast("odrn:pc") -- open door right now pocket computer :D
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement