for _, v in pairs(getgc(true)) do if type(v) == "table" and rawget(v, "BulletDamage") and rawget(v, "BulletRange") then v.MaxAmmo = 999999 v.Supply = 999999 v.BulletDamage = 450 v.BulletRange = 1000 v.FireInterval = 0 v.ReloadInterval = 0 print("guns modded") return end end print("executor not support or type error??")