Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run("Black/variables")
- term.clear()
- term.setCursorPos(1,1)
- middleX = 25
- middleY = 9
- function across()
- X,Y = term.getSize()
- for bbb = 1,X-1 do
- write("-")
- end
- end
- Logo()
- function space()
- print()
- end
- space()
- print("Type in 1 to go to Programs")
- space()
- print("Type in 2 to go to Options")
- space()
- print("Type in 3 to learn about Black OS")
- space()
- print("Type in 4 to enter the terminal")
- space()
- print("Type in 5 to check for an update")
- answer = io.read()
- if answer == "1" then
- shell.run("Black/toprograms")
- elseif answer == "2" then
- print("Not yet avaible")
- sleep(2)
- shell.run("startup")
- elseif answer == "3" then
- shell.run("about")
- elseif answer == "4" then
- shell.run("terminal")
- elseif answer == "5" then
- shell.run("checkVersion")
- else
- shell.run("startup")
- end
Advertisement
Add Comment
Please, Sign In to add comment