Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setTextColour(colours.Black)
- term.setBackgroundColour(colours.Blue)
- term.clear()
- term.setCursorPos(1,4)
- print("Welcome to the Master computer pass please..")
- correctpass = "fuckoff"
- write("Password:")
- pass = read("*")
- if pass == (correctpass) then
- print("welcome Master controler")
- sleep(1)
- term.clear()
- term.setCursorPos(1,1)
- else
- print("Incorrect Go away..")
- sleep(5)
- term.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment