Skip to content

KyeOnDiscord/CSGO_Offset_Dumper

Repository files navigation

CSGO Offset Dumper

CS:GO on steam GitHub issues GitHub stars

An offset dumper for Counter-Strike: Global Offensive written entirely in C#.

Getting Started

You can either build the project with the instructions below or download the prebuilt executable in releases

Prerequisites

  • .NET 6 SDK

Building the Project

  1. Clone the repo
    git clone https://github.com/KyeOnDiscord/CSGO_Offset_Dumper.git
  2. Goto the folder directory
    cd CSGO_Offset_Dumper
  3. Build the project
    dotnet build

Usage

  1. 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.
  2. Launch csgo in steam using -insecure so VAC is not loaded.
  3. Open CSGO_Offset_Dumper.exe and your files will be dumped.

Features

✔ 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:

To Do:

  • Add more types of entities in Cheat Table Export
  • Add Class Inheritance in export using RTTI

Built With

Acknowledgments