Anonymouse10101

(Roblox) Project Lazarus Update:Inf Ammo,Inf Dmg,And More

Apr 9th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
  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
Add Comment
Please, Sign In to add comment