ReboundGuardian will add a member once its kicked from a group,
which in theory will make you unkickable from that group,
have 2 accounts in accounts.json
and it is almost impossible to kick you,
3 accounts = godmode
ReboundGuardian is a self-bot written in Node.js that helps you automatically re-add members who have been removed from a group chat on Discord. It leverages the Discord.js library to achieve this functionality.
A second tool that will neutralize this tool. AntiReboundGuardian
- Clone the repository or download the source code.
- Open a terminal or command prompt and navigate to the project directory.
- Run the following commands to install the required dependencies:
npm install discord.js-selfbot-v13
npm install xmlhttprequest
-
Create a new file called
accounts.json
in the project directory. -
Edit
accounts.json
and populate it with the Discord account information in the following format:{ "accounts": [ { "token": "YOUR_DISCORD_TOKEN" }, { "token": "ANOTHER_DISCORD_TOKEN" } ] }
Add as many accounts as you need, following the same structure. Make sure to replace
YOUR_DISCORD_TOKEN
with your Discord token. You can find your token by following the instructions here.
-
Open a terminal or command prompt and navigate to the project directory.
-
Run the following command to start the Discord ResilientBot:
node index.js
The bot will log in with each account specified in
accounts.json
and monitor the group chats for member removal events. When a member is removed, the bot will automatically re-add the member if their ID matches any of the user IDs of the clients. -
The console will display logs indicating the status of each client and the re-addition of members.
Exmaple log:
- Discord self-bots are against Discord's Terms of Service. Use this bot at your own risk, as it may lead to the suspension or termination of your Discord account.
- This bot is intended for educational or personal use only. Do not use it for malicious purposes.
- A youtube video: https://www.youtube.com/watch?v=paaUW0lG55Y
- This tool was made by fknMega