base raiders script ██╗ ██╗██╗ ██╗██╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗███████╗ ██║ ██║██║ ██║██║ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝██╔════╝ ███████║███████║██║ █████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║ ███████╗ ██╔══██║██╔══██║██║ ██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║ ╚════██║ ██║ ██║██║ ██║███████╗███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║ ███████║ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ Turns your gun into a OP mini-gun. base raiders script How to dowload it? base raiders script Code: local gun = "Gun name" -- Put your gun name here local stats = require(game.ReplicatedStorage.WeaponScripts.WeaponConfigs:FindFirstChild(gun)) stats['damage'] = math.huge stats['customDamage'] = math.huge stats['pellets'] = 15 stats['burst'] = 0 stats['RPM'] = math.huge stats['range'] = 90000 stats['magSize'] = math.huge base raiders script How to get it for free? base raiders script stats['reloadTime'] = 0.000001 stats['minSpread'] = 0 stats['maxSpread'] = 0 stats['bulletSpeed'] = math.huge stats['fireMode'] = 1 Credit to GreenMs02 basically he made it so that you don't have to enter the gun name Code: for i,v in pairs(game.Players.LocalPlayer.Backpack:children()) do base raiders script How to get it for free? base raiders script local stats = require(game.ReplicatedStorage.WeaponScripts.WeaponConfigs:FindFirstChild(v.Name)) stats['damage'] = math.huge stats['customDamage'] = math.huge stats['pellets'] = 15 stats['burst'] = 0 stats['RPM'] = math.huge stats['range'] = 90000 stats['magSize'] = math.huge stats['reloadTime'] = 0.000001 stats['minSpread'] = 0 base raiders script PasteShr base raiders script stats['maxSpread'] = 0 base raiders script