Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit e6076eb

Browse files
committed
added notes, ASCII minor changes, and typo fixes.
1 parent 9a5a44f commit e6076eb

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

VAIIYA terminal.py

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,22 @@ def main_menu():
162162
\|||||||||\ \::::::::::\
163163
\|||||||||\ \::::::::::\
164164
\|||||||||\ \::::::::::\
165-
\-------\ /--------/ /-------\ \--------\ \--------\ \--------\ /---------/ /-------\
166-
\.......\ /......../ /.........\ \........\ \........\ \........\ /........./ /.........\
167-
\.......\ /......../ /...........\ \........\ \........\ \........\ /........./ /...........\
168-
\.......\ /......../ /.............\ \........\ \........\ \........\ /........./ /.............\
169-
\.......\ /......../ /......__.......\ \........\ \........\ \........\ /........./ /...............\
170-
\.......\ /......../ /....../ \.......\ \........\ \........\ \........\_/........./ /......./ \......\
171-
\.......\ /......../ /....../ \.......\ \........\ \........\ \................../ /......./ \......\
172-
\................/ /....../ \.......\ \........\ \........\ \................/ /......./ \......\
173-
\............../ /....../ \.......\ \........\ \........\ \............../ /......./ \......\
174-
\............/ /....../ \.......\ \........\ \........\ \............/ /......./ \......\
175-
\........../ /....../ \.......\ \........\ \........\ \........../ /......./ \......\
176-
/........./
165+
\-------\ /--------/ /------\ \--------\ \--------\ \--------\ /---------/ /-------\
166+
\.......\ /......../ /........\ \........\ \........\ \........\ /........./ /.........\
167+
\.......\ /......../ /..........\ \........\ \........\ \........\ /........./ /...........\
168+
\.......\ /......../ /............\ \........\ \........\ \........\ /........./ /.............\
169+
\.......\ /......../ /......__......\ \........\ \........\ \........\ /........./ /...............\
170+
\.......\ /......../ /....../ \......\ \........\ \........\ \........\_/........./ /......./ \......\
171+
\.......\ /......../ /....../ \......\ \........\ \........\ \................../ /......./ \......\
172+
\................/ /....../ \......\ \........\ \........\ \................/ /......./ \......\
173+
\............../ /....../ \......\ \........\ \........\ \............../ /......./ \......\
174+
\............/ /....../ \......\ \........\ \........\ \............/ /......./ \......\
175+
\........../ /....../ \......\ \........\ \........\ \........../ /......./ \......\
177176
/........./
178177
/........./
179178
/........./
180-
/---------/
179+
/........./
180+
/---------/
181181
VAIIYA technologies LLC
182182
Empowering security, one byte at a time.
183183
@@ -191,7 +191,7 @@ def timefetch():
191191
print("""|""")
192192
print('Welcome VAIIYA trustee! the time is: ',curtime)
193193
print('and the date is: ',curdate)
194-
print("have a wonerful day at VAIIYA Technologies LLC!")
194+
print("have a wonderful day at VAIIYA Technologies LLC!")
195195
print("""|""")
196196

197197
#this is here so that this doesnt dupe every time the commandline reprints. it now only happens once.
@@ -224,7 +224,7 @@ def open_terminal():
224224
print("""|""")
225225
print("The credits of VAIIYA terminal!")
226226
print("""|""")
227-
print("Owner: T342, T342guy or Nathan jonhson.")
227+
print("Owner: T342, T342guy or Nathan johnson.")
228228
print("""|""")
229229
print("contributors: ")
230230
print("Smashel from discord.")
@@ -238,7 +238,7 @@ def open_terminal():
238238
#the link given will NEVER EXPIRE
239239
elif text == 'discord':
240240
print("""|""")
241-
print(" the invite link to The VAIIYA Hub/VAIIYA terminal dev: https://discord.gg/Qt5Je9sFE5 ")
241+
print(" the invite link to The VAIIYA Hub and VAIIYA Terminal news!: https://discord.gg/Qt5Je9sFE5 ")
242242
print("""|""")
243243

244244

@@ -247,7 +247,6 @@ def open_terminal():
247247
print("CNS_VAIIYA_BYPASS_V4.567.EXE EXITCUTING....")
248248
time.sleep(2)
249249
CNS_EE_HAKED()
250-
#this just prints the one line and starts the CMDline again.
251250

252251

253252
#walkers login, requires password. this will print the following, stop for 3 secs and then runs the `walker_login()`.
@@ -301,7 +300,7 @@ def open_terminal():
301300

302301

303302

304-
#PUT ALL OTHER NON SUBCOMMAND DEFs BELOW HERE!
303+
#PUT ALL FUNC DEFS BELOW HERE!
305304
# the CNS EE below this messange
306305
def CNS_EE_HAKED():
307306
#below is the Y/N prompt for CNS, and the following `result` can be split into a bool and set as True or False
@@ -345,9 +344,7 @@ def CNS_EE_HAKED():
345344

346345
#add passwords here for the logins and name the vars respectivly.
347346
#
348-
#the website for reference to the password system is https://www.geeksforgeeks.org/npm-bcrypt/
349-
#
350-
#
347+
#the website for reference to the password system is https://www.geeksforgeeks.org/npm-bcrypt/
351348
#walkerpasswrd1
352349
walkerhash = b'$2b$12$M7LXCClyfsnN9SjibtnEmuLEOlR68H2ovjCBA0zcAIBs2RHBzOnFy'
353350
#frostEEpswrd1

0 commit comments

Comments
 (0)