b1scoito / clicker

Advanced Minecraft auto-clicker made in C++
https://github.com/b1scoito/clicker
GNU General Public License v3.0
130 stars 12 forks source link

Cant break blocks #56

Closed zManix closed 2 months ago

zManix commented 4 months ago

Is it possible to add a feature that lets you mine blocks since the autoclicker doesent let you mine anything and is kinda impossible to play bedwars in this case

zManix commented 4 months ago

cant consume anything either, idk maybe theres a way to make it detect consumables and block breaking

zManix commented 4 months ago

maybe also only specific blocks as it might interfere with fighting otherwise

b1scoito commented 4 months ago

Break blocks feature can't be done in a reliable way since we're sending clicks externally, what you can do if you're not using the right auto-clicker is pressing the right mouse button while pressing the left the left-clicker will disable.

zManix commented 4 months ago

Yup been doing that instead, but it doesent work the other way around

b1scoito commented 4 months ago

Yup been doing that instead, but it doesent work the other way around

In this case you can bind the right-mouse auto-clicker so you can disable whenever you need to use it.

zManix commented 4 months ago

not sure how to specifically bind trhe right mouse, do i have to have 2 instances open for that?

b1scoito commented 4 months ago

Oh. This project is so old I didn't remember I didn't have the feature to bind each one independently. I plan on making a rewrite of this project in the future, but nothing is guaranteed. The project is open-source anyways so if you want to learn something new, implement it and contribute to the project! :D.