Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants