Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1984

[C#, HELP] Discord DM Spammer

by brkbey - 21 December, 2019 - 06:44 PM
This post is by a banned member (brkbey) - Unhide
brkbey  
Registered
2
Posts
1
Threads
4 Years of service
#1
Hello everyone! I am working on a discord spammer. I am found a channel spammer and i tried to change it to dm spam but its not worked. Can someone help me? I tried to change 'https://discordapp.com/api/v6/channels/' to 'https://discordapp.com/api/v6/users/'  and i put user id but its not worked. Please help me i want it. This is the channel spammer code:
Quote:spam = true;
            new Thread((ThreadStart)delegate
            {
                if (spam)
                {
                    while (spam)
                    {
                        using (WebClient webClient = new WebClient())
                        {
                            using (StreamReader streamReader = File.OpenText("tokens.txt"))
                            {
                                string[] array = streamReader.ReadToEnd().Split("\r\n".ToCharArray(), StringSplitOptions.RemoveEmptyEntries);
                                string[] array2 = array;
                                foreach (string value in array2)
                                {
                                    try
                                    {
                                        NameValueCollection data = new NameValueCollection
                                        {
                                            ["content"] = msg.Text
                                        };
                                        webClient.Headers["authorization"] = value;
                                        byte[] array3 = webClient.UploadValues("https://discordapp.com/api/v6/channels/" + channelid.Text + "/messages", data);
                                    }
                                    catch
                                    {
                                    }
                                }
                            }
                        }
                    }
                }
            }).Start();
This post is by a banned member (brkbey) - Unhide
brkbey  
Registered
2
Posts
1
Threads
4 Years of service
#2
(This post was last modified: 22 December, 2019 - 09:40 PM by brkbey.)
This is a bump

Delete the thread mods. Problem solved

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)