Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- print("mot de passe")
- txt = read("*")
- if txt == "0000" then
- print("mot de passe accepter")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- else
- print "mot de passe incorect"
- sleep(2)
- shell.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement