herobrine99dan / NESS-Reloaded

NESS Reloaded is an anticheat that aims to support lots of minecraft versions (from 1.8 to 1.17.1) without losing the advantage of having powerful checks
GNU General Public License v3.0
47 stars 5 forks source link

Lots of False Flags with Timer Check #78

Closed herobrine99dan closed 3 years ago

herobrine99dan commented 3 years ago

What server version are you running? 1.8.8

What version of NESS Reloaded are you running? 2.8

Describe the Bug There are a lots of false flags caused by teleport packets with timer check

Do you have some videos / screenshots? https://youtu.be/kDnC0CtJNAE

If it is an error, do you have logs? No Errors

herobrine99dan commented 3 years ago

FlyHighJump actually get tryggered if you jump really fast on a block your onGround value will not be resetted SpeedAir gives lots of false flags since it have been added, i will remove it Speed false flag is caused by packet lots and i can't fix it ScaffoldIllegalTarget will have a fix / will be replaced by better checks

herobrine99dan commented 3 years ago

Single False Flags Videos (Tested on 2.7 Version): SpeedAir: https://www.youtube.com/watch?v=DIlqQ4BLR8k&feature=youtu.be&ab_channel=EngineerBoard ScaffoldAngle/ScaffoldIllegalTarget: https://www.youtube.com/watch?v=MEJ78mQJr5Y&feature=youtu.be&ab_channel=EngineerBoard AutoClicker: https://www.youtube.com/watch?v=hbFNCMKqx1I&feature=youtu.be&ab_channel=EngineerBoard Speed: https://www.youtube.com/watch?v=COFRKJcirwg&feature=youtu.be&ab_channel=EngineerBoard FlyHighJump: https://www.youtube.com/watch?v=wES6bUqFOsc&feature=youtu.be&ab_channel=EngineerBoard FastSneak: https://www.youtube.com/watch?v=hU-2BBkw2zM&feature=youtu.be&ab_channel=EngineerBoard and https://www.youtube.com/watch?v=NkS7DiFraVk&feature=youtu.be&ab_channel=EngineerBoard InventoryHack: https://www.youtube.com/watch?v=aVI9GqjlP4o&feature=youtu.be&ab_channel=EngineerBoard ChestStealer: https://www.youtube.com/watch?v=hzH24Hj_uLg&feature=youtu.be&ab_channel=EngineerBoard and https://www.youtube.com/watch?v=kKL4O3hQMUw&feature=youtu.be&ab_channel=EngineerBoard

herobrine99dan commented 3 years ago

Okay So Timer should be fixed (needs tests) SpeedAir was disabled by default (too many false flags and it isn't reliable) ScaffoldIllegalTarget was deleted because it does the same of thing ScaffoldFalseTarget and it is worser. AutoClicker was fixed Speed check needs more tests because it is now using hypot Formula

herobrine99dan commented 3 years ago

ChestStealer should also be fixed (needs tests) FastSneak should be fixed (needs more tests) InventoryHack was fixed

herobrine99dan commented 3 years ago

What to fix: ScaffoldAngle FlyHighJump

herobrine99dan commented 3 years ago

All False Flags were fixed