Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character = nil
- script.Parent = game.Players.LocalPlayer.PlayerScripts
- local lol = {}
- for i = 1, 320379985 do
- local try = pcall(function() require(i) end)
- if try then
- wait()
- table.insert(lol, i)
- end
- if i % 1000000 == 0 then
- print("step", i)
- wait()
- end
- end
- for i, v in pairs(lol) do
- print(v)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement