Changes in v0.2.0
NopeCHA Integration
In version v0.2.0, the main focus was on integrating the NopeCHA service to bypass CAPTCHAs encountered during the Roblox account creation process. NopeCHA is a CAPTCHA-solving service that provides an API for automating CAPTCHA solving.
Functionality Highlights:
-
NopeCHA Subscription Key Entry: Added functionality to enter the NopeCHA subscription key directly through the graphical user interface (GUI).
-
NopeCHA Extension Integration: Included the NopeCHA Chrome extension (
NopeCHA.crx) in the project and modified the script to load this extension in the Chrome WebDriver. -
NopeCHA Setup Page Navigation: After launching the Chrome WebDriver, the script now navigates to the NopeCHA setup page to set the subscription key programmatically.
Other Improvements
- Minor Bug Fixes: Addressed minor issues and bugs to improve overall stability and performance.
How to Use
-
NopeCHA Subscription Key: Obtain a NopeCHA subscription key from the NopeCHA website.
-
Run the Script: Execute
RobloxAccountGenerator0.2.0.exeand follow the prompts in the GUI to specify the number of accounts to create, set passwords, enable headless mode (optional), and enter the NopeCHA subscription key. -
Account Creation: Sit back and watch as the script automates the creation of Roblox accounts, bypassing CAPTCHAs using the NopeCHA service.
Acknowledgments
- NopeCHA - for providing the CAPTCHA-solving service.
- Selenium - for automating web browser interactions.
- CustomTkinter - for enhancing the GUI elements.