Advertisement
fantadada

Porte sans fils

Dec 20th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. rednet.open("back")
  2. term.setCursorPos(1,1)
  3. term.clear()
  4. print(" mot de passe ")
  5. text=read("*")
  6. if text == ("") then
  7. print(" code bon ")
  8.     rednet.broadcast("open")
  9.     sleep(5)
  10.     rednet.broadcast("close")
  11. end
  12. term.clear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement