Guest User

Untitled

a guest
Mar 17th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. import time
  2. import os
  3. import colorama
  4. from colorama import Fore, Back, Style
  5. from colorama import init
  6. init()
  7.  
  8.  
  9.  
  10. print(Fore.BLUE + ' ---------------------------------------- ')
  11. time.sleep(0.2)
  12. print(Fore.RED + ' | Welcome to Lazy Hacker v1.0 | ')
  13. time.sleep(0.2)
  14. print(Fore.BLUE + ' | For those hackers that are lazy | ')
  15. time.sleep(0.2)
  16. print(Fore.RED + ' | By Unknow Shell | ')
  17. time.sleep(0.2)
  18. print(Fore.BLUE + ' ---------------------------------------- ')
  19. time.sleep(1)
  20.  
  21. print("")
  22. print("")
  23. print(Fore.RED + 'WHAT DO YOU WANT TO HACK TODAY?')
  24. time.sleep(1)
  25. print(Fore.BLUE + "1. SETOOLKIT")
  26. time.sleep(0.5)
  27. print(Fore.RED + "2. METASPLOIT")
  28. time.sleep(0.5)
  29. print(Fore.BLUE + "3. DISCORD SCRIPTS")
  30. time.sleep(0.5)
  31. print(Fore.RED + "4. DDOS TOOLS")
  32. time.sleep(0.5)
  33. print(Fore.BLUE + "5. GOOGLE DORKS")
  34. time.sleep(0.5)
  35. print(Fore.RED + "6. NMAP")
  36. time.sleep(0.5)
  37. print(Fore.BLUE + "7. SQL INJECTIONS")
Add Comment
Please, Sign In to add comment