Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1, 1)
  4. print("Inserisci la password:")
  5. print("O il tuo ip sara' registrato")
  6. input = read("*")
  7. if input == "techislife" then
  8. redstone.setOutput("back", true)
  9. sleep(2)
  10. redstone.setOutput("back", false)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement