Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,900 resources
00
Days
07
Hours
37
Mins
21
Secs

AntiCheat (KillAura/TriggerBot Detection) (Closed)

Status
This thread has been locked.

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0
Hey guys, my friends and I have coded an advanced KillAura detection plugin and it works like a charm. We have been figuring out how to detect KillAura well especially TriggerBot for months and we finally managed to detect those hacks smoothly. It doesn't spawn any NPCs to check whether the player is using KillAura, it uses a smarter way to detect them. It may cause false positive sometimes but I will improve that soon.

Here are the hacks which this plugin detects:
Green - Detects Very Quickly
Yellow - Detects Quickly
Orange - Detects Normally
Red - Takes Slightly Longer To Detect (Hackers might work within thresholds to bypass them. Very less likely but possible.)

KillAura
KillAuraLegit

MultiAura
ForceField
ForceFieldLegit

TriggerBot
ClickAura
FightBot
AutoClicker
Macros
FlightSpeed

Note: The main purpose of this plugin is to detect KillAura/ForceField/TriggerBot. AutoClicker/Macros detection is not that advanced. We just prevent them from clicking too fast but we didn't use the advanced method. We will try our best to improve that soon.

Compatibility:
Spigot 1.7.X/1.8.X/1.9.X
May works on lower versions. Haven't tested on lower versions.

Requirements:
This plugin is completely standalone. It uses maths to detect hackers instead of using NPCs by depending on ProtocolLib to detect them.

Commands:
/anticheat - Show the plugin information.
/anticheat notify - Notify players with anticheat.notify permission about hackers.
/anticheat reload - Reload the configuration files.

Permissions:
Code:
permission:
  anticheat.*:
    description: Allow access to all the /anticheat commands.
    children:
      anticheat.bypass: true
      anticheat.notify: true
      anticheat.reload: true
  anticheat.bypass:
    default: op
    description: Bypass the anti cheat checks.
  anticheat.notify:
    default: op
    description: Allow access to the /anticheat notify command and able receive notifications when a player hacks.
  anticheat.reload:
    default: op
    description: Allow access to the /anticheat reload command.

Configuration:
config.yml
Code:
# ------------------------------ #
#
#  AntiCheat 1.1
#  (c) JustinTZV
#
# ------------------------------ #

verbose: false
verbose-message: "&8{player} is suspected for {hacks} (Violation: {violation})."

killaura:
  enabled: true
  threshold-reset: 60
  thresholds:
    4: "anticheat notify &7{player} is suspected for using KillAura or related #1."
    6: "anticheat notify &7{player} is suspected for using KillAura or related #2."
    8: "kick {player} &7[&6AntiCheat&7] KillAura or related"

autoclicker:
  enabled: true
  max-clicks-allowed: 15
  threshold-reset: 30
  thresholds:
    1: "anticheat notify &7{player} is suspected for using AutoClicker/Macros #1."
    2: "anticheat notify &7{player} is suspected for using AutoClicker/Macros #2."
    3: "kick {player} &7[&6AntiCheat&7] Strange clicking speed (AutoClicker?/Macros?)"

Video:
This is the video taken by me. Sorry for the lag. My old PC is really laggy. My friend will be recording a better one.



Copies:
I am selling 5 copies to prevent the plugin from being leaked it. However if you leaked it and I have found out, I will disable your version. I don't want many people to have it because I want to keep the checks private.
Currently: 5/5 copies available.

Price:
$40 ($30 for the first two buyers)
I accept payments through paypal only.
I want payments that are sent through friends & family.

Vouches:
1
I tested this plugin, works fine I think. Didn't false kick or notify a combat check on me.

+1 i'm vouching for PluginsDeveloper

Vouch Copies:
Vouch Copies will not be given because the price is really reasonable.

Updates:
Updates MAY be given based on your requirements. I will do some bug fixing and improve checks and false positive.
Code:
v1.0 - Plugin release.
v1.1 - Configuration files, better AutoClicker detection, code obfuscation, new commands.
[*]Added a configuration file. Now you can configure commands that will be run by the server if a player reach certain threshold.
[*]AutoClicker detection has been improved.
[*]Code has been obfuscated to prevent buyers from knowing our method of detection.
[*]Added command /anticheat notify to notify players with anticheat.notify permission when a player hacks.
[*]Added command /anticheat reload to reload the configuration.

Terms & Conditions:
1. Strictly no redistributing, sharing, leaking, reselling this plugin. If I found out, your version will be disabled and I will blacklist you from buying my plugins.
2. Strictly no viewing, editing, modifying, decompiling the plugin source as all the checks are private (we have spent a few months thinking a way to block advanced clients) and I don't want people to know how we detect those hacks.
3. Strictly no performing a dispute, claim or a chargeback after you bought this plugin. Doing so will result your plugin version be disabled and I will open a scam report.
4. No asking for a refund. The plugin itself works very well. If you have any problems contact me.
5. Do not claim this plugin as your own.

Thank you and have a nice day. ;)

Test Server:
anticheat.mcserv.pro
198.27.81.182:27691

Note: If you are testing this plugin in the test server, make sure you get your friend on as well. So that you can actually see how this plugin works.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
Nobody will buy this anti cheat even with a video, no matter how good your anti cheat really is. Buyers won't trust the client you are using, they want to test their own clients ect.
In conclusion, if you want to sell an anti cheat get a test server.
 

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0
Nobody will buy this anti cheat even with a video, no matter how good your anti cheat really is. Buyers won't trust the client you are using, they want to test their own clients ect.
In conclusion, if you want to sell an anti cheat get a test server.
Thanks for advising me. I will see if this is possible. But why does this guy does not have a video and a test server but he still managed to sell his plugin?
http://www.mc-market.org/threads/88903/[DOUBLEPOST=1459577954][/DOUBLEPOST]
How is this any better then AAC? (Advanced Anti Cheat)
AAC uses fake players or NPCs to detect KillAura but my plugin uses maths to detect KillAura and TriggerBot. The fake players method is an old way to detect KillAura and may be bypassed by ghost clients. I can't say which is better but I can say that both are equally good. The downside of AAC is that the fake players are annoying for some people and AAC causes lag sometimes. :)
 

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
Thanks for advising me. I will see if this is possible. But why does this guy does not have a video and a test server but he still managed to sell his plugin?
http://www.mc-market.org/threads/88903/
Nobody is buying that plugin, those vouches are from vouch copies. The people who vouched had no idea what they were doing, they were most likely jumping with huzuni and saying "OMG IT WORKS!!!"! If you create a test server I will be sure to check it out and potentially purchase your plugin :)[DOUBLEPOST=1459580992][/DOUBLEPOST]
2. Strictly no viewing, editing, modifying, decompiling the plugin source as all the checks are private (we have spent a few months thinking a way to block advanced clients) and I don't want people to know how we detect those hacks.
If you are really worried about people finding out your methods, I wouldn't sell the plugin as it something that is going to happen no matter what.
 

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0
Nobody is buying that plugin, those vouches are from vouch copies. The people who vouched had no idea what they were doing, they were most likely jumping with huzuni and saying "OMG IT WORKS!!!"! If you create a test server I will be sure to check it out and potentially purchase your plugin :)[DOUBLEPOST=1459580992][/DOUBLEPOST]
If you are really worried about people finding out your methods, I wouldn't sell the plugin as it something that is going to happen no matter what.
I will create a test server soon since you have recommended me to.
The video will be created by my friend as I am waiting for the video currently.
I think I will obfuscate my code to make people harder to read them.
 
Last edited:

VB.

Plugin Developer / CSGO Player
Premium
Feedback score
0
Posts
17
Reactions
14
Resources
0
If you're selling something as advanced as you say you are, I would recommend obfuscating your code.
Also, if you get a video up, I may purchase this from you.
 

Style_

PevaMc Owner
Premium
Feedback score
0
Posts
137
Reactions
18
Resources
0
Is there a test server that you could setup so that people would actually try it out before buying?
 

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
Status
This thread has been locked.
Top