https://github.com/vurv78/safety
Secure your gmod experience
https://github.com/vurv78/safety
autorun autorun-plugin autorun-rs garrysmod glua lua plugin scripthook
Last synced: 11 months ago
JSON representation
Secure your gmod experience
- Host: GitHub
- URL: https://github.com/vurv78/safety
- Owner: Vurv78
- License: mit
- Created: 2021-07-08T07:51:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T21:06:11.000Z (12 months ago)
- Last Synced: 2025-03-28T22:22:31.079Z (12 months ago)
- Topics: autorun, autorun-plugin, autorun-rs, garrysmod, glua, lua, plugin, scripthook
- Language: Lua
- Homepage:
- Size: 62.5 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ``Safety`` [](https://opensource.org/licenses/MIT) [](https://discord.gg/yXKMt2XUXm)
This is a plugin for [Autorun-rs](https://github.com/Vurv78/Autorun-rs) to make your experience safer by preventing crashes and disallowing common malicious behaviors like file spam and deletion.
## ☑️ Features
* ⚙️ Easy to configure (See plugin.toml)
* 📈 Blacklisting net messages, concommands
* ``+voicerecord``, etc
* 📁 Restricting access to filesystem
* 💣 Patches >15 easy ways to crash your game
* Issues pulled straight from the [garrysmod-issues](https://github.com/Facepunch/garrysmod-issues) facepunch won't fix.
* 🔍 Being mostly undetectable
* Haven't tested against specific anticheats (Make an issue!).
* 📋 HTTP Whitelist
* Avoid leaking your IP thanks to shitty addons like PAC and Streamcore.
## 🤔 Usage
This is meant to be used with Autorun's plugin system.
__Drag this repo (as a folder) into your ``C:/Users//autorun/plugins`` folder!__
## Minimum Supported Garry's Mod Version
Current minimum supported version is whichever removed `debug.getregistry()`, as the detours for that have now been removed. If you keep up to date, you shouldn't have to worry about this.