An automated tool for creating H&M accounts with multi-threading capabilities, proxy support, and cookie rotation.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+ - Make a python virtual environment:
python3 -m venv venv - Source the environment:
venv\Scripts\activate(Windows) /source venv/bin/activate(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Install playwright's browsers:
patchright install - Scrape cookies:
python3 extras/cookies_fetcher.py - ❗PLEASE NOTE THAT YOU CAN ONLY MAKE 2 COOKIES PER IP BEFORE YOU GET RATE LIMITED, USE RESIDENTIAL PROXIES OR VPN TO GENERATE MULTIPLE COOKIES
- Rate limits are handled differently from regular servers, instead of having a 429 status code you will get a response timeout
- Advanced cookie rotation system for bypassing rate limits
- Proxy support for avoiding IP bans
- AKAMAI Captcha bypassing
- Multi-threaded account generation
- Real-time account creation tracking with console title updates
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Random user agent generation
- Custom password support
- Detailed logging system
- Account data saving (email:password format)
- Full account capture with JSESSIONID
-
Configuration: Edit
input/config.toml:[dev] Debug = false Proxyless = false Threads = 1 [data] password = "optional_custom_password"
-
Cookie Setup:
- Add cookies to
input/cookies.txt(one per line) - Format:
_abck cookie value
- Add cookies to
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt(one per line) - Format:
ip:portoruser:pass@ip:port
- Add proxies to
-
Running the script:
python main.py
-
Output:
- Created accounts are saved to
output/accounts.txt(email:password) - Detailed account info saved to
output/accounts_full_capture.txt(email:password:JSESSIONID)
- Created accounts are saved to
- This project is for educational purposes only
- The author is not responsible for any misuse of this tool
- Use responsibly and in accordance with H&M's terms of service
v0.0.1 ⋮ 12/26/2024
! Initial release with cookie rotation and proxy support