Skip to content

Commit 44eaad6

Browse files
authored
Update shadowos.bat
1 parent 117a6f5 commit 44eaad6

1 file changed

Lines changed: 6 additions & 62 deletions

File tree

shadowos.bat

Lines changed: 6 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,20 @@ powershell "irm https://raw.githubusercontent.com/ShadowElixir/UserServices/main
3434
echo.
3535
echo Press 1 and then enter to open System Settings.
3636
echo Press 2 and then enter to open Message Board.
37-
echo Press 3 and then enter to open shadowGAMES.
38-
echo Press 4 and then enter to open File Manager.
39-
echo Press 5 and then enter to check for updates.
37+
echo Press 3 and then enter to open File Manager.
38+
echo Press 4 and then enter to check for updates.
4039
echo Type 'exit' and then enter to quit ShadowOS.
4140
set /p function.shadow.home.option=
4241
if %function.shadow.home.option% == 1 goto app.shadow.settings
4342
if %function.shadow.home.option% == 2 goto app.shadow.messages
44-
if %function.shadow.home.option% == 3 goto app.shadow.games
45-
if %function.shadow.home.option% == 4 goto app.shadow.filemanager
46-
if %function.shadow.home.option% == 5 goto app.shadow.update
43+
if %function.shadow.home.option% == 3 goto app.shadow.filemanager
44+
if %function.shadow.home.option% == 4 goto app.shadow.update
4745
if %function.shadow.settings.option% == exit exit
4846
:app.shadow.settings
4947
cls
5048
title ShadowOS Settings
5149
echo Welcome to Settings.
52-
echo You're currently running ShadowOS 3.2s.
50+
echo You're currently running ShadowOS 3.3s.
5351
echo.
5452
echo Press 1 and then enter to enter setup.
5553
echo Press 2 and then enter for Personalisation.
@@ -119,60 +117,6 @@ echo.
119117
powershell "irm https://raw.githubusercontent.com/ShadowElixir/UserServices/main/pcOS/messageboard.txt"
120118
pause
121119
goto app.shadow.home
122-
:app.shadow.games
123-
cls
124-
title ShadowOS Games
125-
echo Powered by shadowGAMES.
126-
echo Which game would you like to play?
127-
echo Type "lifesim" for Life Sim by TrisoSoft.
128-
echo More games coming soon!
129-
set /p game=
130-
if %game% == lifesim goto app.shadowGAMES.lifesim
131-
:app.shadowGAMES.lifesim
132-
cls
133-
title Welcome to Life Sim.
134-
echo A shadowGAMES production.
135-
pause
136-
cls
137-
goto app.shadowGAMES.lifesim.lvl1
138-
:app.shadowGAMES.lifesim.lvl1
139-
cls
140-
title Life Sim - LVL1
141-
echo %username%: Ah, what a lovely day to be going out for a walk.
142-
echo Jamie: Yeah %username%, it indeed is a lovely day to be going out for a walk!
143-
echo *Mother calls %username%*
144-
echo %username%: Hi mother, is everything OK?
145-
echo Mother: Yes, everything is fine, I just wanted to know if you're going to have something to eat when you get home?
146-
echo %username%: No, probably not, I've just been to shadowFOOD.
147-
echo Mother: WHAT DID I SAY ABOUT EATING FAST FOOD %username%!
148-
echo %username%: Look, I'm sorry, but you know, I'm out here earning the money to pay for all of this, not you, so mind your own business.
149-
echo Mother: HOW DARE YOU TALK TO ME LIKE THAT, YOU KNOW WHAT, THERE WILL BE NO PC, NO GAMES, NO NOTHING FOR THE NEXT 5 MONTHS!
150-
echo *Call Ends*
151-
pause
152-
echo You now have the option on what you would like to do from here.
153-
echo Type "report" to report your mother to the Police.
154-
echo Type "forgive" to forgive your mother and admit you were in the wrong.
155-
set /p function.shadowGAMES.lifesim.lvl1=
156-
if %function.shadowGAMES.lifesim.lvl1% == report goto app.shadowGAMES.lifesim.lvl1.opt1
157-
if %function.shadowGAMES.lifesim.lvl1% == forgive goto app.shadowGAMES.lifesim.lvl1.opt2
158-
:app.shadowGAMES.lifesim.lvl1.opt1
159-
cls
160-
title Life Sim - LVL1
161-
echo BAD ENDING: You reported your mother for taking away your stuff, but now you're being taken away.
162-
pause
163-
goto app.shadowGAMES.lifesim.lvl2
164-
:app.shadowGAMES.lifesim.lvl1.opt2
165-
cls
166-
title Life Sim - LVL1
167-
echo GOOD Ending: Your mother decided to forgive you, and you lived happily ever after.
168-
pause
169-
goto app.shadowGAMES.lifesim.lvl2
170-
:app.shadowGAMES.lifesim.lvl2
171-
cls
172-
title Life Sim - LVL2
173-
echo We're sorry, but LVL2 currently isn't on our platform yet, keep checking for software updates!
174-
pause
175-
goto app.shadow.home
176120
:app.shadow.filemanager
177121
cls
178122
title File Manager
@@ -250,7 +194,7 @@ goto app.shadow.filemanager
250194
cls
251195
title ShadowOS Update
252196
echo You are currently running version:
253-
echo 3.2s
197+
echo 3.3s
254198
echo.
255199
echo The latest version is:
256200
powershell "irm https://raw.githubusercontent.com/ShadowElixir/UserServices/main/pcOS/latestversion.txt"

0 commit comments

Comments
 (0)