Advertisement
LDDestroier

Too Long Without Yield loop

May 26th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. function badToTheBones()
  2.     while true do end
  3. end
  4. while true do
  5.     pcall(badToTheBones())
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement