danielkrupinski / Osiris

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

[SUGGESTION] SIR, CAN YOU PLEASE ADD BULLET TRACE ? #1723

Closed king1919djdj closed 4 years ago

king1919djdj commented 4 years ago

I have a suggestion sir , can you add bullet traces to the software ? if there already are bullet traces please tell me how to enable them ?

ghost commented 4 years ago

Find some source what actually have bullet beams. Paste it into osiris.

Its easy, dont need event listener, what you need (if you dont have event lister)

if (!strcmp(event->getName(), "bullet_impact")) { //Draw bullet }

Profitable!

ghost commented 4 years ago

Tho like that can make derank bot, and more useful features. I have base what is old (6 months old osiris) And it works perfect till now.

king1919djdj commented 4 years ago

THANKS m8 i really wanted this feature i will try it out

king1919djdj commented 4 years ago

Find some source what actually have bullet beams. Paste it into osiris.

Its easy, dont need event listener, what you need (if you dont have event lister)

if (!strcmp(event->getName(), "bullet_impact")) { //Draw bullet }

Profitable!

can u suggest some source with bullet beams ? I am unable to locate even a single one ?

ghost commented 4 years ago

Find some source what actually have bullet beams. Paste it into osiris. Its easy, dont need event listener, what you need (if you dont have event lister) if (!strcmp(event->getName(), "bullet_impact")) { //Draw bullet } Profitable!

can u suggest some source with bullet beams ? I am unable to locate even a single one ?

I can link some source.

https://github.com/ben93riggs/CSGO_Internal/blob/719b94b7eba6bb38d06eff85d5295cb462dec23f/CSGO_Internal/BulletTracer.cpp

There u go buddy

king1919djdj commented 4 years ago

THANK YOU SO MUCH