RiptermsGhost icon indicating copy to clipboard operation
RiptermsGhost copied to clipboard

How can i add more features

Open alrohax opened this issue 1 year ago • 1 comments

How can i add more features my self, such as an Auto Clicker i know how to code the auto clicker but i dont know how to implement it into the gui

alrohax avatar Jan 22 '24 21:01 alrohax

look at Ripterms/Modules/Modules.h, try to replicate how other modules are implemented. It's not the best structure, but basically each module is a class that overrides void renderGUI(), inside this function it can use ImGUI functions. Then a new instance of that class is stored in the modules map, and it will be executed and displayed on the GUI. Can't really tell more than that, it just requires c++ and ImGui knowledge

Lefraudeur avatar Feb 06 '24 20:02 Lefraudeur