Counter-Strike 2 Offset/Interfaces Dumper
Go to file
a2x 058d471ba8 Merge output files into correct subfolder 2024-03-29 01:54:30 +10:00
output Merge output files into correct subfolder 2024-03-29 01:54:30 +10:00
src Revert renaming class, enum and field names 2024-03-29 01:51:20 +10:00
.editorconfig Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
.gitattributes Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
.gitignore Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
Cargo.toml Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
LICENSE Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
README.md Update README.md 2024-03-28 14:50:53 +01:00
config_linux.json Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
config_win.json Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00
rust-toolchain.toml Create rust-toolchain.toml 2023-11-04 12:39:57 +10:00
rustfmt.toml Merge `dev` branch into `main` 2024-03-28 22:19:20 +10:00

README.md

cs2-dumper

An external offset/interface dumper for Counter-Strike 2, with support for both Windows & Linux.

Powered by memflow.

Where did client.dll and other stuff go?

This repository was reformatted with the new support for linux, you can find old offsets in the schemas.hpp file (and its other forms in different languages), please go through them and adjust your cheats accordingly if you used this repo, please do not open new issues where did things go, its still in here, just under different names i recommend searching for them the way you did the first time you used this.

Getting Started

You can download the latest release from Releases or compile it yourself. Note that compiling it yourself requires your Rust compiler version to be at least 1.74.0 or newer, and the nightly toolchain must be installed.

Usage

  1. Ensure the game process is running (Being in the main menu should suffice).
  2. Run the cs2-dumper executable (Note that some memflow connectors require elevated privileges).

When running the executable without providing an optional memflow connector name, it will default to using the memflow-native cross-platform OS layer to read the game's memory. However, any existing memflow connectors should work out of the box. Just pass the connector and optional connector-args arguments to the program.

E.g. cs2-dumper.exe -c pcileech -a device=fpga -vvv

Available Arguments

  • -v...: Increase logging verbosity. Can be specified multiple times.
  • -c, --connector <connector>: The name of the memflow connector to use.
  • -a, --connector-args <connector-args>: Additional arguments to supply to the connector.
  • -o, --output <output>: The output directory to write the generated files to. Default: output.
  • -i, --indent-size <indent-size>: The number of spaces to use per indentation level. Default: 4.
  • -h, --help: Print help.
  • -V, --version: Print version.

License

Licensed under the MIT license (LICENSE).