Skip to content

Compatibility for 1.16 and False positive fixes

Compare
Choose a tag to compare
@funkemunky funkemunky released this 15 Sep 19:20
· 629 commits to master since this release

Changelog

  • Updated Aim (G) to be more stable.
  • Removed Aim (I).
  • Reimplemented Motion check. Disabled by default while testing is still ongoing, but so far it is seemly stable.
  • Added /kauri recentlogs command. This opens the recentlogs GUI that is normally opened by clicking a button in the main GUI.
  • Optimized database access from Mongo in grabbing logs.
  • Fixed false positives in Hitboxes and Reach (B).
  • Implemented new experimental Autoclicker (E).
  • Removed Fly (D) and Fly (E).
  • Patched a disabler that was meant to be patched but I missed a bit of code.
  • Patched fly bypass caused by setting deltaY to -0.098. Only worked because I inversed my actual intention in an if statement.
  • Added new KauriCancelEvent and KauriPunishEvent to the API.
  • Added Data object to the API (you can get this object from the KauriAPI class). This can be used to unload and load checks, unregister the data class itself, check if they are using lunar, grab their mods, grab their client version, and more.
  • Patched server position false positives by taking a look into how NMS code checks for it (it actually does and I learned that recently).
  • Fixed a false positive in autoclicker checks caused by opening doors or using fishing rods.
  • Fixed a false positive in only a handful of autoclicker checks caused by breaking blocks in a specific manner.
  • Patched cinematic mode false positives completely in all checks. Currently this is not being done by other anticheats as far as I'm aware without creating bypass.
  • Fixed a false positive in NoFall (B) caused by glitching into blocks.
  • Fixed false positive in Velocity (B) caused by weird confirmation timing misalignment.
  • Fixed a few errors and other minor bugs.

Notes

Requires Atlas 1.9. This is a pre-release but is stable for all the servers we currently support. 1.15 to 1.16.2 compatibility is not fully tested to be stable but it is working right now.