https://github.com/depthso/account-generator
🚦A python tool to automate creating Roblox accounts using Selenium with Capture compatibility and realistic usernames!
https://github.com/depthso/account-generator
python roblox roblox-account roblox-account-creator roblox-account-gen
Last synced: 6 months ago
JSON representation
🚦A python tool to automate creating Roblox accounts using Selenium with Capture compatibility and realistic usernames!
- Host: GitHub
- URL: https://github.com/depthso/account-generator
- Owner: depthso
- License: mit
- Created: 2024-12-06T16:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T12:12:56.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:26:13.722Z (over 1 year ago)
- Topics: python, roblox, roblox-account, roblox-account-creator, roblox-account-gen
- Language: Python
- Homepage:
- Size: 9.15 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roblox Account generator
🚦A python tool to automate creating Roblox accounts using Selenium
This script has support for **[Nopecha](https://nopecha.com/)**!
# Notices❗
- Please edit the configuration before use! -> `config.yaml`
- Please mention me when integrating this in your projects - depso
## Screenshots 🖼️
Sign-up Automation
Username and password generation
# Requirements
- Python
- Microsoft Edge (Changable)
# Installation
- First step, you must have python and pip (included with python by default) installed.
- Download python and install, https://www.python.org/downloads/
- Once python has installed, open command prompt in the project's folder
- Run `pip install -r requirements.txt`, this will install the required python packages.
- Once completed, run `python main.py` to run the script!
# Configuation
Name
Description
MacOS
This is required as the script uses the CTRL key for text selection but Macbooks use the COMMAND key instead
Has_Cookies_Prompt
This is required as the Roblox site will prompt to accept cookies if you live in Europe which will interupt interation with other elements
Accounts_File
The string path towards the file used to store usernames and passwords for the accounts created.
Format: `username : password`
Cookies_File
The path towards the file account cookies are appended to for the accounts created
Accounts_To_Create
The number of accounts to be created
Request_Limit_Wait_Minutes
The number of minutes to wait when a creation timeout is thrown by the Roblox site
Headless
Whether the Browser window should be hidden
Use_Proxy
Whether the Browser should use a proxy for site connections
Proxy
The address for the proxy
Use_Nopecha
Whether the Browser should use Nopecha (https://nopecha.com/) to solve captures
NOPECHA_KEY
The Key used for the nopecha extention
Allow_Manual_Completion
Wait for the user to complete the capture instead of attempting an automatic solve
Capture_Timeout_Minutes
The number of minutes the program should wait when a capture is prompted
Random_Password
Whether the program should generate a random string for the password. Otherwise uses the Fixed_Password
Fixed_Password
The password used when Random_Password is disabled
Use_Username_Base
The username base used when not using random usernames generated by the script