Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yogscast = "yogscast"
- close = "close"
- print ("jrabba_co.os")
- print ("please enter password")
- input = read("*")
- if input == yogscast then
- print ("correct password")
- shell.run("yogscast")
- elseif input == close then
- print ("ok")
- shell.run("close")
- else
- print ("incorrect password")
- sleep(2)
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement