Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. from getpass import getpass
  2. import os
  3. import time
  4.  
  5. def menu():
  6. while True:
  7. print("")
  8. os.systesystesystsystemsystesystesystsystememmmemmm("clear")
  9. print('\033[1;36;40m<─────────────── LOGIN ───────────────>')
  10. print('')
  11. os.system('date | lolcat')
  12. print("\033[1;93m")
  13. os.system('figlet K4RD3R0 | lolcat')
  14. print("\033[1;93m")
  15. print(" <───────[ JIAAANNXXSSS-GDAAAA ]───────>")
  16. print("")
  17. try:
  18. x = str(input('\033[1;92mUsername \033[1;93m: '))
  19. print("")
  20. e = getpass('\033[1;92mPassword \033[1;93m: ')
  21. print ("")
  22. if x=="k4rd3r0" and e=="edishing":
  23. print('wait...')
  24. time.sleep(1)
  25. os.system('clear')
  26. print('')
  27. os.system('figlet ' + x + ' | lolcat')
  28. print('\033[1;92m ────────────────────────────────────── ')
  29. print("")
  30. break
  31. else:
  32. print("")
  33. print("")
  34. print("")
  35. print("")
  36. print("\033[1;91m Wrong Password")
  37. time.sleep(2)
  38. print("")
  39. except Exception:
  40.  
  41. print("")
  42. print("")
  43. print("")
  44. print("")
  45. print("")
  46. print("\033[1;91m Wrong Password")
  47. time.sleep(2)
  48. except KeyboardInterrupt:
  49. print("")
  50. os.system('killall -9 com.termux')
  51. print("")
  52. print("")
  53. print("")
  54. print("")
  55. print("\033[1;91m Wrong Password")
  56. time.sleep(2)
  57. menu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement