PHP discord spammer for Pokecord
Language: PHP and JS.
Discord API v6
- Spam messages with random content & length
- Delay between sending
- Multiple accounts
- Download and Install XAMPP
- Go to C:\xampp\htdocs\
- Make a folder called "php-discord-spammer"
- Drag and drop all files inside the folder
- Do configurations steps(below)
Step 1: Edit file api.php
$channelid = '0123456789'; //Change the number to your spam channel id
...
Step 2: Edit file spam.php
...
let token = "your-token-here"; //Change your-token-here text to your account token
...
window.setInterval(function () {
spam();
}, 3000); // Change Interval here to test. For eg: 5000 for 5 sec
Step 3: Multiple accounts(optional)
Copy spam.php to "spam1.php", "spam2.php", "spam3.php"...
Repeat step 2 with another user token(another account) for each file
To stop scripts just close those tabs or stop apache in XAMPP Control Panel
- XAMPP Control Panel -> Start Apache
- Go to localhost/php-discord-spammer in your browser
- Right click "spam.php", "spam1.php", "spam2.php", "spam3.php"... Open each in new tab
- Keep those tabs open on your browser
- Don't use your main account for spamming be cause it will be banned by discord after 1-2 weeks, just create alt accounts(use some temporary email websites for register and active discord account)
- You need to know how to get your user token and channel id from discord for configuration, and user must be invited to that channel