Code Monkey home page Code Monkey logo

discord-token-gen's People

Contributors

3281448091 avatar aholicknight avatar gtdt avatar samuelwang1-source 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discord-token-gen's Issues

Issue

when i open main.py it opens and says a email and password but they dont even work. tokens wont generate i dont know if im doing something wrong

25 Stars

Congrats, looking forward to this project.

Discord not sending verification code

Im using 5sim for sms verification and for some reason discord is not sending me the code. When I manually enter the phone number, discord sends the code to 5sim. If anyone knows why discord isn't sending the code when i'm using requests pls help me out.

Screen Shot 2022-05-09 at 11 30 10 AM

OnlineSIM not getting phone number - PLEASE HELP (Will Pay)

PS C:\Users\Administrator> & C:/Users/Administrator/AppData/Local/Programs/Python/Python310/python.exe c:/Users/Administrator/Desktop/Discord-Token-Gen-e60c731bb1c99b913186ad227ce6aed8f80fc80a/main.py
[core.Solver4d 14:56:01 INFO] Solver loaded
[main 14:56:01 CONTENT] Email: [email protected]
[main 14:56:01 CONTENT] Password: 66927f182e38dd127090
[main 14:56:06 CONTENT] Discord token: MTAwODEzMTgxMjk1NjA0OTU1MQ.GNSAU2.tUEmYmPnBKuz69itNiBQqEp-cXqp4gGxymvLn8
[core.Solver4d 14:56:06 INFO] Solver loaded
[core.PhoneNumberVerifier 14:56:07 ERROR] No number was generated by onlinesim, please coose another country_number!
[core.PhoneNumberVerifier 14:56:07 CONTENT] Number: None
[core.PhoneNumberVerifier 14:56:07 CONTENT] Onlinesim tzid: None
[core.PhoneNumberVerifier 14:56:07 INFO] succesfully registered phone number verfication task
Traceback (most recent call last):
File "c:\Users\Administrator\Desktop\Discord-Token-Gen-e60c731bb1c99b913186ad227ce6aed8f80fc80a\main.py", line 202, in
Main()
File "c:\Users\Administrator\Desktop\Discord-Token-Gen-e60c731bb1c99b913186ad227ce6aed8f80fc80a\main.py", line 74, in init
self.reg()
File "c:\Users\Administrator\Desktop\Discord-Token-Gen-e60c731bb1c99b913186ad227ce6aed8f80fc80a\main.py", line 196, in reg
).verify_phone_number()
File "c:\Users\Administrator\Desktop\Discord-Token-Gen-e60c731bb1c99b913186ad227ce6aed8f80fc80a\core\PhoneNumberVerifier.py", line 101, in verify_phone_number
if response.json()[0].get("msg") != None:
KeyError: 0
PS C:\Users\Administrator>

proxy malformed

requests.exceptions.InvalidProxyURL: Please check proxy URL. It is malformed and could be missing the host.

Proxie Error

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\util\connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 700, in urlopen
self._prepare_proxy(conn)
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 996, in _prepare_proxy
conn.connect()
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 358, in connect
self.sock = conn = self._new_conn()
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x03CBD970>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\requests\adapters.py", line 489, in send
resp = conn.urlopen(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/auth/register (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x03CBD970>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 202, in
Main()
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 74, in init
self.reg()
File "d:\onde drive\OneDrive\Desktop\Discord-Token-Gen-master\main.py", line 178, in reg
resp = requests.post("https://discord.com/api/v9/auth/register",json=param,headers=headers,proxies=self.Settings.get_proxy())
File "C:\Users\cpp35\AppData\Local\Programs\Python\Python39-32\lib\site-packages\requests\api.py", line 115, in post

Not working

python3 main.py
[core.Solver4d 05:56:42 INFO] Solver loaded
[main 05:56:42 INFO] [email protected]
[main 05:56:42 INFO] password is 92795ab49adacd296d34
Traceback (most recent call last):
File "main.py", line 196, in
Main()
File "main.py", line 73, in init
self.reg()
File "main.py", line 153, in reg
"captcha_key": self.Solver.get_captcha_key(False)
File "/Discord-Token-Gen/core/Solver4d.py", line 46, in get_captcha_key
return response.json()["solution"]["gRecaptchaResponse"]
KeyError: 'solution'

'Settings' object has no attribute 'get_proxy'

Please help, I'm getting this error and cant get past it. Tried adding you on Discord but no response. Please add me on Discord FreshDaddy#1013

Exception has occurred: AttributeError
'Settings' object has no attribute 'get_proxy'
File "C:\Users\Administrator\Desktop\Discord-Token-Gen-master\main.py", line 174, in reg
resp = requests.post("https://discord.com/api/v9/auth/register",json=param,headers=headers,proxies=self.Settings.get_proxy())
File "C:\Users\Administrator\Desktop\Discord-Token-Gen-master\main.py", line 70, in init
self.reg()
File "C:\Users\Administrator\Desktop\Discord-Token-Gen-master\main.py", line 198, in
Main()

Looks interesting

Maybe I try it. Does it still work ? And will you publish more updates?

not opening

Traceback (most recent call last):
File "C:\Users\A6MR\Desktop\New folder (2)\Discord-Token-Gen-master\main.py", line 196, in
Main()
File "C:\Users\A6MR\Desktop\New folder (2)\Discord-Token-Gen-master\main.py", line 73, in init
self.reg()
File "C:\Users\A6MR\Desktop\New folder (2)\Discord-Token-Gen-master\main.py", line 153, in reg
"captcha_key": self.Solver.get_captcha_key(False)
File "C:\Users\A6MR\Desktop\New folder (2)\Discord-Token-Gen-master\core\Solver4d.py", line 46, in get_captcha_key
return response.json()["solution"]["gRecaptchaResponse"]
KeyError: 'solution'

Suggestions for the token generator

Just get 1 ppl to buy the api key and share to public who was in the discord server.
2.Make it into webdriver and we do the captcha by ourself
3.Bypass Phone Lock Verify .... rate limits control
Thanks

sms not received

I dont get any sms, check via the api, no sms is received. Should be a problem with the phone verification task, but requests code is 204 which is correct, so Im not sure.

Token not saving in tokens.txt

Hi, it's working until the end and then it doesn't save the token, or maybe doesn't finish to create the account.

image

after this it closes

ERROR

image
[core.Solver4d 22:19:54 INFO] Solver loaded
[main 22:19:54 CONTENT] Email: [email protected]
[main 22:19:54 CONTENT] Password: a4596efe677acda1fa7c
[main 22:20:25 ERROR] Cannot fetch token - {"captcha_key": ["invalid-response"], "captcha_sitekey": "4c672d35-0701-42b2-88c3-78380b0db560", "captcha_service": "hcaptcha"}

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.