Skip to content

DropDown ClickGUI with dark stylization.

License

Notifications You must be signed in to change notification settings

kausello/ClickGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickGUI

Simple DropDown ClickGUI for Minecraft hacked clients.

Peek

ClickGUIp

Main Client Class

Your code of the main hacked client class should look like this. (Make sure SettingsManager is first!)

private SettingsManager settingsManager;
private ClickGui clickGui;

public final void onLoadClient() {
    settingsManager = new SettingsManager();
    clickGui = new ClickGui();

public SettingsManager getSettingsManager() {
        return settingsManager;
    }

public ClickGui getClickGui() {
        return clickGui;
    }

ClickGUI Module Class

Your code of the main ClickGUI Module class should look like this.

@Override
    public void onEnable() {
        mc.displayGuiScreen(Flerovium.INSTANCE.getClickGui());
        toggle();
    }
}

Finishing

You can now. use ClickGUI.

Credits

License

ClickGUI is licensed under GNU AGPLv3, a free and open-source license. For more information, please see the license file.

About

DropDown ClickGUI with dark stylization.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages