-
-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setControlState('forward', true) getting kicked for fly hacking #572
Comments
It seems it could be 1 of 3 things:
The anticheat can't tell the bot moving v.s. the player, as the bot uses the same imput as Minecraft when you hit the "W" key. So it must be something irregular causing the anticheat to kick you. |
Thank you KittenPopo ! I guess this can be fixed by changing something in physics.js, i will try to understand how it works. |
I just did some tests and the bot treats carpets like solid blocks! Meaning it will just walk 1 block above them, ofcourse it gets kicked for fly hacking ^^ |
I just want to move forward with the bot (not fly), i tried it on my local machine and it worked fine with:
but when i try the same on an online server (with many players) i get instantly kicked for fly hacking.
How does the server know the difference between the bot moving and a player? Is there a way around this?
The text was updated successfully, but these errors were encountered: