Kyxnite / KyaniteWebhookSpammer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%