Advertisement
ccgrffdy

f

Dec 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rednet.open("back")
  2. term.setCursorPos(1,1)
  3. term.clear()
  4. motdepasse = "pirmaxlpr"
  5. print("Veuillez saisir le mot de passe :")
  6. text = read("*")
  7. rednet.send(0,text)
  8. local senderId, message, protocol = rednet.receive()
  9. print(message)
  10. sleep(5)
  11. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement