Advertisement
Guest User

Text

a guest
Apr 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. Passwort = "Safety"
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print"Hallo!"
  5. print"Bitte gebe dein Passwort ein!"
  6. print""
  7. write(">> ")
  8. Eingabe = read('*')
  9.  
  10. if Eingabe == Passwort then
  11. rednet.open("back")
  12. rednet.send(30, "SuperGeheimesGeheimversteck")
  13. print""
  14. print"Viel Spaß!"
  15. sleep(2)
  16. shell.run("clear")
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement