Add custom connections to your Discord profile! (working a on new exploit, Discord Patched old version)
First Navigate to Discord in the browser to find your authorization token
-
On Windows:
- Download and extract the
win-gui.zip
file - Double click on
exploit.bat
- The GUI will start, allowing you to add connections!
- Download and extract the
-
On Linux:
- Download and extract the
linux-gui.zip
file - Open a terminal inside the directory (Right Click -> Open in terminal)
- Type in
./exploit
and hit Enter - The GUI will start, allowing you to add connections!
- Download and extract the
- Download the
Python-Code/CustomConnections.py
file - Navigate to Discord in the browser to find your authorization token
- Using python, execute CustomConnections.py (make sure you installed requests eg: pip install requests)
- To remove, just change the script to DELETE instead of PUT, or just remove from Discord manually in your settings!
Be careful of the "contacts" endpoint, it will cause your Discord to crash until removed!
I will be adding some more methods in the future, check back for an update