Advertisement
FragRage21

Anti Exploit

Feb 20th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local plrs = game.Players
  2. while wait(1) do
  3. for i,v in pairs(plrs:GetChildren()) do
  4.  for i,b in pairs(v.Backpack:GetChildren()) do
  5.   if b:IsA("HopperBin") then b:Destroy() end
  6.  for i,c in pairs(v.Character:GetChildren()) do
  7.   if c:IsA("HopperBin") then c:Destroy() end
  8. end
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement