Advertisement
GochiPC

qgame

Dec 3rd, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.23 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.yellow)
  4. print("Welcome to MineOS questiongame")
  5. print("type start to start")
  6. term.setTextColor(colors.white)
  7. while (read() ~= "start") do
  8.   term.setTextColor(colors.white)
  9.   print("Wrong Word")
  10.   term.setTextColor(colors.white)
  11. end
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. term.setTextColor(colors.yellow)
  15. print("Made By GochiPC")
  16. print(" ")
  17. print("Who maked MineOS?")
  18. term.setTextColor(colors.white)
  19. while (read() ~= "gochifo") do
  20.   term.setTextColor(colors.red)
  21.   print("Wrong try again")
  22. end
  23. term.clear()
  24. term.setCursorPos(1,1)
  25. term.setTextColor(colors.yellow)
  26. print("Made By GochiPC")
  27. print(" ")
  28. print("what was e first oparating system was maded?")
  29. term.setTextColor(colors.white)
  30. while (read() ~= "cmdos") do
  31.   term.setTextColor(colors.red)
  32.   print("Wrong try again")
  33. end
  34. term.clear()
  35. term.setCursorPos(1,1)
  36. term.setTextColor(colors.yellow)
  37. print("Made By GochiPC")
  38. print(" ")
  39. print("MineOS 1.08 is glitch version also horror who maked this system?")
  40. term.setTextColor(colors.white)
  41. while (read() ~= "oliver") do
  42.   term.setTextColor(colors.red)
  43.   print("Wrong try again")
  44. end
  45. term.clear()
  46. term.setCursorPos(1,1)
  47. term.setTextColor(colors.yellow)
  48. print("Made By GochiPC")
  49. print(" ")
  50. print("who created MineOS 0.1 DEMO?")
  51. term.setTextColor(colors.white)
  52. while (read() ~= "disco") do
  53.   term.setTextColor(colors.red)
  54.   print("Wrong try again")
  55. end
  56. term.clear()
  57. term.setCursorPos(1,1)
  58. term.setTextColor(colors.yellow)
  59. print("Made By GochiPC")
  60. print(" ")
  61. print("disco was making system for computers or tablets?")
  62. term.setTextColor(colors.white)
  63. while (read() ~= "tablet") do
  64.   term.setTextColor(colors.red)
  65.   print("Wrong try again")
  66. end
  67. term.clear()
  68. term.setCursorPos(1,1)
  69. term.setTextColor(colors.yellow)
  70. print("Made By GochiPC")
  71. print(" ")
  72. print("CmdOS was good what was most bad system created")
  73. term.setTextColor(colors.white)
  74. while (read() ~= "1.0") do
  75.   term.setTextColor(colors.red)
  76.   print("Wrong try again")
  77. end
  78. term.clear()
  79. term.setCursorPos(1,1)
  80. term.setTextColor(colors.yellow)
  81. print("thanks for playing")
  82. print("type leave to leave")
  83. term.setTextColor(colors.white)
  84. while (read() ~= "leave") do
  85.   print(" ")
  86. end
  87. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement