Skip to content

yurtrimu/discord-webhook-nuker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🟩 Discord Webhook Nuker 🟩 Working

Discord Webhook Nuker is for nuking a webhook.

Questions?

- I gladly answer your questions on the discord server.

Usage

#include "webhook.hpp"

int main()
{
    curl_global_init(CURL_GLOBAL_ALL);

    // nuke_webhook(
    // webhook_url, 
    // webhook_name,
    // nuke_string,
    // message_count,    - OPTIONAL  
    // populate_string,  - OPTIONAL  send message_count messages of duplicated nuke_string
    //                                       ((2000 / nuke_string.length()) * message_count) times
    // avatar_url,       - OPTIONAL  a nuke image has been hardcoded haha
    // )

    nuke_webhook("URL", "NUKED_BY_YURTRIMU", "nukedNUKED", true, 5);

    curl_global_cleanup();
}

Example.png

alt text

Operating System

  • Below Windows 7 - 🟦 Untested
  • Windows 7 - 🟦 Untested
  • Windows 10 - 🟩 Working
  • Windows 11 - 🟦 Untested
  • Mac OS - 🟦 Untested
  • Linux - 🟦 Untested

Requirements

You need to have the OpenSSL library installed and linked to your compiler.

You need to have the CURL library installed and linked to your compiler ( _ STATIC _).

Linker

  • libcrypto.lib
  • libssl.lib
  • openssl.lib
  • libcurl_a.lib
  • crypt32.lib
  • ws2_32.lib
  • wldap32.lib
  • normaliz.lib

Compiling

  • Build - 🟦 Untested
  • Release - 🟩 Working
  • C++11 - 🟦 Untested
  • C++14 - 🟩 Working
  • C++17 - 🟩 Working
  • C++20 - 🟩 Working

Contributing

Pull requests are welcome.

Legal Disclaimer

🟥 The content provided is for educational and informational purposes only. 🟥