DirectX9 hooking for Conquer Online with ImGui overlay
- Tested on Conquer Online game versions
- Compile on Release & x86
- Uses MinHook for function hooking
- ImGui overlay (toggle with INSERT key)
- Features: Always Jump, Wireframe/Chams, String modification
- Select Release configuration and x86 platform
- Build the solution
- Output:
Release/Chat.dll
- Rename original
Chat.dlltoOChat.dllin the game'folder - Copy compiled
Chat.dllto the same folder - Launch the game (no injector needed)
- Press INSERT to toggle ImGui interface
- Remove proxy code from
src/hooks/proxy.cppandsrc/dllmain.cpp - Compile as regular DLL
- Inject the DLL into the game process
- Press INSERT to toggle ImGui interface
Based on examples and concepts from co-stuff/posts
