dwiza3962 / mff_auto

Game bot for Marvel Future Fight game.
Apache License 2.0
4 stars 1 forks source link

I'm trying to update the code on my own #61

Open Yamiparalax opened 1 year ago

Yamiparalax commented 1 year ago

I'm not sure which library I should use for the script to recognize and run the code even though the window is not in the foreground. For example: you are using YouTube and meanwhile the code keeps running the MFF in the Nox window, keeps running without the need for the Nox window to always be showing. Would anyone know tell library I should add for this to work?

tmarenko commented 1 year ago

Isn't it already doing that? windll.user32.PrintWindow captures any active window that currently renders. The window should be active (not minimized to tray) but you can have any other window on foreground over it and it still should work anyway.