File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ImGuiBase
2
+ [ ![ C++] ( https://img.shields.io/badge/language-C%2B%2B-%23f34b7d.svg?style=plastic )] ( https://en.wikipedia.org/wiki/C%2B%2B )
3
+ [ ![ Windows] ( https://img.shields.io/badge/platform-Windows-0078d7.svg?style=plastic )] ( https://en.wikipedia.org/wiki/Microsoft_Windows )
4
+ [ ![ x86] ( https://img.shields.io/badge/arch-x86-red.svg?style=plastic )] ( https://en.wikipedia.org/wiki/X86 )
5
+
6
+ A simple ImGui and Minhook .dll to allow you to create ImGui menu's alot quicker.
7
+
8
+ ##What it has to offer
9
+ * ** ImGui** - The last version of ImGui so you get the best performance and optimization possible.
10
+ * ** Minhook** - Minhook allows you to show the ImGui across anything.
11
+ * ** Injection** - All the ImGui and DirectX9 hooks I've already set up for you to supercharge your workflow.
12
+ * ** Comments** - I've provided in-depth comments for just about everything in the code.
13
+
14
+ ## FAQ
15
+
16
+ ### How do I open menu?
17
+ Press <kbd >INSERT</kbd > while focused on the window you've injected into.
18
+
19
+ ### What hooking methods have I provided?
20
+ Currently implemented hooking methods are:
21
+ * MinHook - trampoline hook
You can’t perform that action at this time.
0 commit comments