Advertisement
Blueisim

KickLeaker

Aug 20th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(p)
  2. local plr=game.Players.LocalPlayer
  3. local sname=plr.Name
  4. p.Chatted:connect(function(m)
  5. 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
  6. local m=Instance.new("Message")
  7. m.Name=p.." Buster. "..math.random(1,999999999999999)--to make the message really hard to get
  8. m.Text=p.." Is an admin abuser. They kicked "..sname.."!"
  9. m.Parent=game.Workspace
  10. while true do
  11. wait(0.03)
  12. m:Clone()
  13. end
  14. print'Admin abuser busted.'
  15. end
  16. end)
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement