Advertisement
SigmaBoy456

4 Bing Mod Gun(no explosion)

Oct 3rd, 2024 (edited)
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. local h = require(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Setting["1"])
  2. h.MaxAmmo = math.huge
  3. h.Ammo = math.huge
  4. h.AmmoPerMag = math.huge
  5. h.Auto = true
  6. h.Spread = 1
  7. h.MaximimTime = 0.001
  8. h.ChargingTime = 0.001
  9. h.Recoil = 0.001
  10. h.CooldownRate = 0.001
  11. h.BaseDamage = 100
  12. h.SelfDamage = false
  13. h.ReloadTime = 0.001
  14. h.RecoilSpeed = 0.001
  15. h.FriendlyFire = true
  16. h.LifeSteal = 100
  17. h.CanSpinPart = true
  18. h.HoldingTime = 0.001
  19. h.BulletPerBurst = 30
  20. h.BurstRate = 30
  21. h.MaxHeat = 99999
  22. h.AdvancedChargingTime = 0.001
  23. h.RecoilSpeed = 0.001
  24. h.CooldownTime = 0.001
  25. h.BulletPerShot = 100
  26. h.ExplosionKnockbackPower = 100
  27. h.TimeBeforeCooldown = 0.01
  28. h.DelayBeforeFiring = 0.01
  29. h.BulletSpeed = 99999
  30. h.HoldingTime = 0.001
  31. h.BurstRate = 10
  32. h.ChargingAnimationSpeed = 0.5
  33. h.FireRate = 0
  34. h.Accuracy = 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement