An open API service indexing awesome lists of open source software.

https://github.com/rdbo/cstrike-basehook

SwapBuffers Hook + Dear ImGUI implementation for CS 1.6 (modified version of rdbo/GL-BaseHook)
https://github.com/rdbo/cstrike-basehook

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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!