Matrix anticheat [7.16.2]

bobobo
bobobo обновил ресурс Matrix anticheat новой записью:

7.0.65A

  • * Исправлены некоторые ложные флаги перемещения
  • * Улучшена производительность
  • * Экспериментальный новый метод прослушивания атак, который должен решить проблемы совместимости с некоторыми плагинами, запускающими entitydamageevent (но я не гарантирую стабильность)

Посмотреть подробности об этом обновлении...
 
bobobo
bobobo
@NovePoly, Ты не представляешь как это трудно сделать...
Весь файл в обфускации..
Я знаю когда выходит новая версия и сразу скачиваю её. В общем: как только версия будет взломана, так сразу загружу новую.
А пока придётся немного подождать.
 
bobobo
bobobo обновил ресурс Matrix anticheat новой записью:

7.1.0A

  • Поддержка 1.20
  • Исправлены некоторые ложные флаги перемещения.
  • Теперь вы можете отключить отмену атаки при проверке критов.
  • Вы можете использовать -Dmatrix.noinject, чтобы пропустить инъекцию состояния onload теперь, это может работать для некоторых серверов, но имейте в виду, что это приводит к тому, что некоторые проверки не работают

Посмотреть подробности об этом обновлении...
 
A
@bobobo, in the lastest version
spam in console

Код:
[13:43:31 WARN]: Exception in thread "OkHttp Dispatcher" java.lang.IllegalArgumentException: Invalid token
[13:43:31 WARN]:        at Matrix_7.1.0A.jar//me.rerere.matrix.internal.hc.onResponse(Unknown Source)
[13:43:31 WARN]:        at Matrix_7.1.0A.jar//me.rerere.matrix.thirdparty.okhttp3.internal.connection.RealCall$AsyncCall.run(Unknown Source)
[13:43:31 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[13:43:31 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[13:43:31 WARN]:        at java.base/java.lang.Thread.run(Thread.java:833)
 
bobobo
Here is the default config. Note line 25
config.yml:
# Download it here: https://black-minecraft.com/resources/1856/
#### Matrix Config - config.yml ####################################################
#
#     Hi, welcome to use Matrix anti-cheat, this is config.yml, used to define the
#  global settings of Matrix.
#
#  - If you encounter any problems, please go to our official Discord
#  group for help: https://discord.gg/pEvY55J
#
#  Useful Links:
#    Website: https://matrix.rip
#    Discord: https://discord.gg/pEvY55J
#    Wiki: https://wiki.matrix.rip
#    Issue Tracker: https://github.com/jiangdashao/Matrix-Issues/issues
#
#  Anyway, thanks for using Matrix anti-cheat! �?
#
#####################################################################################

# Should Matrix check update when starting up?
check_update: true

# Place access token here, you can get it from https://cp.rerere.me (Client - Token)
# Please do NOT share your access token with anyone!
access_token: 'crack_token'

# Permission Cache refresh interval (unit: seconds, default: 15)
permission_refresh_interval: 15

# Enable BungeeCord GeyserMC Support?
# Matrix supports two ways to run GeyserMC:
#   1. Spigot Mode: Install GeyserMC/FloodGate in Spigot, you don’t need to modify this setting, Matrix will automatically support it
#   2. Bungee Mode: When GeyserMC is installed in BungeeCord, you need to enable this option and also install Matrix in BungeeCord
# !!!    Do NOT enable this option if you have NOT installed GeyserMC in BungeeCord
bungee_geysermc_support: false

# Should there be a lightning bolt visual effect if someone is getting kicked using /matrix kick
kick_strike_lightning: true

# Server Lag Protection
# Automatically disables some checks when your server is lagging. This prevents
# most, but not all, false positives from occuring.
tps_protection:
  # Enable this feature?
  enable: true

  # Minimum TPS needed to trigger protection
  min_tps: 17.0

  # Lag spike threshold (millisecond)
  # If the server does not respond for a certain period of time, then close the check
  lag_threshold: 1000

# Log Violations (default: true)
# Logs all violations to a file. Files can be found in /plugins/Matrix/logs
# Warning: If you are using BungeeCord, I recommend setting
# this to FALSE. This will prevent useless log files from
# being stored and using up precious disk space.
log_file: true

# Delete outdated log files (days)
# If the log file is stored for more than the specified number of days, the log file will be deleted
# You can set it to [ICODE]-1[/ICODE] to disable this feature
delete_time: 30

# Deny Bypass Permission (default: false)
# By setting this option to TRUE, you are forcing Matrix to check everyone
# on the server, INCLUDING anyone who has Operator status. By setting this
# option to TRUE you can run the necessary tests without having to remove
# your operator status.
disable_bypass_permission: false

## Relog time
# How long after a player is kicked should he be allowed to log in (seconds)
# also, you can set -1 to disable this feature
relog_time: 5

# Disabled components
# You can disable a specific sub check here, instead of disabling the whole
# check, you can find component name in the end of verbose messages
# Example: If you add "speed.web" in the blow, the fast web check will
# be disabled
disabled_components:
  - 'example entry'

# Custom VL Weight (Format: component: new vl weight)
custom_vl_weight:
  - 'example_component:5'
 
Последнее редактирование:
A
@bobobo,
config:
# Download it here: https://black-minecraft.com/resources/1856/
#### Matrix Config - config.yml ####################################################
#
#     Hi, welcome to use Matrix anti-cheat, this is config.yml, used to define the
#  global settings of Matrix.
#
#  - If you encounter any problems, please go to our official Discord
#  group for help: https://discord.gg/pEvY55J
#
#  Useful Links:
#    Website: https://matrix.rip
#    Discord: https://discord.gg/pEvY55J
#    Wiki: https://wiki.matrix.rip
#    Issue Tracker: https://github.com/jiangdashao/Matrix-Issues/issues
#
#  Anyway, thanks for using Matrix anti-cheat! �?
#
#####################################################################################

# Should Matrix check update when starting up?
check_update: false

# Place access token here, you can get it from https://cp.rerere.me (Client - Token)
# Please do NOT share your access token with anyone!
access_token: 'crack_token'

# Permission Cache refresh interval (unit: seconds, default: 15)
permission_refresh_interval: 15

# Enable BungeeCord GeyserMC Support?
# Matrix supports two ways to run GeyserMC:
#   1. Spigot Mode: Install GeyserMC/FloodGate in Spigot, you don’t need to modify this setting, Matrix will automatically support it
#   2. Bungee Mode: When GeyserMC is installed in BungeeCord, you need to enable this option and also install Matrix in BungeeCord
# !!!    Do NOT enable this option if you have NOT installed GeyserMC in BungeeCord
bungee_geysermc_support: true

# Should there be a lightning bolt visual effect if someone is getting kicked using /matrix kick
kick_strike_lightning: false

# Server Lag Protection
# Automatically disables some checks when your server is lagging. This prevents
# most, but not all, false positives from occuring.
tps_protection:
  # Enable this feature?
  enable: true

  # Minimum TPS needed to trigger protection
  min_tps: 17.0

  # Lag spike threshold (millisecond)
  # If the server does not respond for a certain period of time, then close the check
  lag_threshold: 1000

# Log Violations (default: true)
# Logs all violations to a file. Files can be found in /plugins/Matrix/logs
# Warning: If you are using BungeeCord, I recommend setting
# this to FALSE. This will prevent useless log files from
# being stored and using up precious disk space.
log_file: true

# Delete outdated log files (days)
# If the log file is stored for more than the specified number of days, the log file will be deleted
# You can set it to [ICODE]-1[/ICODE] to disable this feature
delete_time: 7

# Deny Bypass Permission (default: false)
# By setting this option to TRUE, you are forcing Matrix to check everyone
# on the server, INCLUDING anyone who has Operator status. By setting this
# option to TRUE you can run the necessary tests without having to remove
# your operator status.
disable_bypass_permission: false

## Relog time
# How long after a player is kicked should he be allowed to log in (seconds)
# also, you can set -1 to disable this feature
relog_time: -1

# Disabled components
# You can disable a specific sub check here, instead of disabling the whole
# check, you can find component name in the end of verbose messages
# Example: If you add "speed.web" in the blow, the fast web check will
# be disabled
disabled_components:
  - 'move.hor'
  - 'move.vert'

# Custom VL Weight (Format: component: new vl weight)
custom_vl_weight:
  - 'example_component:5'
 
ВерхНиз