Advertisement
osmarks

Untitled

Dec 12th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local olderror = error
  2. _G.error = function() end
  3. _G.term.redirect = function() end
  4. function _G.term.native()
  5. _G.term.native = nil
  6. _G.term.redirect = nil
  7. _G.error = olderror
  8. print "TLCO executed"
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement