Discord Mass Pinger is a tool that allows you to ping lots of people in a discord server multiple times!
- Ping anyone in a discord server
- Simple & effective
- Adjustable config
- Selfbot
- Rate limiter so you dont get termed
Install Python and add it to path.
Press the green box named code on the top right of your screen and then press download zip. Then extract the zip folder onto your desktop.
Open the setup.bat file and will automatically install all the python libraries required to use this file.
Now open the main.py file and enter your own token and press enter.
If you dont know how to do this watch this video -> https://www.youtube.com/watch?v=YEgFvgg7ZPI
Once the words 'Selfbot is online' appear in the terminal you can type $massping (amount) in any server and then press enter and the mass pinging will start.
You can simply stop the mass ping by typing $stop and the terminal will restart and the pinging will stop.
Still don't quite understand how to set it up? Make an issue or Click me!
If you want to add a ratelimit to the mass pinger so your less likely to get terminated by discord you can do so by editing the main.py and changing the config.
config = {
# If set to True there will be a 5 second delay between sending pings.
'ratelimit' : False
}
This mass pinger was made for educational purposes, all consequences caused by your actions are your responsibility.