Advertisement
NiceBBMBThai

PRO LINEAGE Mod Pistol

Dec 4th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local gun2 = require(game.Players.LocalPlayer.Backpack.M1911A1.Setting)
  2.  
  3. gun2.Recoil = 0
  4. gun2.BurstFireEnabled = true
  5. gun2.ShotgunEnabled = true
  6. gun2.ShotgunReload = false
  7. gun2.BulletPerShot = 8
  8. gun2.Auto = true
  9. gun2.FireRate = 0
  10. gun2.BaseDamage = 250
  11. gun2.FireRate = 0
  12. gun2.ReloadTime = 0
  13. gun2.LimitedAmmoEnabled = false
  14. gun2.Knockback = 3.5
  15. gun2.Ammo = 15000
  16. gun2.MaxAmmo = 15000
  17. gun2.AmmoPerMag = 7
  18. gun2.ExplosiveEnabled = true
  19. gun2.ExplosionSoundVolume = 50
  20. gun2.ExplosionSoundVolume = 100
  21. gun2.ExplosionSoundPitchMin = 1000
  22. gun2.ExplosionSoundPitchMax = 10000000
  23. gun2.ExplosionRadius = 80000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement