• We just launched and are currently in beta. Join us as we build and grow the community.

Discord Mass DM Tool (Bot/User)+ INSTALLATION GUIDE

ben2k3456

Process Automator
B Rep
0
0
0
Rep
0
B Vouches
0
0
0
Vouches
0
Posts
114
Likes
25
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 600 XP
Most Discord Mass DM Tools are either paid or only work with bots (so they cannot be used outside of your own server)
This one works for any user accounts and doesn't get flagged, by using the timeout dm mode.
Don't forget to appreciate the post
Guide:
Step 1
Download this zip file:
You must upgrade your account or reply in the thread to view hidden text.
Drag the folder to your desktop
Step 2
Open Launch.bat and install the required extensions
Step 3
Open the account you want to use for DM'ing, go to Settings > Advanced > Enable Developer Mode
Step 4
Open Discord in a browser window and log in
Step 5
Press CTRL + Shift + I
Go to the 'Network' Tab at the top
Type 'science' into the search box Reload page if nothing shows up
Click on it, then click on the 'Headers' Tab
Scroll down until the 'Request Headers' part
At Line 8, click on 'authorization' and copy the key
Step 6
Open settings.json
Paste the 'authorization' key inbetween the "" marks
Step 7
Open script.js with a text editor
Look for Line 16
Code:
const client = new Discord.Client();
Replace it with this code
Code:
const client = new Discord.Client({ _tokenType: '' });
Step 8 (optional)
This step is necessary incase you want to send messages that require breaks and multiple lines. Most likely you want this for advertising
Look for Line 51
Code:
MassDMTimeOut(null, timer, message);
Replace it with this code
Code:
MassDMTimeOut(null, timer, "Line1/nLine2/n/nLine3");
Using this code, the message you type into the cmd won't matter, it will always use this input. The /ntag stands for breaking the line. The output will look like this:
Step 9
Open run.bat
Always choose timeout mode (option #2)
Right click on any discord server, and choose the option at the bottom 'Copy ID'
Paste it as Guild ID
Enjoy!
You are also free to change discord mood and online mode on Line 23.
 

431,696

312,474

312,483

Top