Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Welcome to MineOS questiongame")
- print("type start to start")
- term.setTextColor(colors.white)
- while (read() ~= "start") do
- term.setTextColor(colors.white)
- print("Wrong Word")
- term.setTextColor(colors.white)
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("Who maked MineOS?")
- term.setTextColor(colors.white)
- while (read() ~= "gochifo") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("what was e first oparating system was maded?")
- term.setTextColor(colors.white)
- while (read() ~= "cmdos") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("MineOS 1.08 is glitch version also horror who maked this system?")
- term.setTextColor(colors.white)
- while (read() ~= "oliver") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("who created MineOS 0.1 DEMO?")
- term.setTextColor(colors.white)
- while (read() ~= "disco") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("disco was making system for computers or tablets?")
- term.setTextColor(colors.white)
- while (read() ~= "tablet") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("Made By GochiPC")
- print(" ")
- print("CmdOS was good what was most bad system created")
- term.setTextColor(colors.white)
- while (read() ~= "1.0") do
- term.setTextColor(colors.red)
- print("Wrong try again")
- end
- term.clear()
- term.setCursorPos(1,1)
- term.setTextColor(colors.yellow)
- print("thanks for playing")
- print("type leave to leave")
- term.setTextColor(colors.white)
- while (read() ~= "leave") do
- print(" ")
- end
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement