This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- UnBIOS by JackMacWindows | |
-- This will undo most of the changes/additions made in the BIOS, but some things may remain wrapped if `debug` is unavailable | |
-- To use, just place a `bios.lua` in the root of the drive, and run this program | |
-- Here's a list of things that are irreversibly changed: | |
-- * both `bit` and `bit32` are kept for compatibility | |
-- * string metatable blocking (on old versions of CC) | |
-- In addition, if `debug` is not available these things are also irreversibly changed: | |
-- * old Lua 5.1 `load` function (for loading from a function) | |
-- * `loadstring` prefixing (before CC:T 1.96.0) | |
-- * `http.request` |