Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .-./`) _______ .-''-. .-./`) ________ ____ __
- \ .-.') / __ \ .'_ _ \ \ .-.')| | \ \ / /
- / `-' \ | ,_/ \__) / ( ` ) '/ `-' \| .----' \ _. / '
- `-'`"`,-./ ) . (_ o _) | `-'`"`| _|____ _( )_ .'
- .---. \ '_ '`) | (_,_)___| .---. |_( )_ | ___(_ o _)'
- | | > (_) ) __' \ .---. | | (_ o._)__|| |(_,_)'
- | | ( . .-'_/ )\ `-' / | | |(_,_) | `-' /
- | | `-'`-' / \ / | | | | \ /
- '---' `._____.' `'-..-' '---' '---' `-..-'
- Turns your gun into a OP mini-gun.
- 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
- 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
- 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
- stats['maxSpread'] = 0
Advertisement
Add Comment
Please, Sign In to add comment