Coder Social home page Coder Social logo

discord-tokens-generator's Introduction

discord-tokens-generator

INFO

  • This is a Simple Discord Token Generator which creates unverified discord accounts
  • These accounts are good for member boosting for your server or for raiding
  • Uses HCAPTCHA Bypass
  • Accounts created are unlocked!

Requirements

  • Brain
  • Download & put the hcaptcha.py file inside the project folder, check my hcaptcha bypass repo for the file
  • httpx https://pypi.org/project/httpx/
  • Rotating Proxies

USAGE

  • put server invite code inside ( invitecode = "") so that the accounts will join the server after creation
  • add proxies inside "all://": "http://username:pass@ip:port" or "all://": "http://ip:port" depending on your proxies authentication
  • add proxies inside hcaptcha bypass too > proxy="username:password@ip:port" or proxy="ip:port"
  • Enjoy!

Why Release this?

The release of "astaroth" and some other gen sources that went public caused increase in number of skids and they all started their tokens shop ๐Ÿคก i wanna get rid of them so i'll be sending this to discord to patch fuck you skids!!

Contact

  • Discord : Avenger#7501

discord-tokens-generator's People

Contributors

avengy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

discord-tokens-generator's Issues

Doesn't work

says a load of errors when trying to connect.

keyError = 'token'

File "C:\Users\user\Desktop\project\token_gen\test.py", line 135, in register
token = registerreq.json()['token']
KeyError: 'token'

How do you fix this?

error on python generator.py

Exception in thread Thread-94 (manager):
Traceback (most recent call last):
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_exceptions.py", line 8, in map_exceptions
    yield
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/backends/sync.py", line 57, in start_tls
    raise exc
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/backends/sync.py", line 52, in start_tls
    sock = ssl_context.wrap_socket(
  File "/data/data/com.termux/files/usr/lib/python3.10/ssl.py", line 513, in wrap_socket
    return self.sslsocket_class._create(
  File "/data/data/com.termux/files/usr/lib/python3.10/ssl.py", line 1071, in _create
    self.do_handshake()
  File "/data/data/com.termux/files/usr/lib/python3.10/ssl.py", line 1342, in do_handshake
    self._sslobj.do_handshake()
TimeoutError: _ssl.c:980: The handshake operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions
    yield
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_transports/default.py", line 218, in handle_request
    resp = self._pool.handle_request(req)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", line 253, in handle_request
    raise exc
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", line 237, in handle_request
    response = connection.handle_request(request)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_sync/connection.py", line 86, in handle_request
    raise exc
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_sync/connection.py", line 63, in handle_request
    stream = self._connect(request)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_sync/connection.py", line 150, in _connect
    stream = stream.start_tls(**kwargs)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/backends/sync.py", line 49, in start_tls
    with map_exceptions(exc_map):
  File "/data/data/com.termux/files/usr/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpcore/_exceptions.py", line 12, in map_exceptions
    raise to_exc(exc)
httpcore.ConnectTimeout: _ssl.c:980: The handshake operation timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/data/com.termux/files/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/data/data/com.termux/files/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/data/data/com.termux/files/home/downloads/Discord-Tokens-Generator/generator.py", line 154, in manager
    register(invitecode)
  File "/data/data/com.termux/files/home/downloads/Discord-Tokens-Generator/generator.py", line 50, in register
    getcookie = httpx.get("https://discord.com/register").headers['set-cookie']
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_api.py", line 189, in get
    return request(
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_api.py", line 100, in request
    return client.request(
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_client.py", line 815, in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_client.py", line 902, in send
    response = self._send_handling_auth(
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_client.py", line 930, in _send_handling_auth
    response = self._send_handling_redirects(
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_client.py", line 967, in _send_handling_redirects
    response = self._send_single_request(request)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_client.py", line 1003, in _send_single_request
    response = transport.handle_request(request)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_transports/default.py", line 217, in handle_request
    with map_httpcore_exceptions():
  File "/data/data/com.termux/files/usr/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectTimeout: _ssl.c:980: The handshake operation timed out```

site key??

how the fuck am I gonna get a discord admin site key... thats not bypass mate

Server invite functin not working

File "C:/Users/user/Downloads/Discord-Tokens-Generator-main/Discord-Tokens-Generator-main/generator.py", line 154, in manager
register(invitecode)

bypass clipped

registerreq.json() returns

{'captcha_key': ['captcha-required'], 'captcha_sitekey': 'f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34', 'captcha_service': 'hcaptcha'}

pls accept my friend req bruv

had to do some debugging, but I got it working and this shit is dope. I thought abt doing something like this after I learned about the hcaptcha accessibility bypass but never got around to coding it up and def wouldn't have done as good of a job.

Hey mate

Where is the link to the hcaptcha bypass repo? Mind dropping it below please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.