Sirshark10

TLCO boot

Feb 11th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local pE = _G.printError
  2. function _G.printError()
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. print("Type code to run (LIVE CODE)")
  6. term.setCursorPos(2,2)
  7. _G.printError = pE
  8. while true do
  9. sleep(0)
  10. loadstring(read())()
  11. end
  12. end
  13. os.queueEvent("terminate")
Add Comment
Please, Sign In to add comment