Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T17:47:53.000Z (10 months ago)
- Last Synced: 2024-03-23T18:42:43.923Z (10 months ago)
- Topics: autorun, autorun-plugin, autorun-rs, garrysmod, glua, lua, plugin, scripthook
- Language: Lua
- Homepage:
- Size: 53.7 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ``Safety`` [![License](https://img.shields.io/github/license/Vurv78/Safety?color=red)](https://opensource.org/licenses/MIT) [![github/Vurv78](https://img.shields.io/discord/824727565948157963?label=Discord&logo=discord&logoColor=ffffff&labelColor=7289DA&color=2c2f33)](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.