DiscordRAT icon indicating copy to clipboard operation
DiscordRAT copied to clipboard

Discord Remote Administration Tool fully written in Python3

Results 17 DiscordRAT issues
Sort by recently updated
recently updated
newest added

bug solution for pyinstaller binary error

![Screenshot 2021-12-22 191144](https://user-images.githubusercontent.com/93101797/147168948-f8239be3-bd76-4297-acf9-a0bbc459f4b2.png)

Running setup.py install for psutil ... error ERROR: Command errored out with exit status 1: command: 'C:\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\justi\\AppData\\Local\\Temp\\pip-install-s281ilnp\\psutil_ca3c391a5e9143b191e219eeba1869ad\\setup.py'"'"'; __file__='"'"'C:\\Users\\justi\\AppData\\Local\\Temp\\pip-install-s281ilnp\\psutil_ca3c391a5e9143b191e219eeba1869ad\\setup.py'"'"';f =...

i think the tool has great potential, and can easily be used in many scenarios. however i looked at the code and there are ALOT of issues ill start out...

hi i used your script a few months ago and it worked. Now, when I start, I see errors like this ![image](https://user-images.githubusercontent.com/64309709/140613648-519cc936-ad1b-46af-8d20-18d2fa6f28ea.png) ![image](https://user-images.githubusercontent.com/64309709/140613652-bacd92f4-e3ca-49f5-ae9a-4fc1505724e2.png) ![image](https://user-images.githubusercontent.com/64309709/140613661-8918e2e5-fbeb-4674-8de4-cc6f2da9529b.png) I just removed the error lines...

Ignoring exception in on_ready Traceback (most recent call last): File "C:\Users\Marc\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "C:\Users\Marc\Desktop\Discord-RAT-main\DiscordRAT.py", line 107, in on_ready newchannel = await client.guilds[0].create_text_channel(channel_name) IndexError: list...

When i try doing the commands it says this " if message.channel.name != channel_name: NameError: name 'channel_name' is not defined" not sure how to fix