- Fast
- 100% Accurate
- Check Access
- Proxy Support
- Download Python from https://www.python.org/ and install it.
- During installation, ensure Add Python to PATH is selected.
- Verify installation by opening
cmdand typing:python --version
- Open Command Prompt (
cmd). - Install libraries:
*(Note: You'll need to create a
pip install -r requirements.txt
requirements.txtfile in the same directory as your script. It should contain the following lines for the libraries we've used:)*requests[socks] beautifulsoup4 pystyle colorama
- Combo File: Create a file with
<user>:<password>format. Example:twotran:anhTu0411! user:password - Proxy File: Create a file with one proxy per line. Example:
http://51.79.99.237:4502 http://159.203.61.169:80 socks5://128.199.202.122:1080 socks4://72.195.34.35:27360
Execute the script:
python main.pyProvide the requested information:
- Path to the Combo File.
- Choose Use Proxy (yes or no).
- Enter Max Worker Count.
- Enter Sleep (delay in seconds).
After completion, logs are generated in the following files:
good.txt(for successful logins)error.txt(for accounts that encountered technical errors)bad.txt(for failed logins due to incorrect credentials)
Open these files using Notepad or any text editor to view results.
