The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
War Simulator script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 21



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  for i, v in pairs(getgc(true)) do
  2. if type(v) == 'table' then
  3. if rawget(v, 'mag') and rawget(v, 'recoil') then
  4. v.mag = 100;
  5. v.fire_rate = 1600;
  6. v.fire_mode = "auto";
  7. v.pellets = 7;
  8. v.fire_distance = 300;
  9. v.spread = 1
  10. v.recoil = function() end
  11. end
  12. end
  13. end