Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 746 Bytes

autOsiris

Automatic installer for the Osiris CS2 cheat for linux

How to use and how to inject

Download this file and place it into it's own folder, run autOsiris.sh with sh autOsiris.sh After Osiris is done compiling inject it into CS2 with the following command

sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen(\"$PWD/libOsiris.so\", 2)"

Or drag the .so file from build/Source/ into your main folder and run inject.sh

sh inject.sh

Detection

Osiris injection via GDB may be detected by VAC This page may help you to find a way around that.

https://github.com/LWSS/TracerHid

One-line installer

git clone https://github.com/trannerite/autOsiris.git && cd autOsiris && sh autOsiris.sh