Advertisement
Magzz

IMVU CREDITScxzczx

Feb 18th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --made by 6magz
  2. [code]local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
  3. m.StoredAmmo = math.huge
  4. m.MagSize = math.huge
  5. m.Semi = false
  6. m.Damage = {Max = 1500000, Min = 10000}
  7. m.Spread = {Min = 0, Max = 0}
  8. m.ViewKick = {
  9. Pitch = {Min = 0, Max = 0},
  10. Yaw = {Min = 0, Max = 0}
  11. }
  12. m.BulletPenetration = 1500
  13. m.FireTime = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement