Such guis are not difficult to create. You only need 4 classes for this
1. ClickGui (extends GuiScreen)
2. Panel
3. Module
4. Settings
From the very beginning you create the ClickGui class and inherit from GuiScreen, also create a sheet from Panel and in the constructor or initGui() initialize...