Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local test = [[
- ______ _ _ _
- | ___ \ | \ | | | |
- | |_/ / ___ ___ _ __| \| | ___| |_
- | ___ \/ _ \/ _ \ '__| . ` |/ _ \ __|
- | |_/ / __/ __/ |_ | |\ | __/ |_
- \____/ \___|\___|_(_)\_| \_/\___|\__|
- ]]
- term.clear()
- term.setCursorPos(1,1)
- print(test)
- term.setCursorPos(1,7)
- print("Loading")
- textutils.slowPrint("##########################")
- shell.run("menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement