1. for _,t in pairs(getgc(true)) do
  2. if type(t) == 'table' then
  3. if rawget(t, "Ammo") then
  4. rawset(t, "Ammo", math.huge)
  5. if rawget(t,'FireRate') then
  6. rawset(t,'FireRate', 1000)
  7. if rawget(t,'ReloadTime') then
  8. rawset(t,'ReloadTime', 0.5)
  9. if rawget(t,'Shells') then
  10. rawset(t,'Shells', 5)-- I think work only on shotguns
  11. if rawget(t,'RecoilMax') then
  12. rawset(t,'RecoilMax', 0)
  13. if rawget(t,'GunType') then
  14. rawset(t,'GunType', 'Auto')
  15. if rawget(t,'RecoilMin') then
  16. rawset(t,'RecoilMin', 0)
  17. if rawget(t,'HipSpread') then
  18. rawset(t,'HipSpread', 0)
  19. if rawget(t,'AimSpread') then
  20. rawset(t,'AimSPread', 0)
  21. end
  22. end
  23. end
  24. end
  25. end
  26. end
  27. end
  28. end
  29. end
  30. end
  31. end