newerton / bombcrypto-bot

This is a Python bot, which automates login, sends heroes to work, sends heroes home by rarity. Open source bot and totally free.
https://bombcrypto.io/
68 stars 40 forks source link

When authenticating the bots click a little too high and therefore the hitbox of the box does not take it into account #207

Closed RoyalMagmaa closed 2 years ago

RoyalMagmaa commented 2 years ago

image Hello, since the update of bolbcrypto when the bots try to identify themselves with the identifiers, the screen shifts a little bit, and suddenly when he clicks to put the password he clicks a little too high and it is not taken into account ducoup, I do not know that they value to modify

RoyalMagmaa commented 2 years ago

you can't see the cursor on the first screen image I represented it in red

newerton commented 2 years ago

@RoyalMagmaa Is the red line the position of the username or password? The game didn't change the image, but I can give you the line for you to change and test.

RoyalMagmaa commented 2 years ago

Is the line password

newerton commented 2 years ago

@RoyalMagmaa Change this file: https://github.com/newerton/bombcrypto-bot/blob/main/src/auth.py#L69

Before:

self.actions.move((int(x+100), int(y+10)), 1)

After:

self.actions.move((int(x+100), int(y+15)), 1)
RoyalMagmaa commented 2 years ago

Thx I will try that

RoyalMagmaa commented 2 years ago

Okay thanks I had to put 20 for it to work, however I had new accounts (nothing to see) in the meantime with houses, I put like this:

1: { mode: "amazon_survival", # 'treasure_hunt' or 'amazon_survival username: "xxxx", password: "xxx", house: true, rarity: ["rare", "super_rare", "epic", "legend", "super_legend"], }

and the bots don't use it, maybe because of the rarity I didn't understand very well what it was (in my account most of them are full super_rare).

Translated with www.DeepL.com

RoyalMagmaa commented 2 years ago

sorry to raise did you see?

newerton commented 2 years ago

Fixed