Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:connect(function(p)
- local plr=game.Players.LocalPlayer
- local sname=plr.Name
- p.Chatted:connect(function(m)
- if m=="/ki "..sname or m=="/ki "..string.sub(sname,1,2) or m==":kick "..sname or m==":kick "..string.sub(sname,1,2) or m==";kick "..sname or m==";kick "..string.sub(sname,1,2) or m=="/bye "..sname or m=="/bye "..string.sub(sname,1,2) then
- local m=Instance.new("Message")
- m.Name=p.." Buster. "..math.random(1,999999999999999)--to make the message really hard to get
- m.Text=p.." Is an admin abuser. They kicked "..sname.."!"
- m.Parent=game.Workspace
- while true do
- wait(0.03)
- m:Clone()
- end
- print'Admin abuser busted.'
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement