P0rtal stands as an open-source and freely accessible tool enabling you to execute nuke and raid actions through a dedicated Discord bot.
Disclaimer: This program is provided for educational and research purposes only. The creator of this program does not condone or support any illegal or malicious activity and will not be held responsible for any such actions taken by others who may use this program. By downloading or using this program, you acknowledge that you are solely responsible for any consequences that may result from the use of this program.
- Python 3.x
- Discord.py
- Other dependencies listed in
requirements.txt
To install P0rtal, you have two options:
- Run
setup.bat
if available. - Or run
pip install -r requirements.txt
manually.
-
Webraid:
- Spam webhooks
- Tag everyone & here
- Custom message
- Custom channel name
- Delete all channels
- Ban all bots
-
DM Raid:
- DM everyone in the server
- Custom message
- Tag the person who you're DMing
-
Nuke Server:
- Remove server icon
- Change server name
- Delete all channels
- Delete all roles
- Delete all emojis
- Delete all webhooks
- Delete all invites
- Unban everyone
- Ban all members
- Custom ban message
-
Role Raid:
- Create roles
- Apply to everyone
- Custom role color
- Custom role name
- Role hoist
- Role mention
- Role mute
- Delete all other roles
To run the bot:
- Install dependencies by following the installation steps.
- Configure bot settings in
config.json
. - Run the bot using
python main.py
.
This project is open for contributions. Feel free to fork the project, make changes, and submit pull requests.
This project is licensed under the GNU General Public License v3.0.