[SRC] NoCombatHacks | Christmas Update Released!

 [SRC] NoCombatHacks | Christmas Update Released! 2.0.8

[SRC] NoCombatHacks | Christmas Update Released!
DEOBFUSCATED NoCombatHacks, enjoy guys
https://www.spigotmc.org/resources/nocombathacks-christmas-update-released.28159/


THE DEVELOPMENT HAS BEEN STOPPED TEMPORARILY! WE'LL BE BACK SOON!

mjxkBWc.png


PLEASE READ THE RESOURCE PAGE BEFORE RATING. AND ALSO PLEASE USE THE DISCUSSION PAGE OR PM ME WITH A REPORT INSTEAD OF USING THE REVIEW SECTION.

mjxkBWc.png


uCyFtbK.png



Most advanced skript anti-cheat, here in spigot!

NoCombatHacks attempts to prevent cheat modern clients from pvp enhancing in minecraft, making your server more safe. Checks cover a wide range of major combat hacks issues including killaura and other malicious pvp behaviour.

mjxkBWc.png


Milestones:
Code:
10 downloads - ✔, Yay!
25 downloads - ✔, Ohhh. Thanks :)
50 downloads - ✔, Crap, Thank you very much! :)
75 downloads - ✔, Going to 100. Help me reach it guys! :D
100 downloads - ✔, Woahh, this is insane. Thanks for support! :D
250 downloads - ✔, It really pushes me to continue this project. :)
500 downloads - ✔, Road to 1k downloads! :o
1000 downloads - ✔ *Aim*
mjxkBWc.png


What are the hacks that are being blocked?
*
- Not fully tested, buggy. Use at your own risk.

KillAura
MultiAura
MobAura
Forcefield
Autoclicker
ClickAura
Reach
Fastbow
God Mode
Anti Knockback*
Fast Eat
No Swing
Regen
Criticals (Packet-jumping)*
Aimbot*


I'll be adding more hacks soon.
(Tell me some bypasses, i will try to fix it!)
mjxkBWc.png


Videos:
None for this moment, send me a video to be showcased here!

mjxkBWc.png


Why is it advanced than other skript anti-cheats?

Ping and TPS
NCH calculates the ping of the player and the TPS (ticks per seconds) of the server so the player wont be punished/kicked while playing with the anticheat. Hackers can be catched easily without affecting legit players.

Configurable
You can configure almost everything you want in NCH, from messages to punish commands. If false positives occur, you can experiment with check values, which might help you make NCH better.

Informative

NCH sends messages to the players who has the right permission (staffs). This is useful for checking false positives and for busting hacker's pvp strategy.

Sensitive
Because NCH just punishes the hackers, this allows it to be more sensitive than any of it's counterparts that send notifications! This allows me to implement secret force-field checks based on studying player behavior, as well as making checks much more sensitive.

Plugin Compatibilities
NCH is compatible with mcmmo, protocol hacks (viaversion, protocolsupport) and other anticheats that blocks movements like NoCheatPlus!
mjxkBWc.png


Latest Configuration
Code:
#####################################################################[/COLOR][/LEFT]
[COLOR=#006600][LEFT]#   __     __     ___________     _      _                          #
#  |  \   |  |   / ________  |   | |    | |                         #
#  |   \  |  |  | |        \_/   | |    | |                         #
#  |    \ |  |  | |              | |____| |   NoCombatHacks by      #
#  |     \|  |  | |              |  ____  |      Andalmere          #
#  |  |\     |  | |         _    | |    | |                         #
#  |  | \    |  | |________/ \   | |    | |                         #
#  |__|  \ __|   \___________|   |_|    |_|                         #
#                                                                   #
#####################################################################
#
# Note: The default config is designed and tested to work
#       properly. It is not recommended to change these checks
#       unless you commit false positives. Make sure also that
#       the players who are reporting aren't hackers.
#
# If you need help in configuring, just ask me (Andalmere) on spigot.
# LINK: https://www.spigotmc.org/members/andalmerecraft.97300/
#

# If the player has this permission, they will be notified, they can bypass and they can use commands.
staff-permission: NCH.staff

# If x times of hacking is obtained. The punish command will execute. I recommend you to put it on 4-7. Remember! The
# lower the value, the more strict the skript is.
execute-punish: 4

# If disabled, then the skript would handle the punishments. And if enabled, then the command that is being set on
# custom-punish will execute.
enable-custom-punish: false

# The command that is being executed if enable-custom-punish is set to true.
custom-punish: 'kick %{player}% You have been kicked for using %{hack}%!'

# If enable-custom-punish is set to false, this would be displayed on hacker kick.
punish-message: '&8[&cNCH&8] &7You have been kicked for using %{hack}%!'

# If enable-custom-punish is set to false, this would be broadcast on the entire server.
broadcast: '&8[&cNCH&8] &c%{player}% &7have been kicked for using %{hack}%!'

# If a player is suspected for hacking. The staffs who are online will be notified by this message.
notify-message: '&8[&cNCH&8] &c%{player}% &7is suspected for &b%{hack}%&7! &6(ping = %{ping}%, tps = %{tps}%)'

# Enables/Disables hack check. Set true to enabled or false to disabled
killaura-check: true
reach-check: true
macro-check: true
god-check: true
antiknockback-check: true
fastbow-check: true
fasteat-check: true
regen-check: true
criticals-check: true
aimbot-check: true

# End of config..


mjxkBWc.png


Commands
  • /nocombathacks help - Displays a list of commands.
  • /nocombathacks ping <player> - Gets the actual player ping.
  • /nocombathacks tps - Get the actual TPS, not the average TPS.
  • /nocombathacks check <player> - Checks player's attempts to hack. This is useful also to determine false positives.
mjxkBWc.png


Permissions
Note: These are the default permissions, you can change them at the skript itself.​
  • NCH.staff - When a player has this permission, they will be notified when player is trying to hack.​
mjxkBWc.png


Installation
First, you need to download these dependencies to make the skript run. Click the spoiler to show these plugins needed to be downloaded.

Dependencies:
Skript - https://github.com/bensku/Skript/releases (Works on 1.7-1.10)
SkQuery 1.7, 1.8, 1.9 - http://republicansensei.com/SkQuery 1.7-1.8-1.9.jar
SkQuery 1.10 - http://republicansensei.com/SkQuery 1.10.jar
SkRayfall - https://dev.bukkit.org/bukkit-plugins/skrayfall/ (Just click the right version for your server)
WildSkript 1.8- http://republicansensei.com/WildSkript 1.7-1.8.jar
WildSkript 1.9- http://republicansensei.com/WildSkript 1.9-1.10.jar
WildSkript 1.10- http://republicansensei.com/WS Reborn 1.10.jar
Citizens - http://ci.citizensnpcs.co/job/Citizens2/
Umbaska - https://umbaska.gatt.space/

Drop all the dependencies to the plugins folder. Then, download this skript by clicking the download button at the upper right corner of the resource page. Put the NoCombatHacks folder in the plugins folder and drop the remaining files to /plugins/Skript/scripts/ directory. And you are good to go!

mjxkBWc.png


Recommendations

These are the recommendation from the author. This will make the anti-cheat work properly with these recommendations. You can ignore this if you don't want these.

Viaversion: https://www.spigotmc.org/resources/viaversion.19254/
Since skript is pretty outdated and the other non-official skript plugin are so buggy. It may force you to use the official 1.8 skript plugin, which is outdated. But viaversion will make the 1.8 server open to the players who are using 1.8/1.9/1.10 vanilla clients. This is useful to avoid bugs from the beta version of skript.

React: https://www.spigotmc.org/resources/react-smart-server-performance.21057/
React fixes the instabilities at the source. This will make your tps high and this is useful to avoid false positives in NCH since it is using ping/tps checks.

Dakata Anti-Cheat: https://www.spigotmc.org/resources/dakataanticheat-dac-optimized-code.26911/
I know, I know. NoCombatHacks prevents only pvp enchancers, But this anti-cheat is very advanced to block modern world/movement hack clients. Making NCH run with Dakata is a good idea. Really punishes hackers as soon as possible and making non-hackers play safely without any disadvantages.

mjxkBWc.png


EULA
By downloading NoCombatHacks, you agree to this end-user license agreement.​
  1. This is a free resource. So please dont claim it as yours and dont post this skript on other websites or here in spigot as your resource.​
  2. You should not post any problems / bugs or related in the reviews section, at least because I will never respond and I will never fix your problem. To report something, you have to PM me or message me at the discussion page.​
  3. The resource is not open for you to edit. You are not allowed to decompile / reverse-engineer, modify, share, use it's code or it's parts in any form.​
mjxkBWc.png


Donate
The author gives priority for this resource, and he needs coffee. Consider donating :D


mjxkBWc.png

Latest updates

  1. I forgot to make it into zip file

    I forgot to make it into a zip file

Similar resources

(1.8.x) Intel SRC 2022-01-16 ENDERMANQPL
0.00 star(s) 0 ratings
Downloads
0
Updated
*SOURCE CODE* Xoro HCF Utilities plugin SRC X
0.00 star(s) 0 ratings
Downloads
94
Updated
Active + SRC by NZXTER P
0.00 star(s) 0 ratings
Downloads
104
Updated
BlackSpigot General Chat
Rules Help Users
    A @ albusdumbledore9: wanted the 445 plugin pack by youguys i think posted it
    Top