Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local newUsername = "User" .. tostring(math.random(1000000))
- local newID = tostring(math.random(1000000))
- game:GetService("Players").LocalPlayer.Name = newUsername
- game:GetService("Players").LocalPlayer.UserId = newID
- wait(5)
- end
- local oldKick = game:GetService("Players").LocalPlayer.Kick
- local oldBan = game:GetService("Players").LocalPlayer.Ban
- game:GetService("Players").LocalPlayer.Kick = function() end
- game:GetService("Players").LocalPlayer.Ban = function() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement