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)
- Host: GitHub
- URL: https://github.com/rdbo/cstrike-basehook
- Owner: rdbo
- Created: 2020-12-22T03:52:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T17:02:49.000Z (over 5 years ago)
- Last Synced: 2025-04-10T01:15:16.099Z (about 1 year ago)
- Language: C++
- Size: 6.72 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!