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
Python client for the LightOn Muse API

lightonmuse Python bindings to production-ready intelligence primitives powered by state-of-the-art language models. Create. Process. Understand. Lear

LightOn 12 Apr 10, 2022
A Python package that can be used to download post and comment data from Reddit.

Reddit Data Collector Reddit Data Collector is a Python package that allows a user to collect post and comment data from Reddit. It is built on top of

Nico Van den Hooff 3 Jul 26, 2022
High-Resolution Differential Z-Belt Mod for V0 (with optional Kirigami support)

V0-DBM This is a high-resolution differential pulley system belt mod for the Z-axis on Voron 0 with optional Kirigami Bed support. NOTE: Alpha version

Simon Küppers 11 Jan 07, 2023
A telegram bot to read RSS feeds

Telegram bot to fetch RSS feeds This is a telegram bot that fetches RSS feeds in regular intervals and send it to you. The feed sources can be added o

Santhosh Thottingal 14 Dec 15, 2022
Send Informative, Concise Slack Notifications With Minimal Effort

slack-templates Send Informative, Concise Slack Notifications With Minimal Effort slack-templates Slack Integration Available Templates Usage Report t

9 Nov 03, 2022
An information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD.

uticker An information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD. Features include: Twi

kottuora 5 Oct 31, 2022
szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️

szrose is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️

szsupunma 93 Jan 07, 2023
👾 Telegram Smart Group Assistant 🤖

DarkHelper 🌖 Features ⚡️ Smart anti-apam & anti-NFSW message checker Tag Members , Entertain facility , Welcommer ban , unban , mute , unmute , lock

amirali rajabi 38 Dec 18, 2022
procedurally-generated catppuccin wallpapers

Catppuccin Wallpapers I was in need of wallpapers conforming to the catppuccin colorscheme. So, I wrote a simple script to iteratively generate a set

daylin 11 Nov 29, 2022
a discord libary that use to make discord bot with low efficiency and bad performance because I don't know how to manage the project

Aircord 🛩️ a discord libary that use to make discord bot with low efficiency and bad performance because I don't know how to manage the project Examp

Aircord 2 Oct 24, 2021
A Python library for PagerDuty.

Pygerduty Python Library for PagerDuty's REST API and Events API. This library was originally written to support v1 and is currently being updated to

Dropbox 164 Dec 20, 2022
A Flask inspired, decorator based API wrapper for Python-Slack.

A Flask inspired, decorator based API wrapper for Python-Slack. About Tangerine is a lightweight Slackbot framework that abstracts away all the boiler

Nick Ficano 149 Jun 30, 2022
An integrated information collection tool

infoscaner 环境配置 目前infoscaner仅支持在linux上运行,建议运行在最新版本的kali中 infoscaner是基于python3版本实现的,运行之前首先安装python库 如果同时存在python2和python3,请输入以下命令 pip3 install -r requi

CMACCKK 74 Sep 13, 2021
Simplebot-tg - Telegram/DeltaChat Bridge with python

simplebot_tg Telegram/DeltaChat Bridge, is a plugin for https://github.com/simpl

Arián Díaz Cruz 1 Dec 30, 2021
To send an Instagram message using Python

To send an Instagram message using Python, you must have an Instagram account and install the Instabot library in your Python virtual environment.

Coding Taggers 1 Dec 18, 2021
AWS DeepRacer Free Student Workshop: Run faster by using your custom waypoints

AWS DeepRacer Free Student Workshop: Run faster by using your custom waypoints Reward Function Template for waypoints def reward_function(params):

Yuen Cheuk Lam 88 Nov 27, 2022
A simple fun discord bot using discord.py that can post memes

A simple fun discord bot using discord.py * * Commands $commands - to see all commands $meme - for a random meme from the internet $cry - to make the

Dice Flip 2 Dec 20, 2021
BingBot - A bot that will automate searches on bing

bingBot A bot that will automate searches on bing. To install this just download

Lukas 2 Jul 28, 2022
HTTP Calls to Amazon Web Services Rest API for IoT Core Shadow Actions 💻🌐💡

aws-iot-shadow-rest-api HTTP Calls to Amazon Web Services Rest API for IoT Core Shadow Actions 💻 🌐 💡 This simple script implements the following aw

AIIIXIII 3 Jun 06, 2022
Google Translater v2

Google_Translater_V2 Features Supporting 100 More Languages You can Set Your Custom Languages Supporting in Group Configs TG_BOT_TOKEN - Get bot token

Lntechnical 31 Nov 12, 2022