Status
This thread has been locked.

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
8FmKSad.png

Description
Kauri is a brand of anticheat designed to bestow confidence in its users. Never before has there been something as accurate and feature-filled, but also a huge bang for your buck.

What is Kauri?
Kauri is an advanced cheating and exploit prevention system, meant to keep your server safe from all common player deterrents. Of course, above all it detects cheats. But with machine learning, it also detects proxies, bots, console clients, and much more! If you don't need Kauri, Kauri Lite includes most of the checks from inside the full Kauri.

What does Kauri Lite include?
ZgRH6K5.png

OrBQw3l.png
73oMmWm.png

6qtKXad.png

5tYKHWd.png

fICznpL.png

XrSjeiD.png


jpaEdQE.png
7kROaKd.png
- Logging system, with Flatfile and MongoDB options.
- Comprehensive configuration.
- Great support via discord or email.
- Automatic updates and bug fixes.

Compatibility
This anticheat is compatible with 1.7.10-1.13.X. However, 1.13.X compatibility is a little shaky and due to the limitations of 1.13, making some checks not as accurate in this version.

Pricing
Kauri Lite:
$5 a month or $69.99 one-time purchase.
Kauri: $25 a month.

Get Kauri Quick and Easy
All you need to do is click a few buttons and you have your Kauri! Kauri Anticheat is sold on an amazing webstore, https://funkemunky.cc/shop.

Dont want to take our word?
Message us @ https://funkemunky.cc/contact or join our support discord here (http://discord.me/BananaDev) to schedule a test time and date.

Video Examples




Customer & Associate Vouches
ExeB3EA.png

uoEAvZI.png

QB11D8O.png

Before Replying or Posting
Please make sure that your reply/post is related to this product. I personally do not care whether it is positive or toxic; as long as the post is directly related to Kauri, it is fine by me. This is also included in MC-Market's rules, therefore adding unrelated posts is in direct violation of those rules.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
383
Reactions
223
Resources
1
DDosed your discord account? You do realize that discord uses their own ip addresses right? He can't grab your ip.
r/whoosh
 

Cole

Developer
Supreme
Feedback score
19
Posts
943
Reactions
477
Resources
0
Jesus Christ, kauri is so worth it for the price! I bought it on lite and damn it’s really really good!

Huge vouch
 

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
Since the video, we've discovered more falses. It'd be nice if funkemunky would take the time to actually accept the fact that Kauri falses (Referring to when Assembly got banned for pointing out the falses and funke claimed it was "Overreacting") from more than just that (AutoClicker falses by jittering, consistency and hitting blocks), Hitboxes randomly false flags (I managed to get it to false up to 150 violations, Rasturize can vouch), lag affects bad packets, etc.

PS: Reach also flags by sneaking + walking towards target and hitting for the values of ~3.05-3.09

List of checks falsed:
Aim (A &F while using Optifine)
Reach (All from w-tapping, sneaking, walking backwards (Target) + hitting, and just normal PvPing, it also falses from bow shooting somehow)
BadPackets (F & G from lag)
Fly (Placing blocks below you, hitting yourself with a bow, lag)
Speed (Lag)
Hitboxes (Idfk at this point tbh of how it falsed, it just falsed while on vanilla)
AutoClicker (Jitter, consistency and hitting blocks, I remember A and something that goes like 9 > 9 > 9 falsing)
Fastbow (Shooting bow fast obv)

(The ones flagging for lag is natural lag. I purposely did multiple things like put music on, download games, etc (Not all at the same time) to simulate more realistic lag than clumsy.) If I can false it with natural lag, think about a player with a bad network card, or internet.

That's all I can remember off the top of my head

And you may be like "Oh, it's only flagging for 0vl, so not like it matters!" or whatnot, but that's not the problem. The problem is that it falses rather quickly and horrendously. The "Accurate" 3.1 reach check flags for 3.3-3.5 legit from what we did above. That's a major issue. Even for the ones that do flag for "0vl", the staff still may think the player is hacking and ultimately punish them when they could be completely legit.

This is actually untrue. Sorry I released the fact you’re a complete fraud and skid.[DOUBLEPOST=1551890104][/DOUBLEPOST]
Hi there,

Is there a way to schedule a testing slot (without joining the Discord server) as I see potential in this anti cheat but in no way trust the developer with developing it. I would like to see any false flags / the detections that the anti cheat has.

Sure thing. Let me know the time and date.[DOUBLEPOST=1551890424][/DOUBLEPOST]
Kauri seems pretty sleek and nice overall, but the falses are hard to get past. Made a short video if it helps:

For those interested, server is running Paper 1.8.8, with 15 plugins, none that would interfere with Kauri. Both Clyde and I had 10-20ms while testing. The server is a 2GB Pebble server, and I was using vanilla 1.8.8

Appreciate the report. Though you should know that you can directly DM me to report false.

Since I have customers who report things to me rather than openly blast shit on me, it has already been fixed. I tend to fix bugs with he first few hours of the report.
 
Last edited:
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)

Clyde

Premium
Feedback score
44
Posts
1,574
Reactions
1,220
Resources
0
This is actually untrue. Sorry I released the fact you’re a complete fraud and skid.[DOUBLEPOST=1551890104][/DOUBLEPOST]

Oh nooooo, you exposed me for "Skidding" cause of packaging and a similar check that even Ygore has from back in early 2016 which was WAY BEFORE AGC? What ever shall I do?

Oh and the PacketCheck, RotationCheck, and PositionCheck? Ygore, Elevated, Xtasy, and some others TOTALLY don't do that either. Get your facts straight before shit talking. Honestly.

BTW: Here's Ygore's AntiCheat that practically uses the same velocity check that was made back in late-ish 2016 by him and MasterGBerry:
Code:
@Override
    public void handlePosition(Location from, Location to, PlayerData player) {
        EntityPlayer entityPlayer = player.getEntityPlayer();

        if (!-snip- && !-snip- && !-snip- &&
                // Make sure they're not under a block
                !entityPlayer.world.c(entityPlayer.boundingBox
                        .grow(0.5, 0.249, 0.5)
                        .d(0.0, 0.25, 0.0))) {
            double dy = to.getY() - from.getY();

            if (-snip-) {
                double kb = -snip-.getMinVerticalVelocity();

                 (He practically does the saame Vel V calculation as I do)
                if (-snip- && (-snip-.antiKBTypeAAmount += 30) > 35) {
                    flag();
                }
            }
               -snip-
        }
}

p79rGtO.png


Gather evidence first before talking shit and "Exposing". I reuse checks, yes, as there's no reason to remake the entire process of detecting something I can already detect, but that doesn't mean I don't add in new checks/different checks as well.
 
Last edited:

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
Oh nooooo, you exposed me for "Skidding" cause of packaging and a similar check that even Ygore has from back in early 2016 which was WAY BEFORE AGC? What ever shall I do?

Oh and the PacketCheck, RotationCheck, and PositionCheck? Ygore, Elevated, Xtasy, and some others TOTALLY don't do that either. Get your facts straight before shit talking. Honestly.

BTW: Here's Ygore's AntiCheat that practically uses the same velocity check that was made back in late-ish 2016 by him and MasterGBerry:
Code:
@Override
    public void handlePosition(Location from, Location to, PlayerData player) {
        EntityPlayer entityPlayer = player.getEntityPlayer();

        if (!-snip- && !-snip- && !-snip- &&
                // Make sure they're not under a block
                !entityPlayer.world.c(entityPlayer.boundingBox
                        .grow(0.5, 0.249, 0.5)
                        .d(0.0, 0.25, 0.0))) {
            double dy = to.getY() - from.getY();

            if (-snip-) {
                double kb = -snip-.getMinVerticalVelocity();

                 (He practically does the saame Vel V calculation as I do)
                if (-snip- && (-snip-.antiKBTypeAAmount += 30) > 35) {
                    flag();
                }
            }
               -snip-
        }
}

p79rGtO.png


Gather evidence first before talking shit and "Exposing". I reuse checks, yes, as there's no reason to remake the entire process of detecting something I can already detect, but that doesn't mean I don't add in new checks/different checks as well.

But when none of the checks are yours. And when they have issues, it seems you have no idea how the check works or even start to fix anything.

Let's end it here. I don't normally try to start fights like this publicly, I was angry. If you'd like to take this to DMs so neither of us do anything we regret publicly, I'll be happy to oblige.[DOUBLEPOST=1552013717][/DOUBLEPOST]
Since the video, we've discovered more falses. It'd be nice if funkemunky would take the time to actually accept the fact that Kauri falses (Referring to when Assembly got banned for pointing out the falses and funke claimed it was "Overreacting") from more than just that (AutoClicker falses by jittering, consistency and hitting blocks), Hitboxes randomly false flags (I managed to get it to false up to 150 violations, Rasturize can vouch), lag affects bad packets, etc.

PS: Reach also flags by sneaking + walking towards target and hitting for the values of ~3.05-3.09

List of checks falsed:
Aim (A &F while using Optifine)
Reach (All from w-tapping, sneaking, walking backwards (Target) + hitting, and just normal PvPing, it also falses from bow shooting somehow)
BadPackets (F & G from lag)
Fly (Placing blocks below you, hitting yourself with a bow, lag)
Speed (Lag)
Hitboxes (Idfk at this point tbh of how it falsed, it just falsed while on vanilla)
AutoClicker (Jitter, consistency and hitting blocks, I remember A and something that goes like 9 > 9 > 9 falsing)
Fastbow (Shooting bow fast obv)

(The ones flagging for lag is natural lag. I purposely did multiple things like put music on, download games, etc (Not all at the same time) to simulate more realistic lag than clumsy.) If I can false it with natural lag, think about a player with a bad network card, or internet.

That's all I can remember off the top of my head

And you may be like "Oh, it's only flagging for 0vl, so not like it matters!" or whatnot, but that's not the problem. The problem is that it falses rather quickly and horrendously. The "Accurate" 3.1 reach check flags for 3.3-3.5 legit from what we did above. That's a major issue. Even for the ones that do flag for "0vl", the staff still may think the player is hacking and ultimately punish them when they could be completely legit.

This has been fixed in the latest update, however, not for the trial version which I see you were using.
 
Last edited:
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
Vouch for this monkey

Appreciate the vouch.

Kauri now has the Anti-Proxy feature coming out next update. You can even use the API for your own plugins if you have bought Kauri.
 
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
funkemunky is a well known dumbass, proceed with caution. Or even better, click off asap
 

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
Shit Anticheat, Shit Owner, Highly Recommend BullDog its a much better anticheat you can find it HERE

All because I denied to give you support because you spammed the hell out of my DMs. I'd rather you not buy my anticheat so I don't have to deal with you.
 
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
Hello There, sorry to hear that you think this statement is accurate at all, firstly you brag about kauri way too much when its not even a good anticheat, secondly you have threatened to swat people multiple times, thirdly i dont want to buy ur anticheat anyways cause its shit that comes of of a Bulldog (best anticheat found HERE) asshole have a good day !

1) I never threaten anyone. Who the hell are you to spread misinformation like that?
2) Where do I brag about Kauri? Even then, at least I have something to brag about.
3) Thanks for not buying my products. Now I don’t have to deal with you and you’re now Dora’s problem.
 
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)

funkemunky

Anti-Cheater and Cheater
Banned
Feedback score
11
Posts
0
Reactions
199
Resources
0
1) Not misleading info
2) u said kauri has ben bought over 25 times when its ben bought like 5 LLLL
3)u shit is skidded of of other peoples code
4) id rather work with dora then u

Nice to know this person was a huge troll.
 
Banned forever. Reason: DDoS Threats (TOS Violation) (https://builtbybit.com/threads/funkemonkey-ddos-threats.468178/)
Status
This thread has been locked.
Top