Skip to main content

How To Protect Your Schedule 1 Server From Malicious Mods and Security Threats

1. Download the MLVScan Plugin

Downloading the MLVScan plugin from the Files tab on Nexus Mods

2. Extract MLVScan Plugin

Extracting the MLVScan plugin zip archive using WinRAR in Windows File Explorer

3. Log In to Your Panel


4. Select the ‘File’ Tab

Cybrancee Panel navigation menu with the Files tab highlighted

5. Select the ‘Plugin’ Folder

Cybrancee Panel File Manager showing the Plugins folder highlighted in the root directory

6. Upload the “MLVScan.dll” Into the Plugin Folder

Viewing the generated MLVScan directory inside the UserData folder in the server file manager

7. Restart Your Server


8. How the Security Scanning Engine Works

During server initialization, MLVScan runs static code analysis and heuristic behavioral checks across all assemblies:

Pre-Execution Assembly Analysis: Scans the bytecode of all .dll files in Mods/, Plugins/, and UserLibs/ before MelonLoader allows them to run Harmony patches or instantiate game components.

Native Process Execution Detection: Flags unsafe external process invocations (CreateProcess in kernel32.dll, ShellExecuteEx in shell32.dll, or hidden CMD/PowerShell executions).

Data Exfiltration Interception: Detects outbound HTTP POST and PUT payloads targeting unverified external webhooks or remote command-and-control servers.

Automated Threat Isolation: If an assembly triggers correlated high-risk signals, MLVScan blocks the file from executing and prevents malicious code from compromising the host system.


9. Understanding Threat Severity Levels

Severity LevelRisk ProfileDetected TriggersRecommended Action
CRITICALImmediate Security ThreatWebhook exfiltration, native shell execution (kernel32.dll, shell32.dll), memory scraping.Delete immediately. Remove the flagged .dll from your Mods/ folder.
HIGHHigh Risk / Dangerous API CallsUnobfuscated network socket connections, file system manipulation outside the game directory.Review the report details; verify the mod source with the author.
MEDIUMPotential Risk / ObfuscationHeavy string encryption, dynamic assembly loading, reflection over sensitive engine types.Verify whether the mod uses legitimate anti-tamper or protection tools.
LOWMinor AnomalyNon-standard metadata, unverified author signatures, debug hooks.Safe to keep if downloaded from a trusted Nexus Mods creator.

10. Locate Generated Security Audit Reports

I. Navigate to the “UserData” Folder

Cybrancee Panel File Manager root directory with the UserData folder highlighted

II. Select the “MLVScan” Folder

Uploading MLVScan.MelonLoader.dll to the server directory using the control panel file manager

III. Select the Latest .txt or .log Report File To Inspect Detailed Technical Findings.

Server console output showing MLVScan detecting suspicious behavior, displaying severity breakdown, and blocking MLVTestMod.dll before loading

Schedule 1 Server Hosting

Starts at $9.99

External link icon

Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents