mpcabete / bombcrypto-bot

This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free.
818 stars 536 forks source link

Change Chrome window #628

Closed MarSap7 closed 2 years ago

MarSap7 commented 2 years ago

Good afternoon, In the multi account bot, Some time the bot dont change the Chrome window for the other account. It Is like he try to change, in the taskbar Is highlighted the correct One but the window that i see Is Always the same Any idea?

fguide commented 2 years ago

I've seen someone saying to change the bot folder name to not contain "bombcrypto" so it wouldn't mix things up.

Can't test it, I don't use multiaccount.

MarSap7 commented 2 years ago

No solved. My folder was already with another Mame. It happen Only some times

bigorna23 commented 2 years ago

It probably won't solve your problem, but you can try accessing the game by the other link. Just remember to change the string in the code.

If link is "https://app.bombcrypto.io/": pygetwindow.getWindowsWithTitle('Bombcrypto')

If link is "https://app.bombcrypto.io/webgl/index.html": pygetwindow.getWindowsWithTitle('bombcrypto')

MarSap7 commented 2 years ago

It Is already in this way, damn

mGranTY commented 2 years ago

It Is already in this way, damn

inside def main()

increase time.sleep()

example: image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.