danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.37k stars 962 forks source link

linux and vac bypass? #3051

Closed fallingDOWN12 closed 3 years ago

fallingDOWN12 commented 3 years ago

Hey, I successfully compiled Osiris and injected it with a script on Ubuntu.

Do I need a vac bypass or something or is this script for injecting fine?

TobbeLiton commented 3 years ago

how did you even compiled it? i got some error. can you maybe send your osiris.dll file?

fallingDOWN12 commented 3 years ago

how did you even compiled it? i got some error. can you maybe send your osiris.dll file?

run these commands after cloning the repository

sudo apt-get update && sudo apt-get install -y libsdl2-dev gcc-10 g++-10 cmake

mkdir Release && cd Release && cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER=gcc-10 -D CMAKE_CXX_COMPILER=g++-10 ..

make -j $(nproc --all)

TobbeLiton commented 3 years ago

how did you even compiled it? i got some error. can you maybe send your osiris.dll file?

run these commands after cloning the repository

sudo apt-get update && sudo apt-get install -y libsdl2-dev gcc-10 g++-10 cmake

mkdir Release && cd Release && cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_C_COMPILER=gcc-10 -D CMAKE_CXX_COMPILER=g++-10 ..

make -j $(nproc --all)

im on pc

TobbeLiton commented 3 years ago

can you just bring a link where i can download the dll?

linuxer9 commented 3 years ago

daniel's vac bypass won't work on linux it's a completely different architecture. Does linux VAC even work as effective as the windows version? I believe that linux systems are more secure, the last time I heard about linux cheat got detected was aimtux in 2017. anyway, try osiris yourself and see if it gets detected.

can you just bring a link where i can download the dll?

he is talking about linux, there is no dll for linux, you need to build the cheat with the commands he provided above. If you are in windows, just download this repo and compile it with visual studio.

TobbeLiton commented 3 years ago

If you are in windows, just download this repo and compile it with visual studio.

The problem is that I can't compile it says something with Osiris.vcxproj failed or something (look here)

(Yes I use Windows)

mxez commented 3 years ago

You don't need VAC bypass on linux because VAC can't detect gdb injector