Posted 14 August 2015 - 10:31 PM
What Is It?
Safe Run is a program that will run any program in any directory simply from it's name. Not only that, but it will warn the user (you) if the program could contain any malicious lines.
Why… This is truly the most useless thing ever!
I understand your confusion completely. The point of safe run is to provide users with some security. Malicious code is continuing to grow among ComputerCraft, and the built in CraftOS does nothing to prevent grief by itself. This code is meant to be used from those that enjoy looking at other people's creations, but are worried about malicious programs ruining their computers, especially if they are playing in an actual survival world, or have other important programs on the computer.
This program doesn't protect against ____!
Post down below filters that should be added to safe run.
What it protects against currently:
- shell.run (Can be used to run other harmful programs)
- fs.delete
- fs.open
- loadstring
- loadfile
- dofile
- io.open
- fs.move
- os.loadAPI
Pastebin Code
Note: This is a new program. It does not protect against everything and may have some minor bugs.
Installer(Very new. May have a few issues.): pastebin run TUBgyryp
Additionally, you may use pastebin run TUBgyryp <safeRun version> to install different versions.
NOTE: You will have to update the installer to download a new version currently.
Previous Versions:
Spoiler
(1.0.2) maV86jHD
(1.0.1) QyKkHSkH
(1.0.0) hxGmtNvZ
Edited on 17 August 2015 - 01:12 AM