gitextract_ynex576m/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── KBotExt/ │ ├── Auth.cpp │ ├── Auth.h │ ├── ChampsTab.h │ ├── Config.h │ ├── CustomTab.h │ ├── Definitions.h │ ├── DirectX.cpp │ ├── DirectX.h │ ├── GameTab.h │ ├── Includes.h │ ├── InfoTab.h │ ├── KBotExt.cpp │ ├── KBotExt.vcxproj │ ├── KBotExt.vcxproj.filters │ ├── KBotExt.vcxproj.user │ ├── LCU.cpp │ ├── LCU.h │ ├── LoginTab.h │ ├── Misc.h │ ├── MiscTab.h │ ├── ProfileTab.h │ ├── SettingsTab.h │ ├── SkinsTab.h │ ├── Utils.cpp │ ├── Utils.h │ ├── base64.h │ └── imgui/ │ ├── imconfig.h │ ├── imgui.cpp │ ├── imgui.h │ ├── imgui_draw.cpp │ ├── imgui_freetype.cpp │ ├── imgui_freetype.h │ ├── imgui_impl_dx11.cpp │ ├── imgui_impl_dx11.h │ ├── imgui_impl_win32.cpp │ ├── imgui_impl_win32.h │ ├── imgui_internal.h │ ├── imgui_tables.cpp │ ├── imgui_widgets.cpp │ ├── imstb_rectpack.h │ └── imstb_textedit.h ├── KBotExt.sln └── README.md