lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
728 stars 87 forks source link

In Full screen mode of game not working #37

Open softinfytechnology opened 3 weeks ago

softinfytechnology commented 3 weeks ago

Hello Dev, It is really nice example!

But when game is going into Full screen mode then not working the overlay screen. So basically it should work in Game Full screen mode as well right?

Anyone has any comment on this please?

XeCrash commented 1 week ago

I am not entirely certain if this is right to don't quote me but, this library uses internal commands but does the hooking externally, you'd probably have to build a shared library .dll that you'd inject into target game process to be able to support something like this. Guided Hacks has a good tutorial on making internal cheats that use directX and carious other graphic API's to achieve fullscreen rendering. That is all coded in C++ so its a good idea to brush up on it