Advertisement
Blueisim

BanLeaker

Aug 20th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 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=="/bn "..sname or m=="/bn "..string.sub(sname,1,2) or m==":ban "..sname or m==":ban "..string.sub(sname,1,2) or m==";ban "..sname or m==";ban "..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 banned "..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