Advertisement
julialy

Untitled

Nov 15th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. game.Players.LocalPlayer.Character = nil
  3. script.Parent = game.Players.LocalPlayer.PlayerScripts
  4. local lol = {}
  5. for i = 1, 320379985 do
  6. local try = pcall(function() require(i) end)
  7. if try then
  8. wait()
  9. table.insert(lol, i)
  10. end
  11. if i % 1000000 == 0 then
  12. print("step", i)
  13. wait()
  14. end
  15. end
  16.  
  17. for i, v in pairs(lol) do
  18. print(v)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement