AntiHaxerman | 3.01 Reach and 99% Velocity icon

AntiHaxerman | 3.01 Reach and 99% Velocity -----

An open-sourced anti-cheat solution.




Version: 4.0.3
java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "o" is null
at jdk.internal.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:57) ~[?:?]
at jdk.internal.reflect.UnsafeQualifiedObjectFieldAccessorImpl.get(UnsafeQualifiedObjectFieldAccessorImpl.java:38) ~[?:?]
at java.lang.reflect.Field.get(Field.java:425) ~[?:?]
at me.tecnio.ahm.libs.ghast.reflections.Reflection$1.get(Reflection.java:105) ~[?:?]
at me.tecnio.ahm.libs.ghast.reflections.ReflectUtil.getChannelFuture(ReflectUtil.java:52) ~[?:?]
at me.tecnio.ahm.libs.ghast.listener.injector.InjectorModern.(InjectorModern.java:37) ~[?:?]
at me.tecnio.ahm.libs.ghast.listener.injector.InjectorFactory.buildInjector(InjectorFactory.java:22) ~[?:?]
at me.tecnio.ahm.libs.ghast.listener.ChannelListener.(ChannelListener.java:32) ~[?:?]
at me.tecnio.ahm.libs.ghast.PacketManager.init(PacketManager.java:40) ~[?:?]
at me.tecnio.ahm.AHM.registerPacketAPI(AHM.java:94) ~[?:?]
at me.tecnio.ahm.AHM.start(AHM.java:62) ~[?:?]

Version: 4.0.3
the author considers everyone to be pedophiles and the plugin almost does not work on 1.8

Version: 4.0.2
SALISH MATTER THE BEST 14 YEARS PRETTY GIRL IN THIS WORLD AND ANTIHAXERMAN HAS MANY ISSUES AND ERRORS AND FALSE POSITIVES

Version: 4.0.2
[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_header

please fix the error dear developer. If you fix it, i give your ac five stars, and please add java 8+ support, your ac support java 8 only?

Version: 4.0.2
FIX OR 1 STAR FOREVER 12:01:37 INFO]: [!] Error on player of version V1_8_9

[12:01:37 WARN]: java.util.ConcurrentModificationException

[12:01:37 WARN]: at java.base/java.util.HashMap.computeIfPresent(HashMap.java:1262)

[12:01:37 WARN]: at me.tecnio.ahm.data.tracker.impl.ConnectionTracker.handle(ConnectionTracker.java:51)

[12:01:37 WARN]: at me.tecnio.ahm.processor.PacketProcessor.handleProcessors(PacketProcessor.java:22)

[12:01:37 WARN]: at me.tecnio.ahm.processor.impl.IncomingPacketProcessor.handle(IncomingPacketProcessor.java:33)

[12:01:37 WARN]: at me.tecnio.ahm.listener.network.NetworkListener.onPacket(NetworkListener.java:45)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.chain.ChainManager.lambda$null$0(ChainManager.java:21)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.chain.ChainManager.lambda$callPacket$1(ChainManager.java:28)

[12:01:37 WARN]: at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.chain.ChainManager.callPacket(ChainManager.java:20)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.codec.ArtemisDecoder.decode(ArtemisDecoder.java:228)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.codec.ArtemisDecoder.handle(ArtemisDecoder.java:87)

[12:01:37 WARN]: at me.tecnio.ahm.libs.ghast.codec.ArtemisDecoder.channelRead(ArtemisDecoder.java:57)

[12:01:37 WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)

[12:01:37 WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)

[12:01:37 WARN]: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:

Version: 4.0.2
[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_header

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_header

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

[11:59:56 ERROR]: [ACF] Missing Language Key: acf-core.help_format

Version: 4.0.2
This plugin stole my grandma............................................................

Version: 4.0.0
Anyway, it seems like the developer is kind, so I'll leave constructive feedback.

UPDATES:
Overall not bad as for a free anticheat with good code-base, but here it goes by the "free anticheat threory" - good in movement, bad in pvp. The same killaura and velocity bypass is easy, movement is not bad, but....

FALSE POSITIVES
There's a lot of them. If the player receives packets of the player's position with a delay, then there will be false ones by HitBoxA. Yes, in synthetic tests with 20tps and perfect ping everything is fine, but in a real game everything is sad, the same with other checks.

RECOMMENDATIONS
1. your anticheat is easy to transfer to new versions, at least 1.12, it will take less than an hour.
2. Do not use NMS unless it is extremely necessary.
3. To check HitBox A, I recommend to buffer the past positions of the target and then process them through some for.
-
Author's response
Hey! Thanks for the review and the recommendations.

This anti-cheat is intentionally dumbed down as it's supposed to a proof of concept more than a production usable anti-cheat. And the checks are intentionally designed in a way where it's only usable in practical scenarios.

For your recommendations, 1 is not doable in a short time as the base is strictly designed for 1.8 and requires flying packets to be functional. The reason for 2 is that again it's designed specifically for 1.8 and nothing else but your recommendation is completely valid. And for 3, don't get me wrong but if you don't understand the concept for the check I can't really explain it in a comment response but it's a transaction compensated entity tracker and the tracker is a very good concept for a true 3.01 reach check for 1.8. If you can join the Minecraft AntiCheat Community Discord server everyone would be welcome to explain the concept to you. You can create a personal message if you are interested.

Have a nice day!

Version: 4.0-RC-4
Keep on getting this error with protocollib 5.0.1

[20:52:08 WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:764)
[20:52:08 WARN]: at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:790)
[20:52:08 WARN]: at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:758)
[20:52:08 WARN]: at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1020)
[20:52:08 WARN]: at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:311)
[20:52:08 WARN]: at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:227)
[20:52:08 WARN]: at com.comphenix.protocol.injector.netty.channel.NettyChannelProxy.writeAndFlush(NettyChannelProxy.java:233)
[20:52:08 WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.lambda$dispatchPacket$10(Carbon:321)
[20:52:08 WARN]: at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.lambda$proxyRunnable$2(NettyEventLoopProxy.java:48)
[20:52:08 WARN]: at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
[20:52:08 WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
[20:52:08 WARN]: at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
[20:52:08 WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
[20:52:08 WARN]: at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[20:52:08 WARN]: at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[20:52:08 WARN]: at java.lang.Thread.run(Thread.java:748)
-
Author's response
Report the issue on the GitHub issues instead of comments.

Version: 4.0-RC-4
Pressing w repeatedly will block Mark's very basic actions, such as blocking the player. This is a very critical bug.
But other than that, it's good enough to compare to paid anti-cheats.

Version: 4.0-RC-4
Pressing w repeatedly will block very basic actions in Minecraft, such as blocking players. This is a very critical bug.
But other than that, it's good enough to compare to paid anti-cheats.

Version: 4.0-RC-4
Honestly I only like the anticheat for the autoclick detection, since I use another one to complement it, but I feel that the autoclick alerts could be improved since it only has type A
-
Author's response
Thanks!

Version: 4.0-RC-4
this anticheat is absolutely terrible even in "home" conditions. This anticheat is of no value whatsoever, I'm not even talking about code chunks from other anticheats, even in the damn listener (ac.artemis.packet). This is not good as an example of code, because nobody makes normal antichits on label checks, they are made by some verus or something like that. P.s yes and the reliability of listener do not inspire confidence in terms of ping or tps
-
Author's response
I literally worked at https://github.com/artemisac/ what are you yapping about

Version: 4.0-RC-4
This is the most impressive free anti cheat I've ever seen, the check combats are EXELLENT. I recommend it if you don't have a lot of money to pay for an anticheat!
-
Author's response
Thank you for the review!

Version: 4.0-RC-4
Great anti cheat for the community.
I‘d maybe use this in combination with Grim.
5 stars for making it open source!
-
Author's response
Thank you very much for the review. I'm glad you liked it.

Version: 4.0-RC-1
Most likely the best free and open source anticheat.

Detected 3.05 ready on vape very quickly

Version: 3.3.1
Why did u skid Moon Anticheat by Realtrippy? This is very haram, pls fix :( :( :(

Version: 3.3.1
I am most certainly not fake as the below rating says. (I think I am real..)
This anticheat is pretty good for a free 1.8 anticheat

Really is an AntiHaxerman!
-
Author's response
Thanks! Your review is appreciated.

Version: 3.3.1
All rates are probably fake or from the author friends.
Its not working at all.
So easy to bypass.
-
Author's response
Nice! Insanely constructive criticism. Thanks for being useless in our society!

Version: 3.3.1
[12:49:26] [AntiHaxerman Thread/WARN]: Exception in thread "AntiHaxerman Thread"
[12:49:26] [AntiHaxerman Thread/WARN]: java.lang.NullPointerException
[12:49:26] [AntiHaxerman Thread/WARN]: at me.tecnio.antihaxerman.data.processor.CombatProcessor.handleUseEntity(CombatProcessor.java:45)
[12:49:26] [AntiHaxerman Thread/WARN]: at me.tecnio.antihaxerman.packet.processor.ReceivingPacketProcessor.handle(ReceivingPacketProcessor.java:57)
[12:49:26] [AntiHaxerman Thread/WARN]: at me.tecnio.antihaxerman.listener.packet.NetworkManager.lambda$onPacketPlayReceive$1(NetworkManager.java:80)
[12:49:26] [AntiHaxerman Thread/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[12:49:26] [AntiHaxerman Thread/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[12:49:26] [AntiHaxerman Thread/WARN]: at java.lang.Thread.run(Unknown Source)

What is this dude?
Cant connect your discord because your bot is broken.
-
Author's response
I'll check the error. Hmm, interesting the bot seems to be working. Thanks for the review.

Version: 3.3.1
Nice anticheat, Detect all legit players and too many errors on console xD ! I really recommend this anticheat its great the best thing its FREE!!
-
Author's response
Cope ig

Version: 3.3.1
AntiLegitimatePlayer Is a very good antiplayer to stop your servers ram from getting exploded by too many legit people!
-
Author's response
yes

Version: 3.3.1
OP can get kick because of cheat while i had /speed 10 effect.
OP can get kick because of cheat while i had /speed 10 effect.

Can you make it like not to detect OP players also fix the false flags.

Like

when you mine and you look down it kicks you for cheating LOL.
-
Author's response
You can use the config file to bypass OP. You can disable the checks that false flags when digging down in the config.

Thanks for the review!

Version: 3.3.1
Good anti cheating plug-in, but can you strengthen reach detection? That will become better! :DDDDD
-
Author's response
Alright, thanks for the review!

Version: 3.3.1
Amazing Anticheat, but I keep getting this error
[16:28:51 WARN]: java.lang.NoSuchFieldError: SLIME_BLOCK
[16:28:51 WARN]: at me.tecnio.antihaxerman.data.processor.PositionProcessor.handleCollisions(PositionProcessor.java:307)
[16:28:51 WARN]: at me.tecnio.antihaxerman.data.processor.PositionProcessor.handle(PositionProcessor.java:119)
[16:28:51 WARN]: at me.tecnio.antihaxerman.packet.processor.ReceivingPacketProcessor.handle(ReceivingPacketProcessor.java:62)
[16:28:51 WARN]: at me.tecnio.antihaxerman.listener.packet.NetworkManager.lambda$onPacketPlayReceive$1(NetworkManager.java:80)
[16:28:51 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[16:28:51 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[16:28:51 WARN]: at java.lang.Thread.run(Unknown Source)
(Joined the discord and didnt want to spam general)
All the checks are amazing and and are very effective!
-
Author's response
Ah, so sorry I forgot slime block doesn't exist on 1.7.

Version: 3.3.1
it prevented me since i haxerman >:O
is good at prevent haxermans!!!! :DDDDD
recommend for prevent haxerman
-
Author's response
Thank you men. We don't like haxerman.

Version: 3.2.1
Some errors and... used to be this plugin has good checks now its a bit slow and not correct...







[15:38:51] [pool-7-thread-1/WARN]: Exception in thread "pool-7-thread-1"
[15:38:51] [pool-7-thread-1/WARN]: java.lang.NullPointerException
[15:38:51] [pool-7-thread-1/WARN]: at me.tecnio.antihaxerman.data.processor.CombatProcessor.handleUseEntity(CombatProcessor.java:45)
[15:38:51] [pool-7-thread-1/WARN]: at me.tecnio.antihaxerman.packet.processor.ReceivingPacketProcessor.handle(ReceivingPacketProcessor.java:56)
[15:38:51] [pool-7-thread-1/WARN]: at me.tecnio.antihaxerman.listener.packet.NetworkManager.lambda$onPacketPlayReceive$1(NetworkManager.java:78)
[15:38:51] [pool-7-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[15:38:51] [pool-7-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[15:38:51] [pool-7-thread-1/WARN]: at java.lang.Thread.run(Unknown Source)
-
Author's response
I'll make sure to check out the error thanks for reporting.

Version: 3.2.1
Very GOOOOOOD Anti Cheat (the best) !!

Love YOUUUUUUUUUUUUUU

.....................................
-
Author's response
Thanks! Love you too.

Version: 3.2.1
Great anticheat for being free. Frequent updates too, more frequent than some paid anticheats. :)
-
Author's response
Thank you for your review Joehannes!

Version: 3.2
machine learning extremely advanced anticheat made by very pog champ gamer guy artificial intelligence safewalk detection
-
Author's response
yes

Version: 3.1.1
Great plugin, cool developer (y)

Plugin doesn't work with latest versions tho :(
-
Author's response
Thank you for your kind review!

Version: 3.1.1
wow
20/20
Is Best
Anticheat
Ever
Recommander
very God
Im Like
Support MC alt
Is God
-
Author's response
Thanks!

Version: 3.1.1
Wonderful Plugin It's even better than a 200 pound anticheat LOL, it detected a hacked client that every other anticheat couldnt event try to detect! Lovely Plugin.
-
Author's response
Thank you! Glad you liked it have fun using it.

Version: 3.1.1
Amazing anticheat!

Especially that new Machine Learning AI Elon Musk Heuristic Type (A) you added is really impressive. Well done!

I'd love to see more of those, and make it cloud based pls thanks. cause the Artificial Intelligence needs space and time to train.
-
Author's response
umm uh okay?

Version: 3.1.1
Better than 200$ AntiCheats C.C





random text I agree at gettingSentinelled by Funkemunky
-
Author's response
LOL. Thank you for your kind review!

Version: 3.1
Anticheat detects cheats really well and doesn't have many falses when compared to most public anticheats, developer knows what he's doing and is overall a nice gui. Also thank you tecnio for helping with stuff <3
-
Author's response
Thank you cockless person!

Version: 3.1
A really good anti-cheat!

I have no performance problems on my server and it does what it says!
The fact that it's free is also a big plus! It is also configurable which is good.
-
Author's response
Thank you for your review!

Version: 3.0.5
N word, N word, N word, N word, N word, N word, N word, N word, N word, N word.

Good anticheat, detects my hypixel fly very fast.

It detects me even when i THINK about using Fly.

I legit got a new girlfriend because she joined my server and saw how great my server's (THIS) anticheat is.

I suggest this anticheat to all server owners that are looking for a girlfriend.
-
Author's response
Very good I wish I had a girlfriend now I'm gonna create a server and put this anti-cheat on it thank you.

Version: 3.0.5
szerintem jó plugin csak bajok vannak az authme regisztráció közben, spamel folgokat!
-
Author's response
External plugin issue not really something I can fix, its probably related to the plugin itself. If you could update the review I would appreciate it!

Version: 3.0.5
It is a very good plugin BUT it does not detect antiknockback and when i try to kick someone then it kicks the whole server
-
Author's response
AntiKnockback vertical is completely detected and kicking works yeah. Would you report the issues if they persist?

Version: 3.0.5
Its a high quality anticheat which doesn't impact TPS and provides a high quality and range of detections for cheats. 9.89/10 (api is kinda limited xd - 0.11)
-
Author's response
Change of heart? Jokes aside thank you for the review!

Version: 3.0.4
Very poggo AC recommend to anyone love it
But test it first because u would always wanna make sure this is my opinion
-
Author's response
Thank you!

Version: 3.0.3
Can you send me a private message on spigot pls.
Im not on discord.
This is pretty important.
Thank you so much.
-
Author's response
Sure! Thank for the 5 star tho.

Version: 3.0.3
best anticheat bro keep the hard work up it's the best free anticheat ..........
-
Author's response
Thank you bro

Version: 3.0.3
Plugin seems to be very good for the price :D.Are you gonna release vsersion for 1.16.5
-
Author's response
Thank you for your kind review! I do not plan to support any version other than 1.7-1.8.9 I might add 1.7-1.12.2 support but 1.16.5 is not going to come because it's much harder to make things work on 1.16.6!

Version: 3.0.2
Very good anticheat, has better detections then most paid anticheats, op velocity and movement checks.
-
Author's response
Thank you for your kind review!

Version: 2.2
It false bans how do i pervent that at all? because it keeps doing it for
no reason when, My friends are stuck in blocks it bans them
-
Author's response
This version is old and when I release 3.0 that issue will be fixed.

Version: 2.2
Great anticheat! What's your Intellij IDEA theme? It looks quite nice..................
-
Author's response
Thanks! My IntelliJ theme is "Night Owl Theme" by Jens Teichert.

Version: 2.2
Very good Plugin and nice support! I hate this system, i must write 80 letters.
-
Author's response
Thanks, appreciate it. :D

Version: 2.2
Frequent updates, open source, free, love that.
Anticheat is not bad, actually pretty good for it being free.
I have never seen 3.2 reach detection available anywhere for free.
-
Author's response
Thanks!

Version: 2.2
Good anticheat, obviously it has its flaws but tecnio fixes them just report them on the github issues page kek. Also it is opensource so you can fork it sp ebic
-
Author's response
Thanks! xd

Version: 2.2
Don't ask me who designed this garbage. Definitely the worst AntiCheat I ever saw and will see I guess.

The first, the AntiCheat takes the alerts as bans for some reason ( https://prnt.sc/w6rph1), the second, if you fly CREATIVE it also detects you as fly and bans you, even having OP.

It should be mentioned that it only has one check per type (it does not have Speed-A and Speed-B, it only has Speed).

The WORST of all AntiCheat is that it is open source, when the LEAST recommended is encryption. Why? simple, if the hack designers see how your checks work, it only remains to fix that in their code

Unless you want a horrible experience, I do not recommend using it from any point of view.
-
Author's response
1. "The first, the AntiCheat takes the alerts as bans for some reason ( https://prnt.sc/w6rph1), the second, if you fly CREATIVE it also detects you as fly and bans you, even having OP."

So it doesn't take alerts for bans, this is a known issue caused by the plugin flagging so fast that it bans multiple times. So that's a wrong claim. And for the second well yeah he is right about that one but I have an issues page on my GitHub. I would much rather if you reported your issues there.

2."It should be mentioned that it only has one check per type (it does not have Speed-A and Speed-B, it only has Speed)."

That's totally not true my source code is available on a public GitHub repository and that claim is definitely not true.

3. "The WORST of all AntiCheat is that it is open source, when the LEAST recommended is encryption. Why? simple, if the hack designers see how your checks work, it only remains to fix that in their code."

So not trying to be disrespectful but that's literally dumb. I wanted to create an open-sourced project that everyone could look at its source code and contribute because I like that. And not trying to be arrogant but no cheat dev is bypassing those checks soon. I have been doing this for a while and unless I get disabled that's just not true.

oh and NESS AntiCheat Reloaded is worse :D

Version: 2.1.4
Good anticheat, I work with the developer and he is knowledgeable about cheats and how to detect them effectively, definitely a must have.
-
Author's response
Aww, thank you so much!

Version: 2.1.3
Great anticheat, I want to address a few bugs:

- Shoots many VL warnings when a player is hacking, staff is spammed if there is 1 hacker.
- When you are in creative mode or when you are flying and you don't fly and fall to the ground, you will get a lot of VL warnings and punishes you without you using any modifications.
-
Author's response
Hey,

1. There is a command called /alerts which doesn't spam the chat.

2. If you could contact me on Discord (Tecnio#4428) about the false positive and send a video I would really appreciate it.

Thanks!

Version: 2.1.3
yummy sexy free anticheat tecnio is good boy anticheat chad man yes if not agree bad !
-
Author's response
Thanks, I agree wooooo!

Version: 1.0-HOTFIX-3
Heya! This plugin is a very good free-to-use anticheat to use. I've tested it and it works almost perfectly!

However, when a player is being caught and an action is taken, the server shoots 3 punishments at once. Might be a improvement to check if the player already gets flagged by the anticheat, and then not banning another time.

I'd also like to ask to make a plugin reload command. When you manually reload the server the plugin shoots errors, so when you've changed some things in the configuration you'll need to restart the server.

Good plugin for catching hacks!
-
Author's response
Hey, thanks!

About your 3 punish commands, it is getting fixed on the next update, thank you for reporting.

About reloading the reason for not supporting reloads is performance reasons. If we make it reload supported you will have issues 30+ people. And you shouldnt reload in the first place as its not recommended.

Version: 1.0-HOTFIX-3
This absolutely amazing i tested in my server this plugin caught in milliseconds.
------------
-
Author's response
Thank you big update soon! This is nothing compared to it :)

Version: 1.0-HOTFIX-1
Outstanding experience, works like a clock, good job dev, looking forward to future updates!
-
Author's response
Thanks!

Version: 1.0-PRE-5
It is very good and works better than most free ac's :D character limit ahhhggghh
-
Author's response
Thanks!

Version: 1.0-PRE-4
Amazing Anti Cheat, Tested on a server. And it worked as smooth as butter. The Checks are amazing and the code works flawlessly. I believe more anti cheat's like this should be released, this is amazing! It's just perfect. Keep up the good work developer, I'm looking forward to the next updates!
-
Author's response
Thank you..

Version: 1.0-PRE-4
Great anticheat.
You are using PacketEvents.
Performance is great, have done some effective performance improvements to PacketEvents.
I recommend this anticheat!
-
Author's response
Well I detect 3.3 reach even spartan cant do that (goto flex that)
Jokes aside ty.

Version: 1.0-PRE-3
sexy anticheat i love this anticheat so much i want to sex anticheat antihaxerman sex all hacker on server omggg omgg omgg so good anticheat
-
Author's response
wtf but ty

Version: 1.0-PRE-2
Very good good anticheat, especially for free looking forward to future updates and Cypher!!!!
-
Author's response
Ayyyy :D

Version: 1.0-PRE-1
wery good i tested and it works tank you my server is protect now from ceaters<3
-
Author's response
why are you so memey :D Thanks tho

Resource Information
Author:
----------
Total Downloads: 8,303
First Release: Aug 27, 2020
Last Update: Jan 7, 2025
Category: ---------------
All-Time Rating:
57 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings