View difference between Paste ID: mGs7f1UT and 5d1p1DJC
SHOW: | | - or go back to the newest paste.
1-
local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
1+
local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1, Weapon2"))
2
m.StoredAmmo = math.huge
3
m.MagSize = math.huge
4
m.Semi = false
5
m.Damage = {Max = 1500000, Min = 10000}
6
m.Spread = {Min = 0, Max = 0}
7
m.BulletPenetration = 1500
8
m.FireTime = 0