Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function input(prompt)
- write(prompt)
- return read()
- end
- local password = input("Password: ")
- if password ~= "Sasindustry" then
- print("Wrong password")
- print("Closing")
- sleep(1)
- os.shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement