Merge pull request #756

* nya v1.2
This commit is contained in:
haiwwkes
2024-10-28 22:48:35 +05:00
committed by GitHub
parent 71ba4c0ccc
commit e44ec4a4ef
3 changed files with 13 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ public sealed class CheatCheckSystem : EntitySystem
if (ev.HasMoonyware)
detections.Add(("Чит-клиент", "Обнаружен Moonyware", 95));
if (ev.HasHarmony)
detections.Add(("Чит-клиент", "Имеется 0Harmony. Скорее всего читер. Следите с помощью nyagrab", 100));
if (ev.IoCOffender != null)
detections.Add(("IoC манипуляция", $"Неразрешенный тип: {ev.IoCOffender}", 70));