lewisgibson / monopoly-go-bot

Automate playing Monopoly Go! using Python and Bluestacks.
47 stars 12 forks source link

Only Screenshot Bluestacks Window? #8

Open tylergreyson95 opened 1 year ago

tylergreyson95 commented 1 year ago

Is it possible to make it only screenshot the Bluestacks window instead of the entire screen? Also, can it not move the mouse when it's clicking on things, so I can still use my computer while it's running?

lewisgibson commented 1 year ago

@tylergreyson95 Targeting the Bluestacks window is an easy change.

Due to the nature of the automation restoring standard mouse functionality is not possible without redesigning the entire system. The bot works the same way as hiring someone to click for you all day. If you want the bot to perform as a background process it would needs to run in a virtual machine, or emulate the network calls directly.