Search the Community
Showing results for tags 'esp'.
-
Version 0.0.2
6 downloads
APAdminWH is a fully customizable wallhack tool with a sleek in-game UI. Designed for server administrators, it provides powerful visualization features to monitor player activity, including sleepers, with complete control over what and how information is displayed — all from a user-friendly menu. Key Features 1. Intuitive UI Floating button (WH) with support for custom icons (PNG) or simple text label. Full-featured admin menu — no need to type commands. 2. Real-Time Visual Options Toggle wallhack and sleeper visibility. 1. Customizable HUD elements: Player names + distance + health Eye direction lines 3D player boxes 2. Adjustable settings: Update interval: 0.1–15 seconds Visibility distance: 50–1000 meters Eye line length 3. Color Customization Separate colors for active players and sleepers. Built-in presets: White, Cyan, Yellow, Red, Green Admin Commands /aw — Toggle wallhack on/off /aws — Toggle sleeper tracking /awmenu — Open in-game UI menu Config: { "Colors": { "AccentColor": "0.2 0.6 0.8 1", "ButtonHoverColor": "0.2 0.2 0.2 0.95", "MainColor": "0.1 0.1 0.1 0.95", "PanelButtonColor": "0.15 0.15 0.15 0.95", "TextColor": "0.969 0.922 0.882 1" }, "OpenButton": { "AnchorMax": "1 0", "AnchorMin": "1 0", "Color": "0.969 0.922 0.882 0.03137255", "ImageName": "ICON_WH.png", "OffsetMax": "-209.73345 97.84776", "OffsetMin": "-235.733765 71.84754", "UseImage": true }, "Panel": { "AnchorMax": "0.97 0.85", "AnchorMin": "0.71 0.31", "ShowCursorWhenOpen": true }, "Version": { "Major": 0, "Minor": 0, "Patch": 1 } } Setup Instructions Place APAdminWH.cs into your oxide/plugins/ folder. Upload the desired icon image (e.g., ICON_WH.png) to oxide/data/APAdminWH/. Reload or start the server — the config and UI will be created automatically. Grant the permission: oxide.grant user <steamID> apadminwh.use$15.00 -
Version 1.1.2
335 downloads
This is a simple tool to help you catch ESPer's. Unlike methods in the past requiring cheaters to fall for traps, this one will be watching without having to give them any bait! This plugin is still in "beta" and is offered at a reduced price for a limited time. Since 1.0.12, the embed now includes a radar image to show violations (red line): The above embed shows the culprit, with quick links to Steam, Battlemetrics, and ServerArmour. Along with each violation that caused the trigger, the consist of the violation id, the time it happened, and steamid and distance from the culprit. It is highly recommended to use along with ADR, although not required, but can easily eliminate false positives by having the option to watch the player from the demo. Commands /testesp - this will send a test embed to your configured webhook. Permissions espdetection.ignore Ignores specific players who are granted this permission. Config options explanation General Max distance to check The maximum to check if the player is ESPing. (default 150 outside, 100 inside) Check Interval How often should a player be checked (default 1 second) Ignore Players Idle Ignore players that haven't changed position (default 15 seconds) Only track players with active weapons Track players that have equipped weapons only. (default true) Auto Demo Record (only applicable if Auto Demo Record is installed) Record Length How long should the triggered recording be (default 10 minutes) Discord Webhook Where the logs & ADR recordings should be sent to Webhook Title Title of the embed Violations Probability % Which % probability should trigger a Discord embed and ADR recording. (default 40%) Samples How many samples should be kept in memory, to calculate the probability (default 20) Weapon Specific Configs These change characteristics of weapons Weapon Shortname Max distance to check This overrides the general setting for the weapon only Track if set to false, a player will be ignored if he has this weapon equipped. (default true) Attachment Specific Configs These change characteristics of attachments Attachment Shortname Add distance while aiming As the name suggests, it adds extra distance to the previous configs, useful for when aiming with an 8x or 16x Track if set to false, a player will be ignored if he has this weapon equipped. (default true) NOTE: if you are using ADR, a good command to use when reviewing the demos are `debug.culling 1`$25.00 -
Version 2.0.04
109 downloads
AdminESP is a lightweight Rust Oxide plugin that lets administrators toggle an ESP mode. Once enabled, all players are highlighted through walls and objects, allowing for rapid target detection and efficient server oversight. # Configuration: { "Privilege of using the ESP": "adminesp.use", "UI customization": { "Enable display of UI for the player": true, "AnchorMin Position": "0 0.025", "AnchorMax Position": "0.05 0.053" }, "Display player avatars": true, "Enable prefix in messages": true, "Configuration version": { "Major": 2, "Minor": 0, "Patch": 0 } } Privilages: # Chat and console commands: # API: private bool API_HasActive(ulong userID) - Does the player have ESP enabled return true/false private void API_EspActivate(BasePlayer player) - Force ESP to turn on private void API_EspDeactivate(BasePlayer player) - Force Disable ESP #HOOKS object CanChangedESP(BasePlayer player, bool activated) - Called before ESP is enabled/disabled, returning any value other than null will prevent the player from activating/deactivating ESP void OnEspActivated(BasePlayer player) -Notification about player's ESP enabled void OnEspDeactivated(BasePlayer player) - Notification about player's ESP being disabled # LANG: { "UI.ESP.Title": "ESP Settings", "UI.Button.Title": "ESP", "UI.Sleepers.Title": "Sleepers:", "UI.Sleepers.Description": "Display sleeping players", "UI.Distance.Title": "Distance:", "UI.Distance.Description": "Display distance", "UI.Update.Title": "Update:", "UI.Update.Description": "Update frequency", "UI.Admins.Title": "Admins:", "UI.Admins.Description": "Display administrators", "UI.Names.Title": "Names:", "UI.Names.Description": "Display names", "UI.Boxes.Title": "Boxes:", "UI.Boxes.Description": "Display player boxes", "UI.ViewLine.Title": "View Line:", "UI.ViewLine.Description": "Display player view line", "UI.LineLength.Title": "Line Length:", "UI.LineLength.Description": "Player view line length", "UI.Button.Off": "OFF", "UI.Button.On": "ON", "MSG.OFF": "ESP has been disabled", "MSG.ON": "ESP has been enabled", "MSG.Prefix": "<color=orange>[Admin ESP]:</color> ", "MSG.Permission": "You do not have access to this command", "UI.Msg.Help": "ESP Settings:\n/ae settings UpdateTime {0} - data update frequency (0.15 sec)\n/ae settings PlayerDistance {1} - max display distance (200 meters)\n/ae settings ShowAdmins {2} - display admins (true/false)\n/ae settings DrawNames {3} - display player names (true/false)\n/ae settings DrawBoxes {4} - display player boxes (true/false)\n/ae settings DrawEyeLine {5} - display player view line (true/false)\n/ae settings Sleeping {6} - display sleeping players (true/false)\n/ae settings EyeLineDistance {7} - player view line length (20 meters)", "DDRAW.Sleep": "Sleep", "DDRAW.Health": "Health:", "UI.Description.Bottom": "Powered by OxideBro 2025", "UI.SelectedPlayer.Title": "Selected player:", "UI.Buttons.All": "All", "UI.Buttons.Online": "Online", "UI.Buttons.Sleep": "Sleepers", "UI.Buttons.Enabled": "You have <color=green>enabled</color> the display of players in the world", "UI.Buttons.Disabled": "You have <color=red>disabled</color> the display of players in the world" }$15.00 -
Version 1.0.6
12 downloads
My Beacon is small beacon plugin that shows your items across map to you ModulerCars needs to be edited to become players car on a Garage lift. rest On first mount . Each beacon has its own permission to use. Current Beacons Available: Minicopters Teammates Horses Last Death submarines Boats Modulercars Drones Config { "ArrowHeadSize": 3.0, "ArrowHeight": 25.0, "ArrowHeightFromGround": 3.0, "Colors": { "GridDayColor": "blue", "GridNightColor": "yellow", "NameDayColor": { "a": 1.0, "b": 1.0, "g": 0.0, "grayscale": 0.114, "maxColorComponent": 1.0, "r": 0.0 }, "NameNightColor": { "a": 1.0, "b": 1.0, "g": 1.0, "grayscale": 1.0, "maxColorComponent": 1.0, "r": 1.0 } }, "DisplayTime": 30.0, "NightEndTime": 9, "NightStartTime": 20, "TextSize": 18 } Commands /mymini - Shows all minicopters that you have /myteam - Shows current teammates /mydeath - Show last death location /myhorse - Show all horses belonging to you /myboat - Show all boats belonging to you /mysub - Show all Subs belonging to you /myvehicle - shows all Cars belonging to you /mydrone - shows all Drones beloning to you Future Beacons Train Carts$1.50 -
Version 1.0.0
30 downloads
Plugin shows the locations of mines in the Rust game to players on leave for a certain period of time. This helps players pool resources around them more quickly and efficiently. Properties Players can see the mines for a certain period of time. Marking of mines with different colors according to their location (Sulfur, Metal and Stone). The configuration file allows server owners to customize the plugin's features. Players will not be able to reuse the command during the specified cool-down period. Multilingual support of the plug-in and availability of language files. Permissions orelocations.show - authorization to use the plugin Configuration you can set the the configuration file { "CooldownTime": 300.0, "DisplayDuration": 30.0, "MaxDistance": 500.0 }$2.00
