Advertisement
Magzz

IMVU CREDITScxzzx

Feb 18th, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --made by 6magz
  2. for i, v in next, debug.getregistry() do
  3. if type(v) == "table" then
  4. if v.MaxAmmo then
  5. v.MaxAmmo = math.huge
  6. v.Ammo = math.huge
  7. v.FireTime = 0
  8. v.MagSize = math.huge
  9. v.HeadShot = math.huge
  10. v.TorsoShot = math.huge
  11. v.LimbShot = math.huge
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement