Discord-RAT icon indicating copy to clipboard operation
Discord-RAT copied to clipboard

Discord Remote Administration Tool fully written in Python3

Results 20 Discord-RAT issues
Sort by recently updated
recently updated
newest added

when ran will this send me their browser cookie aswell

Hi, my Rat is working fine but when i use the gettokens command, it shows an error saying ``` No module named 'Cryptodome' ``` I'm pretty sure I have it...

Hi, I am trying to compile and I am getting an error File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 582, in get_package_paths raise ValueError(f"Package '{package}' does not exist or is not a package!") ValueError:...

please someone help ![image_2024-01-16_180718116](https://github.com/moom825/Discord-RAT/assets/142870454/53e80fd4-3c9d-4f95-bd93-b3998c206d1c)

this bot is pretty outdated and has a lot of issues, it SHOULD be updated. it has issues like intents not existing, doesnt work in dms. etc.. I am probably...

C:\Users\ramil\OneDrive\Рабочий стол\инфв\wht\Discord-RAT-main>py DiscordRAT.py Traceback (most recent call last): File "C:\Users\ramil\OneDrive\Рабочий стол\инфв\wht\Discord-RAT-main\DiscordRAT.py", line 13, in import discord ModuleNotFoundError: No module named 'discord'

Ive got all Intents on and i dont use v2 bc it just closes and startup doesent work also it doesent have a keylogger. "This error message is indicating that...

Line **30**: ```diff - client = discord.Client() - bot = commands.Bot(command_prefix='!') + intents = discord.Intents.default() + intents.message_content = True + client = discord.Client(intents=intents) + bot = commands.Bot(intents=intents, command_prefix='!') ```

Ok hello so the script does not work because of a discord update so im gonna tell u how to make it work so in line 31 "i dont know...