Code Monkey home page Code Monkey logo

discord-multitoolpy's Introduction

discord-multitoolpy's People

Contributors

shahzain345 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

discord-multitoolpy's Issues

Is this a discord token?

Sorry for the very tedious question.
Is this token a discord developer token registered on each discord account?
Because I am confused about how to use token in this project.

image

How to properly input proxies

I have my own proxylist. The problem being I don't know how to actually make the tool use those because it does not connect properly to the proxies in the list, even though most of them are working. How do I correctly input the proxies in the txt. file?

not working anymore

idk when i put join server it puts me this
Expecting value: line 1 column 1 (char 0)

same for my friend

Username changing And join server captcha not working

Username changing isn't working. I guess it now requires to be connected to gateway to change username and avatar.
Tried joining servers and it starts to require captcha after one or two server joining and anti-captcha isn't helping in this.
It says this in captcha_key=["you need to update your app"] and doesn't work.

currently patched

currently i tried with checker and it gives me all invalid when they are not,
and in joiner it gives:
Illegal header value b'OTY1OTMxNTUxMjQwMTEwMTAw.Yl6X_g.l2jskjXBjp9YcOy2SfruQnOwOmY '

so yea discord patched all the tools, we would really like if you unpatch this like vanshaj did, because you are really helping us to raid server with this tool, and so if you fix it im sure i will give you a little donation.
keep it up

token joiner patched

the token joiner now it's patched because discord added new tokens and this joiner don't support

when release date new update with option fixed?

some error with proxy

When I try to use proxy I get this:
I'm sure that my proxies are working

` Traceback (most recent call last):
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_exceptions.py", line 8, in map_exceptions
yield
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore\backends\sync.py", line 82, in connect_tcp
sock = socket.create_connection(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\socket.py", line 843, in create_connection
raise err
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\socket.py", line 831, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_transports\default.py", line 60, in map_httpcore_exceptions
yield
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_transports\default.py", line 218, in handle_request
resp = self._pool.handle_request(req)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\connection_pool.py", line 253, in handle_request
raise exc
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\connection_pool.py", line 237, in handle_request
response = connection.handle_request(request)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\http_proxy.py", line 255, in handle_request
connect_response = self._connection.handle_request(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\connection.py", line 86, in handle_request
raise exc
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\connection.py", line 63, in handle_request
stream = self._connect(request)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_sync\connection.py", line 111, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore\backends\sync.py", line 82, in connect_tcp
sock = socket.create_connection(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 135, in exit
self.gen.throw(type, value, traceback)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpcore_exceptions.py", line 12, in map_exceptions
raise to_exc(exc)
httpcore.ConnectError: [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение

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

Traceback (most recent call last):
File "C:\Users\asus\Desktop\2\Discord-MultiToolPY-main\main.py", line 375, in
menu()
File "C:\Users\asus\Desktop\2\Discord-MultiToolPY-main\main.py", line 198, in menu
req1 = getInviteInfo(rawInvite)
File "C:\Users\asus\Desktop\2\Discord-MultiToolPY-main\utils.py", line 68, in getInviteInfo
res = client.get(f'https://discord.com/api/v9/invites/{rawInvite}?with_counts=true', headers={
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 1025, in get
return self.request(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 802, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 889, in send
response = self._send_handling_auth(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 917, in _send_handling_auth
response = self._send_handling_redirects(
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 954, in _send_handling_redirects
response = self._send_single_request(request)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_client.py", line 990, in _send_single_request
response = transport.handle_request(request)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_transports\default.py", line 218, in handle_request
resp = self._pool.handle_request(req)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\contextlib.py", line 135, in exit
self.gen.throw(type, value, traceback)
File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\httpx_transports\default.py", line 77, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение

Process finished with exit code 1`

suggestion

THIS TOOL IS OP.
Why not add reaction spammer? its good for bypassing reactions

dead project?

man we need this unpatched, u said 1 month ago you are working on it but yo we need it, did you give up?

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.