Advertisement
willwac

Untitled

Nov 22nd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. function fs.open(file,mode)
  2.     if file = "/.boot.cfg" then return nil
  3.     else return fs.open(file, mode) end
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement