A Roblox Account Generator! | Made with ♥ by Tewxx
New! There is a compiled exe version in the releases tab if you would prefer that!
This will only work if there is no captcha, sadly...
V1: Will only create one account at a time and has no GUI. All inputs are in the terminal. (Archived Only)
V2: You can make multiple accounts in order and has no GUI. All inputs are in the terminal. (Archived Only)
V3: Can make multiple accounts at once and is GUI-based. (Main Version)
For All Versions:
-
Google Chrome installed
-
pip install selenium
-
pip install sys
-
pip install time
-
pip install webdriver-manager
For Version 3 only:
-
pip install tkinter
-
pip install customtkinter