Exploited7 / outlook-account-creator

Outlook account Creator / Generator, Requests Based.
Apache License 2.0
160 stars 30 forks source link

Does it Support on MacOS Thanks #16

Closed addame2 closed 3 months ago

addame2 commented 3 months ago
Screenshot 2024-07-27 at 23 56 25

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}")
kimi4422 commented 3 months ago

image After I set everything up, I run the script and it keeps showing this page. Is the script broken?