https://github.com/bfjesso/cs2-accessibility-mod
Mod for Counter Strike 2 designed to improve game accessibility
https://github.com/bfjesso/cs2-accessibility-mod
accessibility cpp game-development imgui reverse-engineering windows
Last synced: 12 months ago
JSON representation
Mod for Counter Strike 2 designed to improve game accessibility
- Host: GitHub
- URL: https://github.com/bfjesso/cs2-accessibility-mod
- Owner: bfjesso
- License: gpl-3.0
- Created: 2024-05-31T16:43:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T01:07:48.000Z (about 1 year ago)
- Last Synced: 2025-03-28T23:47:24.108Z (12 months ago)
- Topics: accessibility, cpp, game-development, imgui, reverse-engineering, windows
- Language: C++
- Homepage:
- Size: 3.09 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Counter Strike 2 game mod
This game mod is designed to improve the gameplay experience for all players in Counter Strike 2 by making it more accessible. It includes both aim assist, and visual aids to assist players in their gameplay, allowing everyone to have fun playing CS2 and ensuring that no one is excluded.
# Installation
You can build it yourself with Microsoft Visual Studio, or use the precompiled binaries already in the build folder.
# How it works
When the injector is run, the dll is manually mapped into the cs2 game process, and a new thread is created for it to run. It still relies on the windows API to do this though, as it calls RPM, WPM, CRT, etc. It also runs in user mode.
Offsets do not update automatically, but if you want you can update them yourself by editing player.h.
# Dependencies
Menu made with ImGui: https://github.com/ocornut/imgui