Advertisement
SigmaBoy456

Roblox 4Bing Giant Explosion gun mod

Oct 2nd, 2024
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 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.ExplosiveEnabled = true
  11. h.CooldownRate = 0.001
  12. h.BaseDamage = 100
  13. h.SelfDamage = false
  14. h.ReloadTime = 0.001
  15. h.RecoilSpeed = 0.001
  16. h.FriendlyFire = true
  17. h.LifeSteal = 100
  18. h.CanSpinPart = true
  19. h.HoldingTime = 0.001
  20. h.BulletPerBurst = 30
  21. h.BurstRate = 30
  22. h.MaxHeat = 99999
  23. h.ExplosionRadius = 150
  24. h.ExplosionKnockback = true
  25. h.AdvancedChargingTime = 0.001
  26. h.RecoilSpeed = 0.001
  27. h.CooldownTime = 0.001
  28. h.BulletPerShot = 100
  29. h.ExplosionKnockbackPower = 100
  30. h.TimeBeforeCooldown = 0.01
  31. h.DelayBeforeFiring = 0.01
  32. h.BulletSpeed = 99999
  33. h.HoldingTime = 0.001
  34. h.BurstRate = 10
  35. h.ChargingAnimationSpeed = 0.5
  36. h.FireRate = 0
  37. h.Accuracy = 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement