Osiris
Osiris copied to clipboard
Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
with this you can change wear, seed, stattrak, nametag even stickers of any skin added to inventory. **Screenshots:** https://imgur.com/a/RgRQD4p **ToDo:** - [x] ~~add option to change wear of each sticker~~...
Unlike old version (via CVar), the current one doesn't work on pistols because `localPlayer->shotsFired() > 1` check is never true on them. Added an alternative check for pistols. Its really...
Inspired by previous PRs like #3178 but show only damage given by local player to enemies, show how much HP left and doesn't crash because of correctly usage of mutex...
Not sure if this nasty thing happened after some of recent updates or i just didn't notice it before, but currently when GUI opened in-game, mouse cursor become locked in...
If agent skin was equipped while playing dangerzone, it will make player stuck in his place. Normally, agent skins shouldn't be applied in this mode. also in "coop_" maps but...
This (together with #3262 and few my last PRs) should be the last thing to make Windows and Linux builds have equal functionality
Second version of #3324. Using plain "new"s instead of std::make_unique_for_overwrite and only for player avatars and weapon icons as it give measurable performance impact. Some benchmark times: **Caching new avatar...
Reversed traceToExit() function instead of relying on fancy ASM hack on Windows and... nothing at all on Linux. Unfortunately, i was not able to fully abandon usage of memory patterns,...
Small fix to take items details by reference instead of unnecessary copying.
Universal helper to show errors of missing interfaces/patterns.