Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- print("Samsung")
- sleep(5)
- print("Loading android 13")
- textutils.slowPrint("--------------------------------------------------------------------------------------")
- sleep(2)
- term.clear()
- print("Android has been loaded without any issues")
- sleep(4)
- term.setCursorPos(1,1)
- print("Enter PIN")
- local input = read("*")
- if input == "71673" then
- print("Phone Unlocked")
- sleep(2)
- else
- print("Invalid PIN")
- sleep(3)
- os.reboot()
- end
- term.clear()
- term.setCursorPos(1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement