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.
819 stars 540 forks source link

Updated bot to work in V35 #742

Closed ClownChu closed 1 year ago

ClownChu commented 2 years ago
frodrighues commented 2 years ago

Como pego o codigo desse branch o owner nao ta mais atualizando :( Faz merge logo :D

ClownChu commented 2 years ago

Como pego o codigo desse branch o owner nao ta mais atualizando :( Faz merge logo :D

Só rodar no seu local: git pull origin pull/742/head

Vitaonx commented 2 years ago

Opa mano, o seu bot foi o único q funcionou de boa aqui mas só tá indo em uma tela, ele não está alternando com o alt tab

ClownChu commented 2 years ago

Opa mano, o seu bot foi o único q funcionou de boa aqui mas só tá indo em uma tela, ele não está alternando com o alt tab

Dae, essa versão não suporta multi-accounts, voce pode tentar dar pull nessas mudanças na tua versão do bot que suporta multi-accounts.

waelsy123 commented 2 years ago

when will we merge this PR?

ClownChu commented 2 years ago

when will we merge this PR?

I have no write access, so we got to wait until someone that has decide to merge this.

fanti1 commented 2 years ago

Obrigado ClownChu. Testei e está excelente.

GoldMan204 commented 2 years ago

Vc planeja adicionar suporte a multi account?

nashy15973 commented 2 years ago

how bot can click all bottom instead of clicking each bhero to work?

ClownChu commented 2 years ago

Vc planeja adicionar suporte a multi account?

Acho que não, eu so tenho 1 acct no jogo.

how bot can click all bottom instead of clicking each bhero to work?

Didn't test this, but should work:

  1. Get an image of the button you want, and put in the targets folder.
  2. Then in index.py where it sends heros to work (above buttonsClicked = 1), you can add something like:

    if clickBtn(images['{IMAGE_NAME}']):
        logger('💪 all heroes sent to work')
        goToGame()
        return
    
    buttonsClicked = 1

Replace {IMAGE_NAME} with the name you gave to the img

andrelmj21 commented 2 years ago

Boa noite, como faço o Download desse boot atualizado, eu uso o antigo, mais precisando atualizar.

pipokabr commented 2 years ago

Boa noite, como faço o Download desse boot atualizado, eu uso o antigo, mais precisando atualizar.

Também queria saber, tô perdido ainda rsrs

GoldMan204 commented 2 years ago

@ClownChu como posso adicionar a limitação de heróis em outro fork desse bot? Eu tentei colocar nas 3 partes q elas aparecem, mas na linha 323 o cmd só dá "unexpected indent". image

nashy15973 commented 2 years ago

hello since today i have the problem that the bot looks at the first 5 heroes and selects them but then doesn't scroll down anymore? I downloaded and installed the bot again and tried it on a new windows computer without success? is there a possibility to solve it?

GoldMan204 commented 2 years ago

hello since today i have the problem that the bot looks at the first 5 heroes and selects them but then doesn't scroll down anymore? I downloaded and installed the bot again and tried it on a new windows computer without success? is there a possibility to solve it? commom-text

Do you have common heroes on the first page? I used to have the same problem when I got all rares on the first page. What I did to solve it was to change the "common-text" image to this piece that separates the heroes from the texts. It uses this to identify how to scroll down. Since it always sees this, it always thinks there are heroes on the screen, so it scrolls down.

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.

stale[bot] commented 1 year 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.