rdbo / cstrike-basehook

SwapBuffers Hook + Dear ImGUI implementation for CS 1.6 (modified version of rdbo/GL-BaseHook)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter-Strike BaseHook by rdbo

This project is a basehook for the game Counter-Strike specifically. For a more global version, use rdbo/GL-BaseHook. It hooks the function wglSwapBuffers and the Window Proc, and implements Dear ImGUI using my memory lib.

How to use

First of all, you have to make sure you have Visual Studio installed.
Then, you just need to open the solution on VS and do the changes you want.
I also recommend turning on the option Show All Files on Visual Studio for a better view of the project.
Have fun!

About

SwapBuffers Hook + Dear ImGUI implementation for CS 1.6 (modified version of rdbo/GL-BaseHook)


Languages

Language:C++ 53.7%Language:C 45.6%Language:CMake 0.5%Language:Objective-C 0.2%