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

"human like" mouse movements #585

Closed xclover0 closed 2 years ago

xclover0 commented 2 years ago

is it possible to implement bezier curves or "human like" movements when the bot is moving our mouse/cursor?

python library: https://github.com/patrikoss/pyclick

example: https://stackoverflow.com/questions/44467329/pyautogui-mouse-movement-with-bezier-curve

I think this one will make our bot harder from their detection. thanks

fguide commented 2 years ago

This has been discussed already but I believe it won't be implemented any soon as the game is not forbidding bots/autoclicks anymore.

cleitonleonel commented 2 years ago

https://user-images.githubusercontent.com/11451914/148666188-de3ff5c7-a16a-4fcf-9d17-8cc27b9cdcc7.mp4

xclover0 commented 2 years ago

This has been discussed already but I believe it won't be implemented any soon as the game is not forbidding bots/autoclicks anymore.

I think they will ban again the bot/macros users as I saw a moderator announced on our discord channel on the previous day. you may look at this screenshot of the announcement: https://imgur.com/a/1xU3Myr

xclover0 commented 2 years ago

Peek.08-01-2022.22-51.mp4

you're doing a good job mate. care to make a pull request when you finished the code/script?

fguide commented 2 years ago

This has been discussed already but I believe it won't be implemented any soon as the game is not forbidding bots/autoclicks anymore.

I think they will ban again the bot/macros users as I saw a moderator announced on our discord channel on the previous day. you may look at this screenshot of the announcement: https://imgur.com/a/1xU3Myr

It's convenient for them to tell this as they are releasing VIP Staking services which will include "autoclick" functions..

That said, if you really have evidence they can really "track" your movements, than this should be a concern. Just an advice, try to use some not so well-known solution (such as pyclick) as this would probably make their identification easier. Best scenario would be matching this with some other randomizer script.

cleitonleonel commented 2 years ago

Peek.08-01-2022.22-51.mp4

you're doing a good job mate. care to make a pull request when you finished the code/script?

Of course, as soon as I get it resolved here with this implementation, I will do a pull request, no problems...

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.