Advertisement
SNAKERBLX

Untitled

Apr 28th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local function infammo()
  3. for _,v in next, plr.Character:GetChildren() do
  4. if v:IsA("Tool") then
  5. local A_1 = 10000000
  6. local A_2 = v.Ammo
  7. local Event = v.CSEngine.ChangeValue
  8. Event:FireServer(A_1, A_2)
  9. end
  10. end
  11. end
  12. while wait() do
  13. pcall(function()
  14. infammo()
  15. end)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement