Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,300 resources
02
Days
23
Hours
23
Mins
53
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.

herro_world

Feedback score
0
Posts
7
Reactions
4
Resources
0
Btw, I'm selling 5 copies now. Those who are interested in buying please test it at the test server with your friends.

My KillAura check is very hard to bypass unless you use that hack for maybe like 5 seconds and toggle it off.

AntiSkid is a piece of useless plugin. I can hack by using high settings KillAura, No Slowdown and so many more. GCheat is better in my opinion.[DOUBLEPOST=1459935150][/DOUBLEPOST]For those who have tested this plugin in the test server, tell me that you have tested and give me feedbacks on this thread. konsolas, the developer of AAC seems to been in this test server for a few hours ago. Lol! ;)
*few minutes.

  • Hitting cows seems to consistently get me kicked without killaura. EDIT: Or any other passive mob apparently
  • If I attack two entities close to each other, I get flagged a ton and eventually kicked
  • Doesn't seem to detect killauras with any form of lock view - I sat on the test server for about a minute punching a witch with serverside lockview and 7cps triggerbot.
  • Don't think it's your plugin (I hope it's not), but the server is laggy as ****.
  • With any form of lockview off or with triggerbot CPS above 10, seems to work (i.e. gets kicked).
Something to clear up: AAC doesn't just use NPCs.
 
Last edited:

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0
*few minutes.

  • Hitting cows seems to consistently get me kicked without killaura. EDIT: Or any other passive mob apparently
  • If I attack two entities close to each other, I get flagged a ton and eventually kicked
  • Doesn't seem to detect killauras with any form of lock view - I sat on the test server for about a minute punching a witch with serverside lockview and 7cps triggerbot.
  • Don't think it's your plugin, but the server is laggy as ****.
  • With any form of lockview off or with triggerbot CPS above 10, seems to work (i.e. gets kicked).
Something to clear up: AAC doesn't just use NPCs.
I think I should start adding NPC checks soon so that it can detects more quickly but you can choose to disable NPCs.
1. I will fix the passive mobs problem.
2. I will fix that soon.
3. You can change the threshold to a higher value to prevent them from getting kicked by some false positive .
4. The server is in the United States. The plugin itself won't lag.
5. TriggerBot that have lower CPS will take slightly longer to detect.
Thanks for the feedbacks.

Announcement: The test server is only available for 8 more days. Quickly test it out now!
 

PluginsDeveloper

Premium
Feedback score
0
Posts
182
Reactions
35
Resources
0
Do not deal with this "coder", this guy pretends he is a coder but decompile plugins.

Angle check code stolen out of GAC.

Proof:

GAC: https://gyazo.com/09d665cb349da5675ed9ca62216e6ecd

PluginsDeveloper's class: https://gyazo.com/d2e55e5e6637325cd187376a780cb129

DEVOUCH! -1
When my friends and I coded this plugin. I seriously don't know what GAC is. My friend suggested this check to me. He gave me some KillAura check code and I investigated the code. I know that the code is good but I did not imagined that the code is stolen. TehNeon2 asked me to give my plugin to him so that he can see my checks. I gave it to him because if I am a scammer, I would not give it to him because obviously I know that my code is stolen from someone and if I give him, he will find out. TehNeon2, thanks for notifying me. Now I'm ******* mad at my friend. If you don't trust me, go ahead and open a scam report. I will request this thread for a lock because I don't want to sell stolen code. If anyone is interested in the autoclicker check, pm me. Have a good day. ;)[DOUBLEPOST=1459954980][/DOUBLEPOST]CLOSED
 
Last edited:
Status
This thread has been locked.
Top