Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local password = Expenox
- local pass = expenox
- print("Welcome to Expocraft v1.0 by Expenox")
- sleep(1)
- textutils.slowPrint("Wait while Expocraft loads please.")
- sleep(1)
- textutils.slowPrint("-")
- sleep(1)
- textutils.slowPrint("--")
- sleep(1)
- textutils.slowPrint("---")
- sleep(1)
- textutils.slowPrint("----")
- sleep(1)
- textutils.slowPrint("-----")
- sleep(1)
- textutils.slowPrint("Expocraft loaded!")
- sleep(4)
- while true do
- term.write("Enter Password: ")
- local input = read("*")
- if input == password then
- print("Correct password!")
- sleep(2)
- term.clear()
- else
- print("Wrong password!")
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement