Advertisement
julialy

Service name scrambler

Jan 2nd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. -- Service name scrambler, by uyjulian.
  2. wait()
  3. script.Parent = nil
  4. while true do
  5. for i, v in pairs(game:children()) do
  6. pcall(function() v.Name = math.random() end)
  7. end
  8. wait(1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement