A script that automates the process of creating a riot games account
Reason
Testing out selenium/python, This project took a couple of hours to complete and i don't really plan on maintining it as it should be pretty straight forward to do yourself
Features
- Captcha solving Via NOPECHA plugin
- Email support using xitroo.com
- Saves account information to accounts.txt
Requirements
-
Python 3.7 or higher
-
Selenium
-
undetected_chromedriver
Installation
Install the required packages by running:
pip install -r requirements.txt
- You must aqquire the nopecha.crx file from the nopecha extension. this is pretty simple to do with a google search, however i will not be including the file in this code
Usage
- Edit the options in the script to customize the Chrome options, such as window size and extensions
- Run the script by using python main.py
- The script will open a Chrome window and navigate to the sign up page. It will then generate random account information and fill out the form. If a CAPTCHA challenge is encountered, it will be automatically solved using anycaptcha. Once the form is submitted, the script will print a message indicating that the account creation was successful.
Todo
-
Preferably implement Local AI Captcha Solving Solution
-
Proxy Support Pretty straght foward to do
-
Add some tweaks to support concurent usage of application using asyncio
-
Add "humanization mode" to slow down the process and not raise any flags
-
Finally add colors to the console output
☺️
License This project is licensed under the MIT License - see the LICENSE file for details. nyrth