Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay FPS issue. #4

Open
Marshall-67 opened this issue Sep 18, 2023 · 5 comments
Open

Overlay FPS issue. #4

Marshall-67 opened this issue Sep 18, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@Marshall-67
Copy link

Hi there. ive been working with your code for a week now messing around.

the major fps issue comes from LWA_COLORKEY

SetLayeredWindowAttributes(hwnd, RGB(0, 0, 0), 255, LWA_ALPHA);
MARGINS margin = { -1 };
DwmExtendFrameIntoClientArea(hwnd, &margin);


This will fix it but i think you need to add some stuff however it makes the ESP look really transparent in light which i haven't found away around yet.


May i ask why you dropped the discord version? seems to work alot better and i think you can bypass the block by running as admin and the launch option for discord overlay doesnt even drop trust factor. that was a myth
@IMXNOOBX
Copy link
Owner

Looks promising. If you have a demo to test what you said about the LWA_COLORKEY let me know so i can look into it

@ElonGaties
Copy link
Contributor

Regarding the Discord version, I haven't been able to get discord to inject into cs2 without -insecure being used, that is most likely the reason the discord branch was dropped, however you could use Nvidia overlay or a window overlay to fix lag I imagine.

@IMXNOOBX
Copy link
Owner

IMXNOOBX commented Oct 1, 2023

Regarding the Discord version, I haven't been able to get discord to inject into cs2 without -insecure being used, that is most likely the reason the discord branch was dropped, however you could use Nvidia overlay or a window overlay to fix lag I imagine.

You are right. discord overlay is blocked by valve since csgo (that i know). I will try doing a new version with directx overlay. I don't have nvidia overlay and many people won't have it either so it will be easier to just do it in dx

@ElonGaties
Copy link
Contributor

That would make for a pretty versatile esp, I'm working on one right now that utilises handle hijacking and possibly steam overlay to display the esp, that should be pretty undetectable

@IMXNOOBX IMXNOOBX added the enhancement New feature or request label Oct 3, 2023
@Qanbaz
Copy link

Qanbaz commented Oct 24, 2023

Any updates on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants