Advertisement
ElectronUser

War Simulator Gun Mod [Works For 1st Person]

Oct 28th, 2020 (edited)
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. ---50 views and ill add [for slow devices] and [for faster devices]
  2. for i, v in pairs(getgc(true)) do
  3. if type(v) == 'table' then
  4. if rawget(v, 'mag') and rawget(v, 'recoil') then
  5. v.mag = 100; --change the number to how much ammo you want
  6. v.fire_rate = 1600; --change the number to how fast you want the gun to fire
  7. v.fire_mode = "auto";
  8. v.pellets = 7;
  9. v.fire_distance = 300;
  10. v.spread = 1
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement