-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrinity Lite.bat
240 lines (206 loc) · 4.41 KB
/
Trinity Lite.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
@echo off
color 0a
title Butter Trinity v4 SP4
goto boot
:boot
cls
echo welcome!
timeout /T 1 /NOBREAK >nul
echo finding kernel.......
timeout /T 1 /NOBREAK >nul
echo Booting Butter Trinity ...
timeout /T 1 /NOBREAK >nul
echo Loading IBLSOS
timeout /T 1 /NOBREAK >nul
echo :-$ > BOOT.INF
goto login
:login
cls
echo enter your username
cls
set/p name= enter name:
if %name% == null set %name% == %username%
echo.
cls
echo Hello! %name% it is %time% now.
echo.
pause
:menu
cls
echo What Would You Like To Do? Type the number.
echo.
echo 1.System Info 2.useful tools menu 7.controls
ECHO current time: %time% date: %date% name: %name%
set /p input= choose:
if %input% == 1 goto info
if %input% == 2 goto menu2
if %input% == 4 goto randomColor
if %input% == 5 goto help
if %input% == 6 goto browserMenu
if %input% == 7 goto ctrlPanel
:randomColor
cls
color 0c
pause
goto menu
:info
cls
echo.========================
echo Butter Trinity OS
echo.========================
echo DETAILS
timeout /T 1 /NOBREAK >nul
echo.
timeout /T 1 /NOBREAK >nul
echo VERSION = 4 SP4
timeout /T 1 /NOBREAK >nul
echo.
timeout /T 1 /NOBREAK >nul
echo RAM = 1GB
timeout /T 1 /NOBREAK >nul
echo.
echo CORE = %random%
echo.
timeout /T 1 /NOBREAK >nul
echo HARD_DRIVE = 250GB
echo.
timeout /T 1 /NOBREAK >nul
echo Kernel ver = 5.8.4
timeout /T 1 /NOBREAK >nul
echo.
echo Build = 3
echo.
timeout /T 1 /NOBREAK >nul
echo.=========================
timeout /T 2 /NOBREAK >nul
echo @Copyright Interstar.inc
timeout /T 2 /NOBREAK >nul
echo.
echo GPL Public Liscense 3.0
timeout /T 2 /NOBREAK >nul
echo.=========================
timeout /T 2 /NOBREAK >nul
echo account
timeout /T 1 /NOBREAK >nul
echo.
echo name: %name%
timeout /T 1 /NOBREAK >nul
echo.
timeout /T 1 /NOBREAK >nul
echo time: %time%
timeout /T 1 /NOBREAK >nul
echo.
echo date: %date%
echo.
timeout /T 1 /NOBREAK >nul
echo Wanna check for update?
timeout /T 1 /NOBREAK >nul
echo 1. to check for update
timeout /T 1 /NOBREAK >nul
echo 2. Menu
timeout /T 1 /NOBREAK >nul
set /p check=
if %check% == 1 goto update
if %check% == 2 goto menu
:update
cls
echo Checking for new version /Update.............
timeout /T 5 /NOBREAK >nul
echo.
pause
cls
echo.
echo 1 update found! %random%%random%%random%%random%%random%%random%%random%.SFG pack available
echo.
pause
goto menu
:clock
cls
ECHO %time%
pause
goto menu
:cal
cls
echo %date%
echo enter 1 to return to menu
set /p input=
if %input% == 1 goto menu
:calc
title Calculator- Butter Trinity OS
cls
color 0a
title CALCULATOR- Butter Trinity OS
ECHO * = MULTIPLY
timeout /T 1 /NOBREAK >nul
ECHO + = ADD
timeout /T 1 /NOBREAK >nul
ECHO _ = SUBTRACT
timeout /T 1 /NOBREAK >nul
ECHO / = DIVIDE
timeout /T 1 /NOBREAK >nul
ECHO % = Get Even or Odd
timeout /T 1 /NOBREAK >nul
SET /p UDefine=
SET /a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
pause
goto menu
:TEXT
cls
echo TEXT EDITOR 1.1
echo Enter name of the text file you want to make
echo.
set /p N=Name
cls
set /p WRITE=Write Your Document
echo %WRITE% > %N%.txt
goto HOME
:Help
cls
echo Text editor is a programe made for creating text documents
echo Calculator lets you process math problems
pause
goto menu
var DVDList == wmic logicaldisk get caption,volumename
cls
echo drives: %DVDList%
echo press 1 to return to menu
set /p input=
if %input% == 1 goto menu
:powerOptions
cls
echo 1.reboot 2.boot into windows 3.return to menu
set /p input=
if %input% == 1 goto boot
if %input% == 2 exit
if %input% == 3 goto menu
:productivity
echo 1.notes 2.calculator 3.menu
set /p input= select:
if %input% == 1 goto TEXT
if %input% == 2 goto calc
if %input% == 3 goto menu
:menu2
echo 1.calc 2.text editor
set /p OPTI= select option:
if %OPTI% == 1 goto calc
if %OPTI% == 2 goto UAC
:UAC
cls
echo do you want to let this program to change your kernel?
set /p FD= Yes = 1 No = 2:
if %FD% == 1 goto TEXT
if %FD% == 2 goto menu
:songs
start iexplore "https://www.youtube.com/watch?v=-345VbbYTN8"
:ctrlPanel
cls
timeout /T 1 /NOBREAK >nul
echo 1.power options 2.productivity 3.menu 4.BROKEN MODE (DANGER)
set /p DFF= select:
if %DFF% == 1 goto powerOptions
if %DFF% == 2 goto menu2
if %DFF% == 3 goto menu
if %DFF% == 4 goto brokenMode