ElectronUser

War Simulator Gun Mod [Works For 1st Person] [For Faster Devices]

Oct 29th, 2020 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. ---TY GUYS SO MUCH FOR 30 VIEWS!!!
  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 = 14;
  9. v.fire_distance = 300;
  10. v.spread = 1
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment