• Statistics

    Downloads 0
    Updated 3w ago
  • Developer

    opensource

  • Platforms

    Linux
    Windows 10
    Windows 11

Osiris

Cross-platform (Windows, Linux) game hack for Counter-Strike 2 with GUI and rendering based on game's Panorama UI. Compatible with the latest game update on Steam.

What's new

  • 04 November 2025 - Improved smoothness of "Player Info in World" on moving players
  • 30 October 2025 - Added Bomb Plant Alert feature

  • 23 October 2025 - Hostage Outline Glow hue is now customizable

  • 20 October 2025 - Added "No Scope Inaccuracy Visualization" feature

  • 09 October 2025 - Added viewmodel fov modification

Technical features

  • C++ runtime library (CRT) is not used in release builds
  • No heap memory allocations
  • No static imports in release build on Windows
  • No threads are created
  • Exceptions are not used
  • No external dependencies

Compiling

Windows

  • Microsoft Visual Studio 2022 with Desktop development with C++ workload
  • Open Osiris.sln, set build configuration to Release | x64, press Build solution
  • You should receive Osiris.dll file

Linux

cmake -DCMAKE_BUILD_TYPE=Release -B build cmake --build build -j $(nproc --all)

Loading / Injecting

Windows

You need a DLL injector to inject Osiris.dll into game process. Use manual mapping (reflective DLL injection).

Linux

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

License

Copyright (c) 2018-2025 Daniel Krupinski - MIT License

Share

Tweet

More Counter Strike 2 Cheats

PyIt CS2 External cheat for Counter Strike 2
PyIt CS2 External

Free open-source external CS2 cheat written 100% in Python. ESP, triggerbot, aimbot, bomb timer, radar. No dependencies beyond stdlib. Easy to read and modify. By Read1dno.

Updated 3w ago