Skip to content

cyberbeachdevelopment/discord-account-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyberbeach Discord Account Creator

Version

Advertisement
Need a custom tool built? Reach out and get a fair quote, no bs.

  • Website
  • Discord

CyberBeach-Gen


🚀 Features

  • Async architecture for better performance
  • Multi-threaded execution
  • Support for 10+ captcha solvers
  • Dynamic header generation
  • Live console title updates
  • Optional account customization
  • Optional email verification support
  • Optional phone verification support
  • Join on creation

⚙️ Setup

1. Configure anysolver (required)

Advertisement
AnySolver is the CAPTCHA-solving backend used by this tool. When Cyberbeach returns anti-bot challenges, this project sends solving tasks to AnySolver and uses the returned tokens/cookies to continue its tasks.

AnySolver

  1. Create an account at anysolver.com
  2. Add balance
  3. Create API key
  4. Configure providers in priority mode

(Recommended Since Update)

Rank Provider Status
1 CapLess Recommended
2 RezoSolver Stable
3 BruxSolver Budget Option

2. Install dependencies

Run:

setup.bat

or

pip install -r requirements.txt

3. Generate required files

Before configuring the tool, you must run the generator once so all required files and folders are created.

Run:

python main.py

or

start.bat

Once the program has fully started, close it.

You can now continue with the rest of the setup process.


4. Configure input/config.json

Edit config.json and fill in your API keys + settings.

Example:

{
  "solver": {
    "anysolver_api_key": "your_anysolver_api_key"
  },

  "mail": {
    "provider": "cybertemp",

    "cybertemp": {
      "api_key": "your_cybertemp_api_key"
    }

  },

  "phone": {
    "enabled": false,
    "provider": "herosms_or_vaksms",

    "vaksms": {
      "api_key": "",
      "service": "ds",
      "country": "ar",
      "operator": null,
      "sms_timeout": 180,
      "poll_interval": 3
    },

    "herosms": {
      "api_key": "",
      "service": "ds",
      "country": 16,
      "operator": null,
      "sms_timeout": 180,
      "poll_interval": 3
    }
  }, 

  "verification": {
    "enabled": true
  },

  "customise": {
    "hypesquad": true,
    "online": true,
    "pfp": true,
    "bio": true,
    "status": true,
    "displayname": true,
    "pronouns": true
  },

  "invite": {
    "enabled": false,
    "invite": ""
  },

  "threads": 1,
  "debug": true
}

Below is a quick explanation of the most important settings inside input/config.json.

Section Description
data.anysolver_api_key Your AnySolver API key used for CAPTCHA solving
mail.provider Mail system to use (cybertemp)
mail.cybertemp.api_key API key for cybertemp.xyz (domains auto-fetched via type=discord)
phone.enabled Enable phone verification
phone.provider SMS provider to use
verification.enabled Enables email verification
customise.* Enables account customisation features
threads Number of worker threads
debug Enables hidden console logging

Recommended Phone Providers

(Recommended Since Update)

Rank Provider Status
1 Vak-Sms.com Recommended
2 Hero-Sms.com Stable
3 Null Budget Option

5. Configure proxies

Add proxies to:

input/proxies.txt

Format:

user:pass@ip:port

Example:

john123:password123@127.0.0.1:8000
proxyuser:mypass@192.168.1.10:9000

PS: Make sure they are Sticky proxies & Residential for the best results.

(Recommended Since Update)

Rank Provider Status
1 DataImpulse.com Recommended
2 SeamlessProxies.com Stable
3 NullProxies.com Budget Option

6. Optional user customization

Inside input/user/ you can add:

username.txt
bio.txt
status.txt
displayname.txt
pronouns.txt

You can also place profile pictures inside:

input/user/pfp/

7. Start the program

Run:

python main.py

or

start.bat

⚠️ Disclaimer

This project is provided for educational and research purposes only.

Users are responsible for how they use this software.