PatFDev / DiscordNitroGen

A Go script for automating Discord Nitro free trial generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Nitro Free Trial Generator

This Go script generates Discord Nitro free trials and saves the access details in output.txt. It automates requests to the Discord API to retrieve trial tokens which are then formatted and stored for easy access.

Prerequisites

Before you can run this script, ensure you have the following installed:

  • Go (Golang) - The programming language used to write and run the script.
  • Git - For cloning the repository.

Installation

Follow these steps to get the script running on your system:

  1. Clone the Repository:

    git clone https://github.com/PatFDev/DiscordNitroGen
    cd DiscordNitroGen
  2. Download Dependencies: The script uses the github.com/google/uuid package to generate UUIDs. Install it using:

    go get github.com/google/uuid

Running the Script

To run the script, use the following command in the terminal:

go run .

About

A Go script for automating Discord Nitro free trial generation.


Languages

Language:Go 100.0%