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

Anti bot for Hypixel #66

Closed wieisstimpee closed 4 years ago

wieisstimpee commented 4 years ago

I am not sure how hard it is to make one, but there are other cheats out there that simply filter based on how many ticks the player was alive. E.g if alive for longer than 40 ticks it attacks the player, or if the player is "derping" (spinning around hitting and such) or based on entity ID. I am willing to provide more info on what to filter if needed.

lilgallon commented 4 years ago

Hey! Thanks for your request. So if I understand correctly, the goal of an antibot is to prevent attacking bots? If that's the case, there are a lot of filter than we can use:

It is a bot if the entity:

Every one of these filters should be customizable. Which is a lot of work, but it will be useful! The first step here would be to go to Hypixel, to analyze and understand the behavior of these bots (their ID, name tags, where do they spawn and so on)

wieisstimpee commented 4 years ago

Hey, I know a lot about the behavior of the bots, years of experience in fact

There is a open source mod that has anti bot ill link it: https://github.com/CCBlueX/LiquidBounce

lilgallon commented 4 years ago

Done for MC1.16.2 (forge) https://github.com/N3ROO/Bettercolors/releases/tag/7.3.0-MC1.16.2