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:password@ip: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
A tiktok mass account creator with undetected selenium and email verification, to bot an account

⚠️ STILL UNDER DEVELOPEMENT - v1.1-beta ⚠️ Adding PROXY ROTATION Adding EMAIL VERIFICATION Adding USERNAME COMPILER Tiktok Mass Bot Creator v1.1-beta

xtekky 11 Aug 1, 2022
A simple Facebook Account generator, written in python (needs different Email so Accounts do not get banned)

FacebookAccountGenerator FAB is a Facebook-Account generating script, written in python Installation Use the package manager pip to install selenium p

MrOverload 7 Jan 5, 2023
Activate exitlag trial accounts

Exitlag Account Activator Activate exitlag trial accounts (unlimited trial accounts) ⭐ If you want to support me, follow me on github and star the pro

Benjamin 173 Nov 10, 2022
Send SMS text messages via email with as many accounts as you want :)

SMS-Spammer Send SMS text messages via email with as many accounts as you want :) Example Set Up Guide! To start log into the gmail account you would

Riceblades11 10 Oct 25, 2022
An Advance Discord Generator Written in python Verified Email and Phone Number For Free!

Intro An Advance Discord Generator Written in python It can generate nearly fully verified tokens USAGE put server invite code inside ( invitecode = "

null 36 May 2, 2022
An hcaptcha-solving discord account generator; capable of randomizing names, profile pictures, and verifying phone numbers.

discord-account-generator An hcaptcha-solving discord account generator; capable of randomizing names, profile pictures, and verifying phone numbers.

Acier 61 Dec 10, 2022
Create Discord Accounts Semi-Automatically Without Captcha Solving API Key

Discord-Account-Generator Create Discord Accounts Semi-Automatically without captcha solving api key IMPORTANT: Your chromedriver version should be th

NotSakshyam 11 Mar 21, 2022
A python library for anti-captcha.com

AntiCaptcha A python library for anti-captcha.com Documentation for the API Requirements git Install git clone https://github.com/ShayBox/AntiCaptcha.

Shayne Hartford 3 Dec 16, 2022
A python script to send sms anonymously with SMS Gateway API. Works on command line terminal.

incognito-sms-sender A python script to send sms anonymously with SMS Gateway API. Works on command line terminal. Download and run script Go to API S

ʀᴇxɪɴᴀᴢᴏʀ 1 Oct 25, 2021
A powerfull SMS Bomber for Bangladesh . NO limite .Unlimited SMS Spaming

RedBomberBD A powerfull SMS Bomber for Bangladesh . NO limite .Unlimited SMS Spaming Installation Install my-tool on termux by using thoes commands pk

Abdullah Al Redwan 3 Feb 16, 2022
A discord token creator that uses the service capmonster for captcha solving!

Discord Token Creator A discord token creator that uses the service capmonster for captcha solving! Report Bug · Request Feature Features Autojoin dis

dropout 41 Oct 25, 2021
This project checks the weather in the next 12 hours and sends an SMS to your phone number if it's going to rain to remind you to take your umbrella.

RainAlert-Request-Twilio This project checks the weather in the next 12 hours and sends an SMS to your phone number if it's going to rain to remind yo

null 9 Apr 15, 2022
An simple python script for remove rockstar account for fivem, very useful for cheating or change account for unban from an server, remember change steam account.

This tool is used for be unbanned from servers, u need disconnect the discord, use other steam account and uninstall xbox for be unbanned 100%, it only work for unban in server, not global

MiguDEV 4 Oct 10, 2022
I was sick of having to hand my friends my phone, so I gave my Spotify some SMS features!

SMSpotifY Just a little tool so that my friends can text a phone number and add to my spotify queue for parties and such:) Features Roles / Access Con

Sara 2 Jan 17, 2022
A python script that can send notifications to your phone via SMS text

Discord SMS Notification A python script that help you send text message to your phone one of your desire discord channel have a new message. The proj

null 2 Apr 25, 2022
Anti-corruption-bot - Anti corruption bot with python

anti-corruption-bot Test API (running via Flask) is currently hosted at https://

Richard Bankole 2 Feb 16, 2022
Bypass Hcaptcha Purely based on http requests, Creates unlocked discord accounts if used correctly

hcaptcha-bypass-discord Bypass HCAPTCHA purely based on http requests Works for discord dosen't create locked accounts :)) HOW TO USE ◉ add the hcapby

Avenger 80 Dec 22, 2022
Roblox-Account-Gen - A simple account generator not using paid solving services

Roblox Account Generator Star this if it helped to spread awareness! No 2captcha

x 1 Feb 17, 2022