lilgallon / Bettercolors

⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Apache License 2.0
39 stars 2 forks source link

add a triggerbot? #58

Closed b43e6b755e20353d341b45cb7ea68742 closed 4 years ago

b43e6b755e20353d341b45cb7ea68742 commented 4 years ago

auto clicks when looking at entity

lilgallon commented 4 years ago

Why not, it won't be hard to implement a triggerbot. The thing is that some servers with custom anti-cheats spawn entities around you when fighting (i.e. Hypixel). It's not a super-safe feature, but it sounds good. When I will have some time, will analyze those entities to make sure that the triggerbot ignores them.

Thank you for your suggestion!

b43e6b755e20353d341b45cb7ea68742 commented 4 years ago

Why not, it won't be hard to implement a triggerbot. The thing is that some servers with custom anti-cheats spawn entities around you when fighting (i.e. Hypixel). It's not a super-safe feature, but it sounds good. When I will have some time, will analyze those entities to make sure that the triggerbot ignores them.

Thank you for your suggestion!

also try using mouse clicks instead of packets as it'll be harder to detect

lilgallon commented 4 years ago

also try using mouse clicks instead of packets as it'll be harder to detect

Yeah, that's how the mouse assistance currently works by default (you can switch to packets by turning on the "packets" option). I prefer using raw mouse clicks because that's way more safe, so no worries about that :)