Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Releases: KuebV/MidnightDefense

1.3.1 Release : Temporary Hiatus

26 Aug 23:20
8eae97d
Compare
Choose a tag to compare

This is the last update before hiatus

Midnight Cheat Client has been discontinued and shutdown

If any other cheats do spring up, Midnight-Defense should still be able to counter and block a majority of them.

Changes:

  • Removed initial Speed-Hack Detection Method (Time between firing bullets, now it's based on velocity)
  • Added Bypasses for each detection in the form of permissions, view the README for info
  • Fixed some configurations not working
  • Fixed a whole lot of error messages
  • False FF messages shouldn't trigger anymore

Removals

  • Some Config Options
- SpeedhackDetectionThreshold
- SpeedhackDetectionCancelEvent

Note: If any other cheats do come up, please send me a message or post an issue with proof, I only accept videos to analyze

Version 1.3.0 - NoClip Detection + More

22 Aug 05:07
b25d498
Compare
Choose a tag to compare
Pre-release

This is a pre-release! Testing is still being done, so not all bugs may be fixed. If you find a bug, either open an issue or DM me

Additions:

  • NoClip Detection
  • New Configurations below:
# Noclip Detection
noclip_detection: true
# Points given when suspected player attempts to NoClip
noclip_detection_points: 1
# Rubberband to last recorded position when suspected player attempts to noclip
noclip_rubberband: true
# Maximum Velocity before Noclip is detected (Don't change this to anything lower than the default!)
noclip_maximum_velocity: 7.57189512
# How often does the plugin check the player velocity for noclip?
no_clip_detection_speed: 0.5
# Should NoClip Detection activate even on staff?
no_clip_detection_staff: false
# What roles should be allowed to use NoClip even if they aren't staff
no_clip_allowed_roles:
- Tutorial
  • New Translations:
# When the plugin is enabled, the webhook will send this message
discord_enable_message: 'Midnight Defense (Version: %version%) will send alerts to this channel!'
# Anti-Aimbot NPC Name
silent_aimbot_n_p_c_name: MD-AC
  • #3 - Discord Webhook Suggestion
  • When the plugin is enabled, a message will be sent to the webhook alerting that webhooks will be sent to that channel, with the version number

Fixed Bugs

  • Friendly-Fire being detected on suicide
  • Player Objects not being instantiated on join
  • Elevators are the bane of my existence

Changes

  • OnJoin will no longer instantiate the player, that has been moved to ChangeRoleEventArgs
  • Coroutines won't run if they aren't enabled

Bug Squasher & More Configuration

20 Aug 07:39
9de3727
Compare
Choose a tag to compare

Bug Squasher & More Configuration

Thank you everyone that reported bugs!

Changes:

  • Fixed Friendly-Fire Bug (thanks for reporting the bug MatStef132)
  • Reduced Dictionaries and merged most everything into a single object
  • Staff will no longer be spammed with cheater requests
  • Added Discord Webhook Support, view Translation File to change how the message looks
  • Cheat Points will actually have an effect on the triggers
  • Cleanup (no more useless methods)
  • Class Extensions

Added Configurations:

# Maximum times an alert will notify staff / discord about the cheater
alert_max_times: 3
# How often does the plugin check if anyone has reached the point threshold to alert staff
alert_timeframe: 10
# Enable Discord Webhook Alerts
discord_webhook_enabled: false
# Discord Webhook Username
discord_webhook_username: Midnight Defense Alerts
# Discord Webhook URL
discord_webhook_u_r_l: webhookHere

Added Translations:

# Discord Alert Message
discord_alert_message: '%player% has been detected for cheating! Detected Cheats [%cheats%]'
# Anti-Aimbot NPC Name
silent_aimbot_n_p_c_name: MD-AC

Future Implementations:

(These are not guaranteed)

  • Anti-Noclip
  • Better SCP-049 Movement Detection
  • More Speedhack Protections
  • Aimbot will trigger under some sort event

Fixed MDAC Config Command

20 Aug 16:18
1ce8974
Compare
Choose a tag to compare

Not a full release, not much testing has been done to 1.2.5

Initial Release

19 Aug 01:37
Compare
Choose a tag to compare

It should be noted that this plugin is still very experimental and requires a lot of testing and time, in which I do not have

Read the README for more info on the plugin and all that it can do

If you have any issues and errors, let me know but the config is always there for you to disable / enable stuff
Anti-Aimbot has been barely tested, so if there's issues they'll be fixed over the next coming days