Skip to content

sexfrance/HM-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H&M Account Creator

An automated tool for creating H&M accounts with multi-threading capabilities, proxy support, and cookie rotation.

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature


⚙️ Installation

  • 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

To bypass akamai captcha

  • 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

🔥 Features

  • 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

📝 Usage

  1. Configuration: Edit input/config.toml:

    [dev]
    Debug = false
    Proxyless = false
    Threads = 1
    
    [data]
    password = "optional_custom_password"
  2. Cookie Setup:

    • Add cookies to input/cookies.txt (one per line)
    • Format: _abck cookie value
  3. Proxy Setup (Optional):

    • Add proxies to input/proxies.txt (one per line)
    • Format: ip:port or user:pass@ip:port
  4. Running the script:

    python main.py
  5. Output:

    • Created accounts are saved to output/accounts.txt (email:password)
    • Detailed account info saved to output/accounts_full_capture.txt (email:password:JSESSIONID)

📹 Preview

Preview


❗ Disclaimers

  • 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

📜 ChangeLog

v0.0.1 ⋮ 12/26/2024
! Initial release with cookie rotation and proxy support