Commit Graph

75 Commits

Author SHA1 Message Date
Dawson 8015f4cb99 Improved accuracy 2022-09-16 19:55:15 -04:00
Dawson b24053f1ca Adding raycasting check 2022-09-16 17:52:16 -04:00
Dawson 927834762e Create AutoclickerC.java 2022-09-13 17:14:59 -04:00
Dawson b5ada325c0 Merge branch 'main' of https://github.com/funkemunky/EnterpriseAnticheat 2022-09-13 13:51:03 -04:00
Dawson aa24a71c84 Changing names of velocity checks 2022-09-13 13:50:59 -04:00
Dawson c92a0400cf Performance improvements, fixing server channel injection for packets 2022-09-13 10:01:59 -04:00
Dawson 4963025825 Improving hitbox detection sensitivity 2022-09-10 12:31:11 -04:00
Dawson 9d1f9122f7 Fixing error 2022-09-10 10:41:09 -04:00
Dawson 69317d58be Implements BadPackets (PITCH) check 2022-09-10 10:38:38 -04:00
Dawson 4648f9f78c Fixing punishvl threshold checking 2022-09-10 10:38:30 -04:00
Dawson 2a61dc356f Update Processor_18.java 2022-09-10 10:35:47 -04:00
Dawson ac699e27ac Fixing missing classes, adding badpackets 2022-09-10 10:35:44 -04:00
Dawson 18dd43bafe Lots of new stuff
- Added fakemob api stuff.
- Added new packet wrappers
- More
2022-09-09 13:01:18 -04:00
Dawson 451084a75c Update BlockUpdateHandler.java 2022-09-07 15:12:13 -04:00
Dawson 4c7f26b43e New optimizations, new web log system 2022-09-07 15:08:09 -04:00
Dawson f0e6a1fcf1 shit 2022-09-06 15:33:15 -04:00
Dawson 7b932060d4 Stuff 2022-09-06 13:25:14 -04:00
Dawson 77542ebad7 Optimizations 2022-09-05 15:18:08 -04:00
Dawson 35b4406f2f Merge branch 'main' of https://github.com/funkemunky/EnterpriseAnticheat 2022-09-04 11:38:53 -04:00
Dawson ba00ee166e Adding click command and teleport checks 2022-09-04 11:38:52 -04:00
Dawson 49d102c8d3 Fixed web falses in NoFall (B) and Velocity (B) 2022-09-03 13:01:04 -04:00
Dawson ae249be0e3 Fixing Fly C falses, fixing Horizontal falses, collision issues 2022-09-03 12:50:58 -04:00
Dawson 4e13dec6b5 Merge branch 'main' of https://github.com/funkemunky/EnterpriseAnticheat 2022-09-03 11:51:22 -04:00
Dawson ffc19b9486 Update BlockInformation.java 2022-09-03 11:51:21 -04:00
Dawson f8a41744d1 Adding shit 2022-09-01 12:36:27 -04:00
Dawson 35345f4515 Fixed jump boost false positive on Fly C 2022-08-31 22:00:39 -04:00
Dawson fefb942ab4 Fixing stuffs 2022-08-30 14:53:09 -04:00
Dawson ffd996382e Fixing Fly C slime false positives and removing Hitbox debug 2022-08-30 11:41:46 -04:00
Dawson d8225182b9 Finishing loader, adding config support for Checks, fixing EntityData box inaccuracies to patch Hitbox false
Hitbox falses on Zombies, and would have potentially falsed with other mobs because of innaccurate bounds.
2022-08-30 11:07:26 -04:00
Dawson abb2b8be2a Improvements 2022-08-30 09:37:50 -04:00
Dawson ec18c17720 Adding loader support 2022-08-29 17:36:49 -04:00
Dawson 9f35f0497b Update MySQL.java 2022-08-29 07:19:23 -04:00
Dawson da19394d54 Adding new Velocity (B), finally added working log functionality 2022-08-28 17:08:36 -04:00
Dawson 25606997fa False positive fixes
- Added new Speed check
- Fixing false positives with Fly (C) under blocks
- Fixed false positives with stepping on Fly (C) and Fly (D)
- Fixed liquid false positives with Fly (C) and (D)
- Fixed horizontal friction-based false positives, like switching between ice and regular blocks (used wrong friction)
- Fixed NoFall (B) false positive when in liquid and under block pressing space bar
2022-08-27 14:27:56 -04:00
Dawson 5e071e3690 New Fly D and lowering file size, new logs system 2022-08-26 15:32:43 -04:00
Dawson dca006b0b5 Fixed check loading, implemented Fly (C) detection 2022-08-25 12:39:04 -04:00
Dawson 8cf842493b New stuffs 2022-08-25 11:00:51 -04:00
Dawson 88d8c5b82c Adding more velocity handling stuff 2022-08-24 22:35:25 -04:00
Dawson 5cff5ddc40 Shit 2022-08-24 11:43:24 -04:00
Dawson 6b8ecc5424 Pushing out packets that werent pushable before 2022-08-24 08:29:12 -04:00
Dawson b8d5e13686 Removing out from .gitignore
This prevented some packages from being pushed to git on my other pc
2022-08-23 22:20:20 -04:00
Dawson 80239bd113 new Fly C check, fixing bugs
- Fixing NoFall (B) not flagging (error on formatting)
- Added new Fly (C) check
- Fixed buffer bypass on Horizontal check
- Working on fixing Hitbox origin false positive
2022-08-23 19:42:15 -04:00
Dawson 74dbed884a Fixing reach false positive 2022-08-23 15:43:58 -04:00
Dawson 9aab718433 Fixing NPE 2022-08-23 15:25:51 -04:00
Dawson c9563bc400 Fixing namings 2022-08-23 13:04:40 -04:00
Dawson bc64f0a6ae Improved hitboxes, added Timer check, organized checks 2022-08-23 11:56:32 -04:00
Dawson 49391bfea9 Adding API, new checks, false positive fixes
- New Order (Place) and Order (Use) check
- New Autoclicker (A) and Autoclicker (B) check.
- Event system for checks has changed to use lambdas instead of reflection (IE WAction and TimedWAction)
- Added configurable commands for punishments
- Added punishments
- Added title command (wont show in help menu)
- Added new AnticheatAPI project
- Implemented flag, punish, and cancel listeners for API uses.
2022-08-23 10:18:14 -04:00
Dawson bd50501640 Using different event type;not reflection 2022-08-23 08:12:32 -04:00
Dawson eec8247ce5 Fixing potions not loading on reload 2022-08-22 16:47:11 -04:00
Dawson bac904f852 Fixing tons of issues
- Fixing Velocity B falses
- Fixing lilypad false positives by accounting for it on interact.
- New Block (A) with block place interaction check
- Fixing Block B false positive.
- Fixing Horizontal false positive and bypass
- Fixing Fly (B) on liquids and climables.
- Fixing Fly (A) on liquids and climables
2022-08-22 16:37:55 -04:00