Version 1.0.0
3 downloads
Turn Your Players into Hackers
Code Lock Bruter is a unique Rust plugin that introduces a new raid mechanic — a customizable code lock brute-forcing device. Give your players a thrilling, hacker-style experience and bring fresh gameplay to your server.
Feature
A new in-game item: Code Lock Bruter, with 3 progressive tiers. Each laptop defines how many codes can be attempted and at what speed (fully configurable via config)
Green Laptop( green_code_lock_bruter )
Max Attempts: 100 codes (1% of all possible codes)
Speed: 1 code/sec
Blue Laptop( blue_code_lock_bruter )
Max Attempts: 500 codes (5% of all possible codes)
Speed: 2 codes/sec
Red Laptop( red_code_lock_bruter )
Max Attempts: 1000 codes (10% of all possible codes)
Speed: 4 codes/sec
Custom code pattern
Players input a custom code pattern (e.g. 0000-0100, 1111, 2222, 3333, 4444-5000), and the laptop automatically brute-forces all matching combinations in real time, based on the tier’s speed. The pattern is automatically validated, and players receive clear feedback if the input is invalid.
User-Friendly Interface
Clean and intuitive UI — accessible and clear, even for first-time users.
Risk & Reward Balance
The laptop is destroyed immediately upon taking any damage — whether from bullets, explosions, or melee attacks.
Brute-forcing is powerful — but not overpowered. Laptop speed and code limits are fully configurable. By default, the Green Laptop can brute-force just 1% of all possible codes in 100 seconds, while the Red Laptop handles 10% in 250 seconds (≈ 4 minutes, 10 seconds).
Localization Support
Fully supports Rust’s built-in localization system. Includes default English, German, Russian, French and Italian translations.
Commands
No chat commands required — everything is handled directly through the in-game UI. To give items manually, use Rust’s default give command:
give green_code_lock_bruter
give blue_code_lock_bruter
give red_code_lock_bruter
Note: By default, bruter do not spawn in loot.
Admins must distribute them manually or configure integration with other plugins (e.g. loot tables, events, NPCs, shop systems, etc.).
Configuration
DEFAULT CONFIGURATION
{
"GreenCodeLockConfiguration": {
"DefaultPattern": "0000-0099",
"MaxAttempts": 100,
"SpeedInSeconds": 1.0
},
"BlueCodeLockConfiguration": {
"DefaultPattern": "0000-0499",
"MaxAttempts": 500,
"SpeedInSeconds": 2.0
},
"RedCodeLockConfiguration": {
"DefaultPattern": "0000-0999",
"MaxAttempts": 1000,
"SpeedInSeconds": 4.0
}
}
Installation Instructions
Install Dependencies
ImageLibrary – place into the plugins folder
CustomItemDefinitions– place into the plugins folder
Install This Plugin
Download the plugin file after purchase
Drop it into the plugins folder
That’s it — you’re ready to go.
Need Help or Have Questions?
I'm actively supporting this plugin and open to suggestions, feedback, or bug reports.
Join Discord