Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

Imgui

Open TruXe opened this issue 1 year ago • 6 comments

Can you include imgui menu for more simole modification etc.

TruXe avatar Nov 07 '23 14:11 TruXe

Include it yourself. He stated in the project technical features that it wont be including any external dependencies. If you need help you can follow GuidedHacking tutorials on youtube about implementing an ImGui overlay hook, if you can't follow that and create your own 'presentHook' function to render your gui then I think you should take some time to learn more instead of pasting.

crackermemer avatar Nov 07 '23 14:11 crackermemer

Include it yourself. He stated in the project technical features that it wont be including any external dependencies. If you need help you can follow GuidedHacking tutorials on youtube about implementing an ImGui overlay hook, if you can't follow that and create your own 'presentHook' function to render your gui then I think you should take some time to learn more instead of pasting.

Check his github profile, has an ImGui repo for testing lul.

smthpy avatar Nov 08 '23 00:11 smthpy

Check his github profile, has an ImGui repo for testing lul.

Uhm, that's straight up 1:1 code with a different code style and it's not hard to paste the imgui's examples but modified it into a windowapp instead of consoleapp sir

maecry avatar Nov 08 '23 13:11 maecry

Include it yourself. He stated in the project technical features that it wont be including any external dependencies. If you need help you can follow GuidedHacking tutorials on youtube about implementing an ImGui overlay hook, if you can't follow that and create your own 'presentHook' function to render your gui then I think you should take some time to learn more instead of pasting.

Check his github profile, has an ImGui repo for testing lul.

I assumed he was asking for ImGui menu in the cheat... therefore his copy of cazzes ImGui example app is not what his end goal is, so I pointed him to a youtube video that could help him understand. Since the example app he has is useful its not what he is trying to do, like hooking present in directx11 to render on current cs2 window instead of making another window.

crackermemer avatar Nov 08 '23 14:11 crackermemer

Check his github profile, has an ImGui repo for testing lul.

Uhm, that's straight up 1:1 code with a different code style and it's not hard to paste the imgui's examples but modified it into a windowapp instead of consoleapp sir

If you meaning my Example in my repos it's older code i was learning about imgui from cazz. but i'm still learning in cpp.

TruXe avatar Nov 12 '23 11:11 TruXe

If you meaning my Example in my repos it's older code i was learning about imgui from cazz. but i'm still learning in cpp.

Pasting != learning sir

maecry avatar Nov 26 '23 03:11 maecry