Categories > Coding > C# >

Discord Webhook Spammer

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Posted

So I made an open-sourced webhook spammer and bootstrapper, for the spammer, which, you guessed it, spams your desired message to the webhook. Please give me credits when you give it out. For the bootstrapper, no credits required :D

 

Bootstrapper: https://github.com/TERIHAX/Simple-CSharp-Console-Bootstrapper

 

Spammer Documentation: https://github.com/TERIHAX/Webhook_Spammer/blob/main/README.md (Read bottom)

Webhook Spammer: https://github.com/TERIHAX/Webhook_Spammer

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

This is so useless and is so easy to make.

 

I used to release random projects like these but at least they were more useful :bruh:.

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@OrbitRBX no point, i was bored

  • 0

Posts: 2099

Threads: 10

Joined: Sep, 2020

Reputation: 62

Replied

Useless release /chars

  • 0

Discord : Doctor Doom#0550

Posts: 682

Threads: 66

Joined: Jun, 2020

Reputation: 36

Replied

  • 0

Moon

Moon

vip

Posts: 7434

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

@OrbitRBX

Trolling your own server?

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

  • 0

Posts: 870

Threads: 34

Joined: Aug, 2020

Reputation: 6

Replied

i- bruh i'll give you a shorter code with better performance ( hopefuly ) my syntax is probably wrong becuase i written it on notepad lol

WebClient WC { get; } =  new();

while (true)
{
    WC.UploadValues("mywebhook", new NameValueCollection { {"content", "Hello World!"} });
    Thread.Sleep(1000);
}
  • 0

Unidentified

nobody do wut i do

Posts: 384

Threads: 11

Joined: Feb, 2021

Reputation: 2

Replied

@MaximusExploit Yeah that's probably the easiest way of doing it

  • 0

Learning C++, C#, JavaScript Developer

I develop random stuff

Discord: Unidentified#1091

Posts: 24

Threads: 8

Joined: Jan, 2021

Reputation: 0

Replied

Would be a bit better if you made a little gui to input webhook and to choose if you want to delete, spam, or just send normal message to the webhook but this is really easy to make

  • 0

We learn from mistakes or experience, well negative rep it's a very good experience

Knows Lua, C#, NodeJS

Learning C++, C and Reverse Engineering

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@AnonymousErrors You can input your webhook and message read the documentation bruh

  • 0

Posts: 24

Threads: 8

Joined: Jan, 2021

Reputation: 0

Replied

@TERIHAX I know but i mean from the console not from file

  • 0

We learn from mistakes or experience, well negative rep it's a very good experience

Knows Lua, C#, NodeJS

Learning C++, C and Reverse Engineering

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@AnonymousErrors I've updated it, you can enter the details from the console now, and you can also change the avatar and username for the webhook

  • 0

Posts: 24

Threads: 8

Joined: Jan, 2021

Reputation: 0

Replied

@TERIHAX You didn't update on github, I see no Console.ReadLine() anywhere

  • 0

We learn from mistakes or experience, well negative rep it's a very good experience

Knows Lua, C#, NodeJS

Learning C++, C and Reverse Engineering

TERIHAX

i say im gay as a joke 🙀

Posts: 2239

Threads: 102

Joined: Jul, 2020

Reputation: 32

Replied

@AnonymousErrors hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )