An offset dumper for Counter-Strike: Global Offensive written entirely in C#.
You can either build the project with the instructions below or download the prebuilt executable in releases
- Clone the repo
git clone https://github.com/KyeOnDiscord/CSGO_Offset_Dumper.git
- Goto the folder directory
cd CSGO_Offset_Dumper
- Build the project
dotnet build
- Put your config.json file into the same directory as
CSGO_Offset_Dumper.exe
. If you don't have a config.json file, you can get one from hazedumper. - Launch csgo in steam using
-insecure
so VAC is not loaded. - Open
CSGO_Offset_Dumper.exe
and your files will be dumped.
✔ Compatible with hazedumper & GH Offset Dumper config files
✔ Signature Offsets Dumper
✔ Netvar Offsets Dumper
✔ Exports all netvar classes and offsets
✔ Cheat Engine Table contains a 'Local Player' section which is readily available to modify any of the local player netvars.
✔ Dumps offsets to the following file formats:
- C++ (.h)
- C# (.cs)
- JSON (.json) (Also exports min.json which is the json in one line without line breaks)
- TOML (.toml)
- Cheat Engine's Cheat Tables (.ct)
- Add more types of entities in Cheat Table Export
- Add Class Inheritance in export using RTTI
- GH Offset Dumper's massively inspired this.
- frk1's hazedumper's config files.
- Spectre.Console for an amazing and easy way to create good looking console apps.