You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: VAIIYA terminal.py
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -430,7 +430,7 @@ def walker_login():
430
430
userpassword=text=input_dialog(
431
431
title='Walker password input',
432
432
text='walker password:',
433
-
password=True
433
+
password=True,
434
434
).run()
435
435
#encodes the given password for compare
436
436
userpassword=userpassword.encode('utf-8')
@@ -443,9 +443,6 @@ def walker_login():
443
443
444
444
445
445
defwalker_entered():
446
-
print("welcome walker! here currently there is nothing, i have no idea what to put here for you guys.")
447
-
print("but id assume you are familiar with github so if you have an idea i would more than glad take a look and try to implement it! ")
448
-
449
446
450
447
print("|")
451
448
print("|")
@@ -475,7 +472,7 @@ def frostbyte_login():
475
472
userpassword=input_dialog(
476
473
title='frostbyte password input',
477
474
text='frostbyte password:',
478
-
,
475
+
password=True,
479
476
).run()
480
477
481
478
userpassword=userpassword.encode('utf-8')
@@ -498,7 +495,7 @@ def frostbyte_entered():
498
495
499
496
message_dialog(
500
497
title='VAIIYA Warning systems',
501
-
text='VAIIYA employee T342 has marked you as "requires careful observation and mental medical attention." so the VAIIYA system observation drones will now observe you.').run()
498
+
text='VAIIYA employee T342 has marked you as "requires careful observation and mental medical attention." thankyou for your cooperation.').run()
0 commit comments