JacobRoblox

Untitled

May 23rd, 2020
9,420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. EDIT THIS ACCORDING TO YOUR GUN NEEDS !!!!!
  2.  
  3. local plr = game.Players.LocalPlayer
  4. _G.ammo = true
  5. while _G.ammo == true do
  6. spawn(function()
  7. game:GetService("Players")[plr.Name].Status.Weapons.UP9.AmmoLoaded.Value = 10000
  8. end)
  9.  
  10. spawn(function()
  11. game:GetService("Players")[plr.Name].Status.Weapons.UP9.ClipMax.Value = 10000
  12. end)
  13.  
  14. spawn(function()
  15. game:GetService("Players")[plr.Name].Status.Ammo["9mm"].Value = 100000
  16. end)
  17. wait()
  18. end
  19.  
  20. spawn(function()
  21. if _G.ammo == false then
  22. spawn(function()
  23. game:GetService("Players")[plr.Name].Status.Weapons.UP9.ClipMax.Value = 12
  24. end)
  25.  
  26. spawn(function()
  27. game:GetService("Players")[plr.Name].Status.Weapons.UP9.AmmoLoaded.Value = 12
  28. end)
  29. end
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment