vlatkovski

Untitled

Apr 23rd, 2015
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. s=52
  2.  
  3. for i=1,tonumber(s)^tonumber(s) do
  4.     s=s.."0"
  5.     print(i..": "..s, "\n")
  6.  
  7.     if math.random(1,5) == 4 then
  8.         if not pcall(function() game:service'RunService'.RenderStepped:wait() end) and not pcall(function() wait() end) then error'just saved you from crashing' end
  9.     end
  10. end
  11.  
  12. print'are you dead yet?'
Advertisement
Add Comment
Please, Sign In to add comment