danielkrupinski / Osiris

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

[Feature Request] ImGUI Radar #386

Closed 0xE232FE closed 1 year ago

0xE232FE commented 5 years ago

Hello Everyone,

Can you implement a ImGUI Radar with Orientation information?

Something similar to this. https://www.unknowncheats.me/forum/general-programming-reversing/135529-how-implement-simple-radar.html

So it is more legit to know where the enemy is looking at instead of watching his orientation through the wall. You know what I mean? I have seen it on some Linux Hacks and it is pretty cool for legit cheating!

Kron1Q commented 5 years ago

AimTux has this. Just c+p

https://github.com/AimTuxOfficial/AimTux/blob/master/src/Hacks/radar.cpp

0xE232FE commented 5 years ago

oh yes that is a good orientation for the Radar Hack. Thanks!