Skip to content

An Advanced Discord Webhook Spammer With JSON Implementation coded purely in GOLang

Notifications You must be signed in to change notification settings

mollyjaw/KyaniteWebhookSpammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Webhook Spammer

A simple app that repeatedly spams a Discord Webhook with a Custom Message and a Custom Username

Features

  • Custom Webhook Profile
    • Username
  • JSON Implementation
    • Custom Username
    • Custom Message
  • Custom Input
    • Webhook URL
    • Spam Amount
  • Rate Limit Detection

Installation

go mod init main.go
go mod tidy

Setup

Edit main.json

{
  "Username": "Any Username Here",
  "Messages": "Any Message Here"
}

Just replace the values (without removing the quotes)

Screenshots

App Screenshot

References

About

An Advanced Discord Webhook Spammer With JSON Implementation coded purely in GOLang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages