Closed addame2 closed 3 months ago
never fail or success thanks
I have added this code my self
def set_cmd_window_title(GENNED, LOCKED): title = f"[Exploited7 justmanooo] | [ Generated : {GENNED} ] [ Failed : {LOCKED} ]" current_os = platform.system() if current_os == "Windows": ctypes.windll.kernel32.SetConsoleTitleW(title) else: print(f"Cannot set console title on {current_os}. Title would be: {title}")
After I set everything up, I run the script and it keeps showing this page. Is the script broken?
never fail or success thanks
I have added this code my self