NepMods / Aide-Imgui

Imgui Project Based On Dear IMGUI, For Aide Users.
GNU General Public License v3.0
25 stars 16 forks source link

Unity Imgui

Change log:

-> Fixed for Aide
-> Added ByNameModding library
-> Touch Fixed [ Need One Offset ]
-> Made Code Cleaner 
-> Made Easy 
-> I Wont Work On This Anymore
-> Added Univarsal Touch

Still Not For Newbies

Invoke Code


    const-string v0, "nepGUI"

    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

Start A Window

   ImGui::Begin("Window Name", bool_isActive, ImGuiWindowFlags);
   ImGui::End();

   Example:

   ImGui::Begin("Test Windoe, nullptr);
   ImGui::End();

Add A Widget

   bool GodMod = false;
   ImGui::Checkbox("My Checkbox", &GodMod);

   if(ImGui::Button("My Button")) {
       GodMod = !GodMode;
   }

More

For More, Check the ImGui_Demo

https://github.com/NepMods/Aide-Imgui

join For Help: https://t.me/CheaterNeverDies
https://t.me/YourAnnonOne