Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function clearScreen()
- term.clear()
- term.setCursorPos(1,1)
- end
- scriptName = "John Dowe Security Inc."
- author = "Mr John Dowe"
- version = "1.3"
- lastModified = "04/30/2023"
- function header()
- clearScreen()
- print("Starting Security Services")
- sleep(1)
- print("Please wait while I load into the system")
- sleep(5)
- print("Downloading....")
- sleep(2)
- print("Starting "..scriptName.." Version: "..version)
- print("Last Updated: "..lastModified )
- sleep(5)
- shell.run("lock")
- end
- header()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement