Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. print("Hello it Richard")
  2. time.sleep(4)
  3. print("Good Job")
  4. time.sleep(5)
  5. print("My OS comes with all the hacking tools and comes with a password cracker to hack users on a server.")
  6. time.sleep(6)
  7. print("SYS_UserSet: Please type a username and Password")
  8. username = input("Username: ")
  9. password = input("Password: ")
  10.  
  11. print("SYS_UserSet: Processed. Hello, %s" % username)
  12. time.sleep(5)
  13. print("Ok whatever.")
  14. time.sleep(4)
  15. print("just type 'telnet RichardTechServ' and login")
  16. time.sleep(3)
  17. print("SYS_Notify: System Admin has requested you to use the terminal")
  18. logintoricserv = input(">>> ")
  19.  
  20. if(logintoricserv == "telnet richardtechserv"):
  21. print("Richard Tech Servers #4122 (For Hacking Guides Only)")
  22. print("")
  23. print("Mountain View, California")
  24. print("")
  25. userver = input("Username:")
  26. else:
  27. print("Executing SYS_X!)$#$#*&.exe. Desc: Launch Richardtech Nukes (hidden File)")
  28. time.sleep(4)
  29. print("Incoming Connection from US_MILL@BLOCKEDIP")
  30. time.sleep(4)
  31. print("US_MILL: You are now being arrested")
  32. time.sleep(4)
  33. exit()
  34.  
  35. if(userver == "%s" % username):
  36. print("User Registered")
  37. passver = input("Password: ")
  38. else:
  39. print("Username Not Found. Aborting Telnet and System Variables")
  40. time.sleep(4)
  41. exit()
  42.  
  43. if(passver == "%s" % password):
  44. print("Password Correct")
  45. time.sleep(4)
  46. else:
  47. print("Password Not Found. Aborting Telnet and System Variables")
  48. time.sleep(4)
  49. exit()
  50.  
  51. print("RICHARDTECH Server #4122")
  52. print("Richard has root as of:")
  53. time.strftime("%d/%m/%Y")
  54. time.sleep(4)
  55. print("WILL BE CONTINUED NEXT CHAPTER")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement