Skip to content

foxadb/csgo-linux-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS:GO offsets dumper for Linux x64

This tool aims to get offsets of Counter Strike: Global Offensive on 64 bits Linux. It uses pattern scanning to find offsets.

Tested on Arch Linux x86_64.

⚠️ I am not liable for VAC bans for using this program.

Offsets

  • LocalPlayer
  • PlayerResources
  • Glow

Build

This project requires CMake >= 2.8 for compiling.

mkdir build
cd build
cmake ..
make

Run

Run the dumper executable with root permissions:

sudo ./dumper

sudo is mandatory to have read/write access to /proc/<pid>/mem file.

The executable will find the pid alone by looking through the /proc directory, then finding the address of the string to hack.

About

CS:GO offsets dumper for Linux x64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages