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

Screen Grab suggestions #102

Open
darknessxk opened this issue Aug 8, 2022 · 1 comment
Open

Screen Grab suggestions #102

darknessxk opened this issue Aug 8, 2022 · 1 comment

Comments

@darknessxk
Copy link

I saw a bit of people talking about how they protect the game and etc etc

Have you tried to use DX 11 Screen grab method or even tried to use GetDC + ReadPixel using the Desktop Handle so you don't even need to touch the game directly?

Still safe and you don't need to heavy depend on OBS.

Just a suggestion

If you need I can post some example code for reading a few pixels from your screen with a few methods I've used into Valorant to make my own leveling bot works

@MuriloChianfa
Copy link
Owner

it's already like this, and the screen is still black:

self.hwndDC = self.win32gui.GetWindowDC(self.hwnd)

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

No branches or pull requests

2 participants