NESS Anti-Cheat Reloaded icon

NESS Anti-Cheat Reloaded -----

A Simple AntiCheat System compatible from 1.8 to 1.17.1




Summary Of Changes: Other false flags have been fixed, Jesus was replaced with a simpler check, the Simple AntiBot was removed, and two new checks were added (FastSneak and NoWeb).
False Flags to fix:
IrregularMovement Step on Piston with Slime
Phase on Piston and slime
Strafe false flags with Velocity
if you find a false flag that is not among those already found, you can report it in Github Issues or the Discord Server.
Changes:
- Temporary Disabled SetBacks
- Removed old and useless AntiBot
- Fixed a NoFall false flag
- Replaced Jesus check with a simpler one
- Fixed a false flag in Step
- New NoWeb Check
- New FastSneak Check
----------, Aug 25, 2021

Summary Of Changes: This, and newer, versions will support only Floodgate 2.0. I fixed the Bungeecord Hook (now it sends notifications correctly) and recoded NoFall. With this update, you will see some improvements in Performance (new versions of NESS-Reloaded are tested with low-end hardware) and in Cheat Detection thanks to old checks that got replaced with new and modern ones.
False Flags to fix:
IrregularMovement Step on Piston with Slime
Phase on Piston and slime
Strafe false flags with Velocity
if you find a false flag that is not among those already found, you can report it in Github Issues or the Discord Server.
Changes:
- Fixed a disabler in VerticalVelocity
- Fixed some false flags in VerticalVelocity and FlyInvalidJumpMotion
- Fixed a false flag in Criticals
- New KillauraHitMissRatio Check
- Recoded GhostHand and BlockBreakAction (still needs some tests)
- Implemented MultipleEventListener Factory (commits db35c97e1a197c2d0b2eda999abab56819b44012, 322ba1fddd12b31a63c2a4ecd81e11974e697005)
- Fixed a false flag in Strafe
- Fixed the Bungeecord Hook
- Removed PlayerAction.Damage Enum
- Fixed some False Flags related to Velocity in FlyInvalidClientGravity, Speed and Step
- Removed FlyHighDistance and FlyHighJump checks
- Fixed false flag on LiquidInteraction
- Removed VerticalFly check
- Removed NoClip
- Working on new TimerB
- Fixed slime false flags in IrregularMovement and FlyInvalidClientGravity
- Added MatuloM to authors list plus some fixes in NessCommands
- Moved OnGroundProcessor in OnTickEvent class
- Using Sample Standard Deviation everywhere
- Improved buffer for Reach and Hitbox on Killaura
- Added two new checks in AimbotGCD
- Implemented getSkewness method in LongRingBuffer using Pearson's formula
- Moved LiquidInteraction check to BlockBreakAction
- New Simple Scaffold Checks in IllegalPlace
- Bypass Fixed for VerticalVelocity
- Added a simple GhostBlockFixer
- Organized the code in MovementValues and MovementValuesHelper
- Removed CreativeFly
- Organized the code of LongRingBuffer
- Floodgate 2.0 Compatibility (commits 85a7fbe96ad9fe37ce989533966f1a092f6abe54 and 7778ee47b20a9f2a6167a746cec82d1e973c7fee)
- Organized the code
- Recoded NoFall with new config options (commits: b8b0eb841b1f796b47b1094f80a419bfa85d7d7e, b8b0eb841b1f796b47b1094f80a419bfa85d7d7e)
----------, Aug 18, 2021

Summary Of Changes: I've added and tested 1.17 compatibility, there are new optimizations for FlyInvalidJumpMotion and also some false flags fixed. FlyHighJump is going to be deprecated in favor of the new and better FlyInvalidClientGravity. Also, PredictionMovement now is called Strafe and works correctly in most situations.
Here is a list of some false flags that I found but haven't fixed.
FlyInvalidClientGravity false flags on Pistons with Slime Blocks
FlyHighJump false flags on Slime
VerticalFly with Piston and Slime
IrregularMovement Step with Piston and Slime
Phase with piston and slime
Step false flag with high-velocity y
FlyInvalidClientGravity false flag when you get velocity in air
Strafe false flags with Velocity
if you find a false flag that is not among those already found, you can report it in Github Issues or the Discord Server.
Changes:
- Organized code in Aimbot and MathUtils
- Optimized FlyInvalidJumpMotion
- Fixed a disabler on FlyInvalidClientGravity
- Disabled by default FlyHighJump (it is going to be removed if FlyInvalidClientGravity works correctly)
- Fixed some false flags on FlyInvalidJumpMotion
- Changed name of PredictionMovement to Strafe
- Split SpeedFriction into SpeedAirFriction, SpeedAirJump and
SpeedOnGroundFriction (for now only SpeedAirFriction is working, the
others are coming soon)

- 1.17 compatibility (commits 826cbf63f10f3fa181ba2fa262af91e1bb882e7f, a7c28573e5a6e7ec52e2f8777fa48504cc5362c6 and 53139a7069b09e3db0e924418e2b6486f1d1c369)
----------, Jul 16, 2021

Summary Of Changes: I'm still working on the prediction Checks. While SpeedFriction isn't ready because of the false flags it has, FlyInvalidClientGravity is almost ready to be used normally like before. This dev-build fixes a lot of disablers due to bad use of MovementValues class but can show new false flags. Also, this build isn't very optimized (values of methods aren't cached like before) but it works correctly in a server with 384mb and four worlds. Here a list of some false flags that i found but i haven't fixed.
FlyInvalidClientGravity false flags on Webs, Piston
SpeedFriction Sneak
FlyHighJump false flags on Slime
Phase with piston and slime
if you find a false flag that is not among those already found, you can report it in Github Issues or in the Discord Server.
Changes:
- Organized code in LongRingBuffer (commits 16766df6c9912a62c6c2b5da354931fea9f1d078, 954ff1b85750a759d4cb61f6284638f659825b01)
- Using Average on OmniSprint
- Fixed a Disabler on Criticals
- Recoding CreativeFly and Fixed a FlyFalseGround Disabler
- Implemented Sample Variable in LongRingBuffer
- Implemented another formula in LongRingBuffer
- New Method to handle different minecraft versions
- Fixed a little false flags due to stepping in EntityFly
- Removed hardcoded AimbotPattern check
- Organized code in FlyFalseGround
- Still working on Jesus check
- Removed GroundSpeed, Strafe, ScaffoldFalseTarget
- Removed AntiKB: too bad
- Removed FlyInvalidServerGravity: I think his brother
(FlyInvalidClientGravity) can do all the work better

- Removed Spider: FlyInvalidClientGravity works good for this
- Removed VerticalFly1: Useless
- Removed NoFall: FlyFalseGround can replace it
- Recoding MovementValues to remove bad code and fix a lot of disablers.
- Still working on FlyInvalidClientGravity (still it has some false flags, but it's almost ready)
- Optimized FlyInvalidJumpMotion
- Fixed some false flags in IrregularMovement
----------, Jul 8, 2021

Changes:
- Fixed a disabler on Speed Check ( https://github.com/herobrine99dan/NESS-Reloaded/commit/a863fdda82642ef6e5f8cd63672823af03143486)
- Fixing false flags on Creative Fly ( https://github.com/herobrine99dan/NESS-Reloaded/commit/4f9e61dd3200dfde24e89396f4fe89c4b521777b) [I plan to recode this maybe later]
- Fixing Timer Disabler ( https://github.com/herobrine99dan/NESS-Reloaded/commit/259973c11f85762246b493af577845b59bb86fd1)
- Fixing mistake of MaxCPS ( https://github.com/herobrine99dan/NESS-Reloaded/commit/def9e4c9d107e85b7650d5cfd7263ed90cedbdf5) [I plan to remove this check and recoding AutoClicker checks]
- Now using directly client onGround value from Flying packets ( https://github.com/herobrine99dan/NESS-Reloaded/commit/6db637c1f4868e5eceac41399914ab8787668d9d)
- New config Options for Killaura ( https://github.com/herobrine99dan/NESS-Reloaded/commit/373fd265995738ef89ce35bfa78bef116ae0068a)
- Added another raycaster to try to fix issues on GhostHand and BlockBreakAction, no success ( https://github.com/herobrine99dan/NESS-Reloaded/commit/22095e24fb6d4b07ebf694de557676301e5234ae)
- Fixed issue 126 ( https://github.com/herobrine99dan/NESS-Reloaded/issues/126) with https://github.com/herobrine99dan/NESS-Reloaded/commit/4551aa743ffb3e505086479562287e87f59eecf2 and https://github.com/herobrine99dan/NESS-Reloaded/commit/8e83bbe1835b19c757bc4e2893b9b8582003d7d6
- Updated dependencies ( https://github.com/herobrine99dan/NESS-Reloaded/commit/3efcfa908100607561b82798db61a8d59434475d)
- Fixing some mistakes on Criticals [still needs some tests] and Killaura ( https://github.com/herobrine99dan/NESS-Reloaded/commit/5404767ed3ffbcf3258947f517ef1dd86bd0a7bb)
- Added compatibility with GeyserMC [this doesn't disable checks, you need Floodgate] ( https://github.com/herobrine99dan/NESS-Reloaded/commit/e9831cfa5376920541a36af77f491528e3357551)
- More configurations for Speed and SpeedAir ( https://github.com/herobrine99dan/NESS-Reloaded/commit/e7b02bea96d95440a4753d373266dc795c1669d0)
- Implementing two Scaffold Checks from Old NESS ( https://github.com/herobrine99dan/NESS-Reloaded/commit/5e2aaeb2760f8f1d0a0c42caf95f0cccc9659ddb)
- Fixing false flags on KillauraNoSwing, Spider and Speed ( https://github.com/herobrine99dan/NESS-Reloaded/commit/6e438709dd4491f66e4c390f66c7e70c24fc020a)
- Implementing Ping placeholder ( https://github.com/herobrine99dan/NESS-Reloaded/commit/359f7ea157aa9605d3c901bfb1958871ace0adce and https://github.com/herobrine99dan/NESS-Reloaded/commit/bc49df716620a9ed330dbe40cb9ca7c19a0ec735)
- Fixing other false flags on Criticals ( https://github.com/herobrine99dan/NESS-Reloaded/commit/fb0b032a0ad904abf3f71ddc94283a2896bd3418)
- New KillauraQuickHit ( https://github.com/herobrine99dan/NESS-Reloaded/commit/fb0b032a0ad904abf3f71ddc94283a2896bd3418)
- Fixing little issues on Speed and ScaffoldOldNESS ( https://github.com/herobrine99dan/NESS-Reloaded/commit/2e225e9076efac5ddd5275e6c297e6edbb6a6ab2)
- Introducing new concept to fix false flags from newer versions ( https://github.com/herobrine99dan/NESS-Reloaded/commit/d0ab2754694c2b84ece1a1264f89acd2acc790d5)
- Removed FlyEqualYMotion and FlyHighDownMotion ( https://github.com/herobrine99dan/NESS-Reloaded/commit/c542815eb08cfcbb458cf82655d4db48a17f6aba)
- Fixed false flags due to trident ( https://github.com/herobrine99dan/NESS-Reloaded/commit/d66403035ad06d1856634c1e276bbf2a6993f74f andhttps://github.com/herobrine99dan/NESS-Reloaded/commit/5fb8cf4022a57890e3fdff6e91763ed4a9f0450d)
- Fixed false flags on FlyFalseGround ( https://github.com/herobrine99dan/NESS-Reloaded/commit/b49f3e5a0a5f88b21a8acb4145e62208458ea482)
-Fixed issue #144 and #145 with https://github.com/herobrine99dan/NESS-Reloaded/commit/5d076ef047bc1585da648dff04e49152238618e1
- Still working on OmniSprint to fix false flags when yaw changes a lot
- New Strafe Checks which are contained in PredictionMovement check ( https://github.com/herobrine99dan/NESS-Reloaded/commit/9a402bb6790b0fe894a3f6a697a5c707c003297a) [i don't suggest to use them in 1.13+ servers for now]
- Fixed disabler on Phase check ( https://github.com/herobrine99dan/NESS-Reloaded/commit/63e15162ac72a1bfc27396680ac82f4f45683bf8)
- New EntityAction wrapper for packets ( https://github.com/herobrine99dan/NESS-Reloaded/commit/d3bcb30e71fb6808a4dc17f9889879138d691153)
- Starting a better Phase checks with BoundingBoxes ( https://github.com/herobrine99dan/NESS-Reloaded/commit/d3bcb30e71fb6808a4dc17f9889879138d691153)
- Organized code in AABB ( https://github.com/herobrine99dan/NESS-Reloaded/commit/10b184203a58ba0c15f9ce41a882b868bd469d5e)
- Formatted MathUtils ( https://github.com/herobrine99dan/NESS-Reloaded/commit/10b184203a58ba0c15f9ce41a882b868bd469d5e)
- Removed useless code in Phase ( https://github.com/herobrine99dan/NESS-Reloaded/commit/10b184203a58ba0c15f9ce41a882b868bd469d5e)
- Starting work on better SpeedFriction check: ( https://github.com/herobrine99dan/NESS-Reloaded/commit/10b184203a58ba0c15f9ce41a882b868bd469d5e)
- Introducing onGround Formula
- Introducing boundingBoxes Method
- Introducing Sneaking Mechanic
- Introducing Sprinting Mechanic
- Introducing Block-Friction Mechanic
- Introducing SoulSand and Slime Mechanic
- Introducing Acceleration Mechanic
- Introducing Working on Web Mechanic
- Fixed important typo error in a comment ( https://github.com/herobrine99dan/NESS-Reloaded/commit/9ef4c25fb67248ddb47810e96d33643a82024efb)
- Recoding Jesus check [Lava is missing for now] ( https://github.com/herobrine99dan/NESS-Reloaded/commit/6dadcdab764271fdb0e11f969355492ec342a41a, https://github.com/herobrine99dan/NESS-Reloaded/commit/ceb4bb62c3e220445b98f87a6e1bf8fdeb667fce)
- Better FlyInvalidClientGravity check ( https://github.com/herobrine99dan/NESS-Reloaded/commit/4dd936278d48070f9c9a2ce2866977456a6c0a74)
- New statistic methods in LongRingBuffer ( https://github.com/herobrine99dan/NESS-Reloaded/commit/4dd936278d48070f9c9a2ce2866977456a6c0a74)
- Removed NoWeb check [SpeedFriction is going to handle it] ( https://github.com/herobrine99dan/NESS-Reloaded/commit/6b372ab70e8c9c8870371949525d783cd0757977)
----------, Jul 1, 2021

General:
  • Fixed false flags on Killaura, LiquidInteraction, Aimbot, Speed, ScaffoldAngle, MorePackets, Timer, ChestStealer, InventoryHack, SpeedFriction, KillauraKeepSprint, FastLadder, NoFall, FlyHighJump, FlyInvalidServerGravity, Step, FlyFalseGround and FlyHighDistance
  • SpeedAir is unstable and was disabled (it is going to be recoded)
  • FlyInvalidClientGravity check added
  • Better and optimized Reflection API
  • Better Compatibility with 1.13+ versions thanks to the new MaterialAccess implementation
  • New API!
  • Better Jesus Check with more configuration options
  • Killaura RayTracer check added
  • Better AimbotGCD Check (now supports Cinematic)
  • Implemented some checks from Old NESS (Spider, VerticalFly and VerticalFly1)
  • KillauraNoSwing check added
  • VerticalVelocity check added
  • KillauraAnglePattern check added
  • Recoded the Packet Listener
  • OmniSprint check added
  • Organized the code
  • AimbotPattern check added
  • NoLevitation check added (in IrregularMovement)
  • Fixed a disabler for FlyInvalidServerGravity
  • Fixed some bypasses for SpeedFriction
  • New Step check added (in IrregularMovement)
----------, Mar 22, 2021

General:
  • Fixed False Flags in FlyFalseGround, NoWeb, FastSneak, SpeedAir, FlyHighJump, Speed and Timer
  • Recoded Timer Check (now it can detect from timer 1.01, just change the value from config!)
  • Added a new module in InventoryHack
  • Added SpeedFriction check
  • Optimized the code
  • Added ScaffoldDownWard check
  • Added Freecam/Blink blocker (teleport the player up if the he hasn't sended a packet for maxDelay milliSeconds, maxDelay value can be changed in configuration if you have issues)
  • Implementing Killaura Keep Sprint Check (thanks to Frap)
  • Better DragDown method
You have to delete your config.yml file to get the new checks!
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page !
----------, Nov 21, 2020

General:
  • Removed a really bad Aimbot check.
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page !
----------, Nov 1, 2020

General:
  • Organized the Code
  • Updated DazzleConf Library
  • Fixed False Flags in SpeedAir, FlyHighJump, FastLadder, Jesus, FlyInvalidGravity and Speed
  • Fixed some errors in Discord Webhook method.
  • Updated some config values and enabled some checks (FastSneak).
You have to delete your config.yml file to get the new changes!
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page !
----------, Oct 23, 2020

General:
  • Organized the Code (We are using per-player checks!)
  • Fixed some False Positives on Killaura, Step, Timer, Fly, MorePackets and SpeedAir
  • Implemented ChestStealer Check (by MatuloM)
  • Better Phase Checks
  • Removed some bad and old checks
  • Using DazzlConfig library to handle config changes and updates better
  • Added InvalidSprint Check
  • Added BlockBreakCheck
  • Fixed some Thread-Safe Issues on AntiBot
  • New EntityFly Check
  • The API methods was Deprecated! There is a new and better API!
You have to delete your config.yml file!
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Sep 29, 2020

General:
  • Organized the Code
  • Fixed some False Positives on Killaura, NoWeb, NoSlowDown, Fly, AntiKb, BadPackets, GhostHand and ScaffoldFalseTarget
  • Removed an useless aimbot check
  • Some Checks were splitted in more classes
  • Added Experimental Speed Air Check (Disabled by default because it needs more testing)
  • Removed a bad Fly Check
  • Added Scaffold IllegalTarget Check
You have to delete your config.yml file!
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Sep 11, 2020

General:
  • Organized the Code
  • Fixed some False Positives on Fly, Speed, Step, Aimbot, BadPackets, Killaura, InventoryHack, FastSneak and NoWeb
  • Improved Performance
  • Added NoWeb Check
  • Added 1.16 Blocks Compatibility
  • Added Experimental GeyserMC Compatibility (there are more false flags)
  • Added FastSneak Check
  • Added Jesus WaterSpeed Check
  • Added Fly HighJump Check
  • Better DragDown Method
  • Added Killaura MultiAura Check
  • New Config Options
  • Added PlayerESP Check (Disabled by default)
  • Removed Speed MaxDistance Check (too many false flags)
  • Removed a Fly Check (too many false flags)
You have to delete your config.yml file!
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Sep 4, 2020

General:
  • Organized the Code
  • Fixed some False Positives on MorePackets, Criticals, Fly, Killaura, NoFall, BadPackets, Speed, AntiKb and GhostHand,
  • Added some New Config Options (Discord WebHook Settings and Config Options for Some Checks)
  • Improved Performance
  • Better DragDown Method
  • Fixed some Errors
  • Removed the HitBox Check (too many false flags)
  • Removed a Speed Check (too many false flags)
  • Removed a Fly Check (too many false flags)
  • Implemented a Fly Check (InvalidJumpMotion)
  • Added the PlayerPunishEvent called when NESS Reloaded execute the punish command
You have to delete your config.yml file!
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Aug 28, 2020

General:
  • Organized the Code
  • Fixed some False Positives on Killaura, BadPackets, MorePackets, Criticals, Fly, Speed, AntiKB, Strafe, Aimbot and FastPlace
  • Fixed some Errors with 1.13/1.14/1.15 versions
  • Removed KillauraFalseFlying Check (Too False Flags)
  • Aimbot Checks now use Packets
  • Removed two Jesus Checks (Too False Flags)
  • Added Experimental BungeeCord Compatibility (you can enable it in the config)
You have to delete your config.yml file!
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).

If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Aug 21, 2020

General:
  • Organized the Code
  • Fixed some False Positives on GhostHand, InventoryHack, Scaffold, Fly, Criticals, Killaura and Speed
  • Fixed a Crash Error
  • Fixed some errors
  • Rewrote the Killaura WallHit Check
  • Removed a bad Speed Check
  • Better Performance
  • Better Scaffold Detection
  • Fixed a bypass in Criticals Check
  • Better Strafe Check
  • Added Killaura Reach Check
  • Added Fly InvalidJumpMotion Check
You have to delete your config.yml file!
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).

If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Aug 14, 2020

General:
  • Organized the Code
  • Fixed some False Positives on FastStairs, GhostHand, Strafe, Speed, Killaura, FastPlace, Fly and BadPackets
  • Removed a Killaura Check
  • Fixed some Errors
You have to delete your config.yml file!
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).

If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Jul 25, 2020

General:
  • Fixed NESS API
  • Fixed some False Positives on AntiKb, Criticals, Killaura, PingSpoof, Aimbot, AutoClicker and Fly
  • Replaced a Bad Speed Check with a new Speed Check
  • Fixed a bypass on Fly Check
  • New Config Options! (Experimental)
You have to delete your config.yml file!
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).

If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
PS I've reuploaded the jar because the previous one had issues.
----------, Jul 14, 2020

General:
  • Fixed some false positives on NoClip, FastPlace, Speed, Strafe, Fly and Sprint
  • New DragDown Method for Fly Check
  • Fixed the Bypass Permission
  • Fixed the Violation GUI
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives).
If you find bypass/bugs/errors/false positives please report them on Discord or in GitHub Issues Page!
----------, Jul 7, 2020

General:
  • Fixed some false positives on Killaura, Fly, Speed, InventoryHack, AntiKnockback and GhostHand
  • New Aimbot Check
  • Organized the code
  • Removed a bad Aimbot Check
  • New Killaura Check (Experimental)
  • Removed a bad Speed Check
  • Recoded InvalidVelocity module in Speed (Some bypass were fixed)
  • New Strafe Check
For now the plugin will not work in 1.16. (Some checks are broken and it has a lot of false positives)
----------, Jun 30, 2020

Fixed an error in the new LagBack Method
----------, Jun 25, 2020

General:
  • Fixed some false positives on AutoClicker, Killaura, Fly, Speed
  • New False Angle Check for Killaura
  • New LagBack Method
  • Optimized the code
  • Two new Aimbot Checks
----------, Jun 25, 2020

General:
  • Fixed some false positives on BadPackets, Aimbot, Jesus, FastClick, FastPlace, Speed, AutoClicker, Fly
  • Fixed a bypass on NoGround Check
  • Deleted a bad Check (NoFall Check in Fly Class)
  • Added a Violation GUI accesible doing /ness gui (this function is experimental and it has bugs)
----------, Jun 18, 2020

General:
  • Added two AutoClicker Checks (MaxCPS and lowDelay)
  • Changed priority of events to low to prevent false positives and errors
  • Using 1.13 api version for compatibility from 1.8 to 1.15 (we suggest for now to use 1.12.2, the 1.13 compatibility isn't done and it can create errors and false positives)
  • Added a FastStairs Check
  • Added a new WallHit Check on Killaura
  • Fixed a lot of false positives on fly, speed and noground checks
  • Added Discord WebHook for Violation
  • Added a Report Command
You have to Reset the Config after this update!
----------, Jun 10, 2020

We have Officially Finished the Recoding Process, but NESS Reloaded needs more testing, so it is in a Beta State.
You can try this version on a public server, but you will find some false positives, report them on our Discord.
General:
  • Created a BlockBreakReachCheck
  • Deleted some useless class
  • Changed Packet Listener, now we use a custom Packet Listener with some small wrappers
  • Fixed a bypass on Speed Check
  • Added a small AntiBot System
  • Deleted a stupid Killaura Check
----------, Jun 2, 2020

We haven't finished the recoding process, but we want to post this update.
This is an Alpha Version, so you shouldn't use this on a public server.
Please use this version only for tests.
We have fixed a lot of false positives and bypasses on Fly, Speed and Killaura checks.
We know that this version has a lot of false positives, but if you want to help us, you can report false positives on our Discord.
Remember: This is an Alpha Version!
----------, May 19, 2020

Okay, with this update i've fixed some bypass that i've fixed before, but with the last update they weren't working
----------, Apr 24, 2020

General:
  • Fixed a lot of bugs and false positives.
----------, Apr 17, 2020

General:
  • Fixed some Packets False Positives
  • Fixed some Packets Errors
  • Fixed FastStairs Check
  • Added a better API
  • Added Drag Down Feature(only for Fly Checks)
  • Added Support for Discord Web Hook
  • Added a new Permission (ness.bypass.*) to bypass all the checks
----------, Apr 10, 2020

General:
  • Fixed a fly bypass
  • Fixed some False Positives
  • Added Experimental Compatibility with 1.13/1.14/1.15(These version are not recommended, they have some false positives. I suggest you to use 1.12.2)
If you have some issues like false positives or errors, join in the Discord Server so I can help you.
----------, Apr 6, 2020

General:
  • Added a fly check
  • Added a small AntiBot
  • Added two speed check
  • Fixed some fly false positives
  • Added a Killaura Bot Detection
  • Added two Aimbot Checks
  • Fixed some packets error
----------, Apr 5, 2020

General:
- Added two fly check(Glide and GroundSpoof)
- Added two speed check
- Added 1.8 support
- Added a fastdrop check
- Added a nosoulsand check
- Added a fastclick check
- Added a killaura check
- Removed a bad check
----------, Mar 31, 2020

General:
  • Added two fly checks
  • Added two scaffold checks
  • Added an anti-knockback check
  • Added an inventory move check
  • Fixed some nofall bypass
  • Fixed some criticals false positives
----------, Mar 22, 2020

General:
  • Fixed some Speed bypass
  • Organized the code
  • Added an API
  • Added a new MorePackets Check
  • Added a new BadPackets Check
  • Added a new GhostHand Check
  • Added a new HeadLess Check
  • Fixed an Exploit to view plugins
  • Added Compatibility with 1.9/1.10/1.11/1.12(I suggest you to use 1.12)
What don't work:
  • FastStairs, for now it doesn't work, i'am trying to fix it.
----------, Mar 15, 2020

General:
  • Added a new Timer Check
  • Fixed some False Positives
  • Fixed a speed check(MiniJump)
  • Fixed some fly false positives
  • Added a Killaura Check(Angles)
What don't work:
  • FastStairs, for now it doesn't work, i'am trying to repair it.
----------, Mar 12, 2020

Guys sorry, i forgot to remove some useless code that will block the player, i fixed it!
----------, Mar 9, 2020

Resource Information
Author:
----------
Total Downloads: 26,683
First Release: Mar 9, 2020
Last Update: Aug 25, 2021
Category: ---------------
All-Time Rating:
39 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings