Projects STRLCPY cupp Commits c52576ef
🤬
  • ■ ■ ■ ■ ■ ■
    cupp.py
    skipped 39 lines
    40 40  import urllib.error
    41 41  import urllib.parse
    42 42  import urllib.request
     43 +import time
    43 44   
    44 45  __author__ = "Muris Kurgas"
    45 46  __license__ = "GPL"
    skipped 89 lines
    135 136   )
    136 137   inspect = input("> Hyperspeed Print? (Y/n) : ").lower()
    137 138   if(inspect == "y"):
    138  - try:
    139  - with open(filename, "r+") as wlist:
    140  - data = wlist.readlines()
    141  - for line in data:
    142  - time.sleep(00.1)
    143  - print("["+filename+"]" + line)
    144  - os.system("clear")
     139 + try:
     140 + with open(filename, "r+") as wlist:
     141 + data = wlist.readlines()
     142 + for line in data:
     143 + print("\033[1;32m["+filename+"] \033[1;33m" + line)
     144 + time.sleep(0000.1)
     145 + os.system("clear")
    145 146   except Exception as e:
    146  - print("[ERROR]: " +str(e))
     147 + print("[ERROR]: " +str(e))
    147 148   else:
    148  - pass
     149 + pass
    149 150   
    150 151   print(
    151 152   "[+] Now load your pistolero with \033[1;31m"
    skipped 943 lines
Please wait...
Page is in error, reload to recover