Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- coroutine.yield=function()
- return nil
- end
- printError=coroutine.yield
- error=coroutine.yield
- os.shutdown=coroutine.yield
- os.reboot=coroutine.yield
- while true do
- pcall(coroutine.yield)
- end
Advertisement
Add Comment
Please, Sign In to add comment