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

Commit 866ec01

Browse files
committed
added CNS ee timer shutdown (thanks smashel!)
1 parent 0fe5acb commit 866ec01

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

VAIIYA terminal.py

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,33 @@ def CNS_EE_HAKED():
231231
text='very well then, we will see you soon enough').run()
232232
#then after it retuns to the main menu and exits the program.
233233
print("VAIIYA DEFENDER ENGINE CRITICAL FAILURE!: THE VAIIYA DEFENDER ENGINE HAS FOUND A BREACH AND WILL NOW FORCE QUIT THE PROGRAM")
234-
time.sleep(4)
234+
print("""|""")
235+
print("THE PROGRAM WILL SHUTDOWN IN:")
236+
time.sleep(1)
237+
print("3")
238+
time.sleep(1)
239+
print("2")
240+
time.sleep(1)
241+
print("1")
242+
time.sleep(1)
235243
exit()
236244
#if the `result` has a bool of False, then it will run this part of code. and again will return to menu and exit the program.
237245
if result == False:
238246
message_dialog(
239247
title='CNS.02.06.01',
240248
text='how dissapointing, that you dont want tHe TrutH. we will see you soon enough').run()
241249
print("VAIIYA DEFENDER ENGINE CRITICAL FAILURE!: THE VAIIYA DEFENDER ENGINE HAS FOUND A BREACH AND WILL NOW FORCE QUIT THE PROGRAM")
242-
time.sleep(4)
250+
print("""|""")
251+
print("THE PROGRAM WILL SHUTDOWN IN:")
252+
time.sleep(1)
253+
print("3")
254+
time.sleep(1)
255+
print("2")
256+
time.sleep(1)
257+
print("1")
258+
time.sleep(1)
243259
exit()
244-
260+
#the idea above from smashel!
245261

246262
#add passwords here for the logins and name the vars respectivly.
247263
#

0 commit comments

Comments
 (0)