Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local olderror = error
- _G.error = function() end
- _G.term.redirect = function() end
- function _G.term.native()
- _G.term.native = nil
- _G.term.redirect = nil
- _G.error = olderror
- print "TLCO executed"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement