Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pE = _G.printError
- function _G.printError()
- term.clear()
- term.setCursorPos(1,1)
- print("Type code to run (LIVE CODE)")
- term.setCursorPos(2,2)
- _G.printError = pE
- while true do
- sleep(0)
- loadstring(read())()
- end
- end
- os.queueEvent("terminate")
Add Comment
Please, Sign In to add comment