trannerite / autOsiris

Automatic installer for the Osiris CS2 cheat for linux

Repository from Github https://github.comtrannerite/autOsirisRepository from Github https://github.comtrannerite/autOsiris

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

About

Automatic installer for the Osiris CS2 cheat for linux

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%