Discord-account-generator - Creates Discord accounts and verifies by email & phone verification. Supports proxies. Uses sms-activate, kopeechka and anti captcha

Overview

Created in about 4.5 hours

discord-account-generator

Creates accounts and verifies by email & phone verification. Supports proxies. Uses sms-activate, kopeechka and anti captcha.

I'm not going to maintain this

Table of contents

Features

  • Uses anti-captcha to solve hcaptcha's
  • Uses kopeechka for email's (0.05 rubels per email = 0.00067 USD)
  • Uses sms-activate to verify phone numbers (4 - 16 rubels per sms = 0.05 - 0.22 USD)
  • Proxy support

Prerequisites

Make sure Python is added to your PATH on Windows, more info here if you didn't let it set the PATH at install.

Installing

Please install the requirements:

# Linux/macOS
python3 -m pip install -r requirements.txt

# Windows
py -3 -m pip install -r requirements.txt

And then you're ready to go

Quick Example

Create token

from creator import create

anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011'
kopeechka = '99355de805609eac0dc5750f49fb18e5'
smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495'

create(capthaAPI=anticaptcha,
       emailAPI=kopeechka,
       phoneAPI=smsactivate,
       verbose=True)

Create token and continue with program with custom username

from creator import create

anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011'
kopeechka = '99355de805609eac0dc5750f49fb18e5'
smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495'

session = create(capthaAPI=anticaptcha,
       emailAPI=kopeechka,
       phoneAPI=smsactivate,
       username="Hatty was here")
       
token = session.token
# continue, do whatever you want

Simple multithreading with proxies

from multiprocessing.dummy import Pool as ThreadPool
from creator import create
import random

anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011'
kopeechka = '99355de805609eac0dc5750f49fb18e5'
smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495'
createAmount = 100

proxies = ["ip:port", "user:[email protected]:port"]

def createAccount(a, retries=0):
    try:
        session = create(capthaAPI=anticaptcha,
                         emailAPI=kopeechka,
                         phoneAPI=smsactivate,
                         proxy=proxies[random.randint(0, len(proxies)-1)])
    except:
        return createAccount(a, retries + 1)
        
    with open('tokens.txt', 'a+') as f:
        f.write(session.token + '\n')

pool = ThreadPool(100)
pool.map(createAccount, list(range(createAmount)))

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.

Donate

ETH: hattywashere.eth that's pretty much it.

About me

You can read all about me with contact information at my website.

Comments
  • Captcha key sends invalid-response

    Captcha key sends invalid-response

    I changed the captcha sitekey to to discord's new sitekey, however, now I am getting the error:

    {'captcha_key': ['invalid-response'], 'captcha_sitekey': '4c672d35-0701-42b2-88c3-78380b0db560', 'captcha_service': 'hcaptcha'}

    any thoughts?

    opened by Sneakers97 9
  • Error when checking request token

    Error when checking request token

    Discord session created
    Waiting for captcha
    Sending register request
    {'captcha_key': ['sitekey-secret-mismatch'], 'captcha_sitekey': 'xxxxxxxxxxxxxxx', 'captcha_service': 'hcaptcha'}
    Traceback (most recent call last):
      File "C:\Users\Administrator\Desktop\discordTokens\generator.py", line 25, in <module>
        createAccount()
      File "C:\Users\Administrator\Desktop\discordTokens\generator.py", line 15, in createAccount
        session = create(capthaAPI=anticaptcha,
      File "C:\Users\Administrator\Desktop\discordTokens\creator\__init__.py", line 34, in create
        session.register(captchaKey, dob, accountEmail.email, password, username)
      File "C:\Users\Administrator\Desktop\discordTokens\creator\discord.py", line 109, in register
        self.token = response['token']
    KeyError: 'token'
    

    Hi guys, any clue why this is happening ? Was this patched ?

    opened by invictusro 3
  • Cannot receive sms code?

    Cannot receive sms code?

    It's going well before sending an SMS request, but I can't receive an SMS code anyhow, however, when I register accounts using chrome, I can receive SMS codes everytime.

    opened by StupidBug 5
  • SMS-verify problem

    SMS-verify problem

    when ever I send request to "https://discord.com/api/v9/users/@me/phone" with captchaKey and a virtual number I only got <Responce 400>

    I can't figure this out how to solve it Can any one please help

    opened by KrisshRp 0
  • I request for assistance

    I request for assistance

    Can anybody help me set this up? I would be really thankful. If you have discord, mine is fantasy# 0736 (the numbers and the hastag should have no space between them, but I added it so that the first number doesn't vanish)

    opened by Fantasyxz7 6
Releases(v1)
Owner
Aaron
1st year student at Windesheim university of Applied Sciences. Telegram: Hattorius
Aaron
Filters to block and remove copycat-websites from DuckDuckGo and Google. Specific to dev websites like StackOverflow or GitHub.

uBlock-Origin-dev-filter Filters to block and remove copycat-websites from DuckDuckGo and Google. Specific to dev websites like StackOverflow or GitHu

1.7k Dec 30, 2022
A simple python oriented telegram bot to give out creative font style's

Font-Bot A simple python oriented telegram bot to give out creative font style's REQUIREMENTS tgcrypto pyrogram==1.2.9 Installation Fork this reposito

BL4CK H47 4 Jan 30, 2022
A frame to create discord bots (for myself) that uses cogs, JSON, activities, and more.

dpy-frame A frame to create discord bots (for myself) that uses cogs, JSON, activities, and more. NOTE: Documentation is incomplete, so please wait un

Apple Discord 1 Nov 06, 2021
A simple worker for OpenClubhouse to sync data.

OpenClubhouse-Worker This is a simple worker for OpenClubhouse to sync CH channel data.

100 Dec 17, 2022
Music bot because Octave is down and I can : )

Chords On a mission to build the best Discord Music Bot View Demo · Report Bug · Request Feature Table of Contents About The Project Built With Gettin

Aman Prakash Jha 53 Jan 07, 2023
A PowerPacked Version Of Telegram Leech Bot With Modern Easy-To-Use Interface & UI !

FuZionX Leech Bot A Powerful Telegram Leech Bot Modded by MysterySD to directly Leech to Telegram, with Multi Direct Links Support for Enhanced Leechi

MysterySD 28 Oct 09, 2022
The Simple Google Colab Notebook to Download Files from Direct Link to Google Drive with custom name and bulk link support.

Direct Link to Google Drive (Advanced! 🔥 ) The Most Advanced yet Simple Google Colab Notebook to Download Files from Direct Link to Google Drive. 🆕

Dr.Caduceus 14 Jul 26, 2022
Marketplace for self published books

Nile API API for the imaginary Nile marketplace for self published books. This is a project created to try out FastAPI as the post promising ASGI serv

Matt de Young 1 Jan 31, 2022
⚡ Simple mass dm selfbot for Discord written in python3.

Zapp Simple mass dm selfbot for Discord written in python3. Warning. This project was made for educational purposes only! I take no responsibility for

Ѵιcнч 34 Nov 01, 2022
PESU Academy Discord Bot built for PESsants and PESts of PES University

PESU Academy Bot PESU Academy Discord Bot built for PESsants and PESts of PES University You can add the bot to your Discord Server using this link. O

Aditeya Baral 0 Nov 16, 2021
Posts locally saved videos to the desired subreddit

redditvideoposter posts locally saved videos to the desired subreddit ================================================================= STEPS: pip ins

Kyrus 2 Dec 01, 2021
Update your World of Warcraft AddOns hosted on GitHub

AddOns Update Tool Tool to update World of Warcraft AddOns hosted on GitHub Features Pure Python: only Dulwich and Colorlog Multithreaded tasks Manual

Mr. Alchemist 16 Dec 06, 2022
This is a script to export logs from AWS CloudTrail to a local file.

cloudtrail-export-logs This is a script to export logs from AWS CloudTrail to a local file. Getting Started Prerequisites python 3 boto3 pip Installin

Claick Assunção de Oliveira 2 Jan 02, 2022
A simple Python wrapper for the archive.is capturing service

archiveis A simple Python wrapper for the archive.is capturing service. Installation pipenv install archiveis Python Usage Import it. import archi

Ben Welsh 157 Dec 28, 2022
Mixcloud API wrapper for Python and Async IO

aiomixcloud Mixcloud API wrapper for Python and Async IO aiomixcloud is a wrapper library for the HTTP API of Mixcloud. It supports asynchronous opera

Aristotelis Mikropoulos 26 Dec 31, 2022
Python app to notify via slack channel the status_code change from an URL

Python app to notify, via slack channel you choose to be notified, for the status_code change from the URL list you setup to be checked every yy seconds

Pedro Nunes 1 Oct 25, 2021
Wanna play on the Overwatch NA servers?

OverwatchRegionSwapper-NA- Wanna play on the Overwatch NA servers? Use at you own risk. LIST OF IPs EU Netherlands: From: 5.42.168.0 to: 5.42.175.255

1 Jun 08, 2022
Python package and CLI for user-friendly integration with SAS Viya

sasctl A user-friendly Python interface for SAS Viya. Full documentation: https://sassoftware.github.io/python-sasctl Table of Contents Overview Prere

SAS Software 30 Dec 14, 2022
iCloudPy is a simple iCloud webservices wrapper library written in Python

iCloudPy 🤟 Please star this repository if you end up using the library. It will help me continue supporting this product. 🙏 iCloudPy is a simple iCl

Mandar Patil 49 Dec 26, 2022
Cookies is a project inspired by python cookiecutter but used for terraform generation.

Introduction Cookies is a project inspired by python cookiecutter but used for terraform generation. How to run your terraform After you download your

Digger 6 Mar 14, 2022