The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Gun Mods Script! script pastebin roblox
By Gun Mods Script! on 2024-09-23 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local gun1 = require(game.Players.LocalPlayer.Backpack["Remington 870"].GunStates)
  2. local gun2 = require(game.Players.LocalPlayer.Backpack["AK-47"].GunStates)
  3. local gun3 = require(game.Players.LocalPlayer.Backpack["M9"].GunStates)
  4. for i,v in pairs(gun1) do print(i,v) end
  5. for i,b in pairs(gun2) do print(i,b) end
  6. for i,a in pairs(gun3) do print(i,a) end
  7. gun1["AutoFire"] = true
  8. gun2["AutoFire"] = true
  9. gun3["AutoFire"] = true
  10. gun1["FireRate"] = 0.0001
  11. gun1["Spread"] = 0
  12. gun1["CurrentAmmo"] = 99999999999
  13. gun1["StoredAmmo"] = 99999999999
  14. gun2["FireRate"] = 0.0001
  15. gun2["Spread"] = 0
  16. gun2["CurrentAmmo"] = 99999999999
  17. gun2["StoredAmmo"] = 99999999999
  18. gun3["FireRate"] = 0.0001
  19. gun3["Spread"] = 0
  20. gun3["CurrentAmmo"] = 99999999999
  21. gun3["StoredAmmo"] = 99999999999



  • Recent Roblox Scripts