Skip to content

Milk-Projects/nitro-generator

 
 

Repository files navigation

Discord Nitro Generator with Checker

This project is a Discord gift (Nitro) generator with a checker. It allows you to generate Discord Nitro gift codes and verify their validity.

Usage

To use the generator, follow these steps:

  1. Install Java on your device.

  2. Download the jar file for this project.

  3. Open a command prompt or terminal.

  4. Navigate to the directory where you downloaded the jar file.

  5. Run the following command:

    java -jar <file-name>.jar <number>
    java -jar <file-name>.jar google 

Requirements

  • Java: Make sure you have Java installed on your device.

  • Dependencies: If you want to use the source code, you need to include the following library dependency in your project configuration:

<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>okhttp</artifactId>
  <version>4.9.1</version>
</dependency>

Contributing

Contributions to this project are welcome. If you find any issues or have any suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Screenshots

image

About

discord gift generator with checker !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%