Skip to content
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

Known Bugs/Issues #65

Open
DarkWav opened this issue Mar 2, 2018 · 10 comments
Open

Known Bugs/Issues #65

DarkWav opened this issue Mar 2, 2018 · 10 comments

Comments

@DarkWav
Copy link
Owner

DarkWav commented Mar 2, 2018

SAC currently has some known bugs:

  • Any vehicles including elytra and mounts are not supported. Minecarts DO work.
  • AntiJesus checks missing.
  • AntiClimb can be bypassed.
  • No Checks against HighJump/HighStep.
  • Slow falling will not be supported immideately after its implementation.

More will be added here

@MalakasPlayzMC
Copy link

About the speed. You should check if the player has a speed potion. If the player has its speed level over than 2, disable the check for this player or set the Speed-Threshold to a big number (eg. 638 because if for speed 2 we use threshold 5 on 255 (max speed on mcpe) what speed are we going to use? y=255x5:2=>y=637.5=> y~638). Its a temp solution that can be bypassed only if a hacker see that.

@DarkWav
Copy link
Owner Author

DarkWav commented Mar 6, 2018

Yes, i will probably add speed support up to level 4 and then disable the check entirely. Thanks for your Ideas!

@DarkWav
Copy link
Owner Author

DarkWav commented Mar 6, 2018

Fixed with commit 2df0ba5. Thanks for your idea!
You can grab the latest build from github or download the signed Phar here

@ghost
Copy link

ghost commented Mar 13, 2018

We can't have false damage hack, so instant kill detection is useless

@DarkWav
Copy link
Owner Author

DarkWav commented Mar 14, 2018

InstantKill is a weird name for the check, i know. Its actually pretty uselss right now since it only checks for
too fast hit speeds :) I will rename it soon.

@nikipuh
Copy link

nikipuh commented May 13, 2018

AntiForceOP can be bypassed by having permission "*".

@DarkWav
Copy link
Owner Author

DarkWav commented May 13, 2018

Thanks for Bypass reporting!

AntiForceOP is a tool to prevent ForceOP on your server.
Because of the way its coded, it can't block everything.
The bypass you described cant be fixed because of the way AntiForceOP works right now, maybe
i'll patch it one day.

If you are having critical ForceOP problems / Experience ForceOP cheaters on your Server, please report the Hacked Client to PocketMine-MP because the ForceOP hack most likely abuses a vulnurability in PocketMine-MP which can be fixed by the PocketMine team.

If you have any further questions, feel free to ask them.

@DarkWav
Copy link
Owner Author

DarkWav commented Jul 21, 2018

@nikipuh AntiForceOP has been reworked in version 3.3.8 so it cant't be bypassed with the permission "*" any more. Thanks for your idea!

@Creeperface01
Copy link

but fast hiting is already handled in pocketmine. You can't hit faster than 2x per second

@DarkWav
Copy link
Owner Author

DarkWav commented Apr 29, 2019

Okay, good to know, this AC is quite old as of now, back at its development stages it was still a problem.
Its Architecture is horrible and it probably needs to be re-written entirely. Im not certain which API will be chosen for the re-write, tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants