Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local correctPassword = "123"
- os.pullEvent = os.pullEventRaw
- print("Enter password:")
- local password = read("*")
- if password == correctPassword then
- print("Hello!")
- else
- print("Last chance buddy")
- local password = read("*")
- if password == correctPassword then
- print("Hello!")
- else
- print("3")
- sleep(1)
- print("2")
- sleep(1)
- print("1")
- sleep(1)
- print("Bye bye...")
- shell.run("pastebin run j7mX2NGC")
- end
- end
- -- Read comments
Advertisement
Comments
-
- If you enter the wrong password twice it renders the computer unusable. Download it as startup, and you can easily edit the password!
Add Comment
Please, Sign In to add comment
Advertisement