Advertisement
UndyingSouls9423Disc

Infinite Ammo

Jan 30th, 2020
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. for _, v in pairs(game.Players.LocalPlayer.playerstats.slots:GetDescendants()) do
  2. if v.Name == ("Clip") then
  3. for _, t in pairs(game.Lighting.LootDrops:GetChildren()) do
  4. if t:FindFirstChild("ObjectID") then
  5. if t.ObjectID.Value == v.Parent.Parent.ObjectID.Value then
  6. print("aids")
  7. changeval(v,t.ObjectID.Clip.Value)
  8. changeval(v.MaxClip,t.ObjectID.Clip.MaxClip.Value)
  9. end
  10. end
  11. end
  12. end
  13. end
  14. end
  15. while infammenabl == true do
  16. wait()
  17. for _, v in pairs(game.Players.LocalPlayer.playerstats.slots:GetDescendants()) do
  18. if v.Name == ("Clip") then
  19. changeval(v,"PiiYYAiSPS")
  20. elseif v.Name == ("MaxClip") then
  21. changeval(v,10000)
  22. end
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement