Vunqz

Prisonlife shotgun mod

Nov 15th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  2. m.Damage = 100
  3. m.MaxAmmo = math.huge
  4. m.CurrentAmmo = math.huge
  5. m.AutoFire = true
  6. m.FireRate = 0
Add Comment
Please, Sign In to add comment