Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Gamble?")
- print("y/n")
- os.pullEvent = os.pullEventRaw
- input = read()
- if input == "y" then
- shell.run("os")
- elseif input == "n" then
- print("Enter password")
- correct = "123"
- pass = read("*")
- if pass == correct then
- print("Going to shell")
- else
- print("Thought you could scam me?")
- shell.run("startup")
- end
- else
- print("Invalid")
- shell.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement