Skip to content

Night-Client/NightClientV2

Repository files navigation

NightClient V2

NightClient is a minecraft utility client I made for vannila Minecraft.

Usage

Download

Download the jar from releases

Controls

Press right shift to open gui
Type .cmd in chat to see commands
To rebind keys go to controls -> keybinds and scroll down
Left click on a module to toggle it
Middle click on a module to go to the next mode

Version

Made for minecraft fabric 1.21

Warning

Do not use on servers with an anticheat

Help

If your GUI does not fit the screen:
Change your ui scale to a smaller value
(hope to fix this bug soon)

Features

Crappy GUI

gui GUI needs some help and requires a small ui scale

Commands

commands
Messages that start with . are cancelled and interpreted as commands

Multiple Modes

Multiple modes in one module

Option Saving

Save your selected modes when closing the game

Version

1.21 fabric

Coding

Easily Expandable

module example Make a java file that extends Module and if you want to use events ModuleEvents (optional)

command example Make a java file that extends Command

Modular

Easily expand on the client

Event System

events Multiple cancelable events

(Images are from v1.0)