Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Service name scrambler, by uyjulian.
- wait()
- script.Parent = nil
- while true do
- for i, v in pairs(game:children()) do
- pcall(function() v.Name = math.random() end)
- end
- wait(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement