Trombov / FutureNNAimbot

Universal neural network aimbot for all games with custom training mode
284 stars 93 forks source link

Doesn't work with DX11/12 games #38

Closed davidacampos closed 4 years ago

davidacampos commented 4 years ago

Because of the API used to get the screenshots (i.e. BitBlt) no longer works with DX11/12 there is no way to train or use the trained. That mentioned API doesn't fail, but returns a black screen instead. Using SharpDX instead might be a possible workaround...

davidacampos commented 4 years ago

All right, after further investigation it does work with DX11/12 games BUT it needs to be run in windowed mode, otherwise it's a black screen.

Sehyo commented 4 years ago

Hard to get fullscreen pics of the game without injecting and hooking the DirectX API.