What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Survive in the Facility Revamp |Edit Weapon Stats

Version / Update: v1.0.0
Download / Script Link
local script = require(game:GetService("Players").LocalPlayer.Backpack.Deagle.Settings)

script.Auto = true
script.BurstEnabled = true
script.CameraShakeEnabled = false
script.Spread = 0
script.ReloadTime = 0
script.DelayBeforeFiring = 0
script.DelayAfterFiring = 0
script.SpreadReduction = 0
script.BurstShots = 10
script.Intensity = 0
script.ReloadAnimationSpeed = 0



-- module script here, feel free to test which ones work. damage and ammo do not work for whatever reason.

return {
["Auto"] = false,
["Explosive"] = false,
["ShotgunEnabled"] = false,
["ClipInReload"] = false,
["BurstEnabled"] = false,
["ChargeUpEnabled"] = false,
["MinigunEnabled"] = false,
["DualEnabled"] = false,
["DebuffEnabled"] = false,
["SniperScopeEnabled"] = false,
["MouseIconID"] = "316279304",
["MuzzleEffectName"] = "MuzzleEffect",
["HitEffectName"] = "HitEffect",
["HitSoundIDs"] = {
186809061,
186809249,
186809250,
186809252
},
["IdleAnimationID"] = 18733232852,
["IdleAnimationSpeed"] = 1,
["ShootAnimationID"] = 78909972619524,
["ShootAnimationSpeed"] = 1,
["ReloadAnimationID"] = 134969043008424,
["ReloadAnimationSpeed"] = 1,
["ClipInAnimationID"] = nil,
["ClipInAniationSpeed"] = 1,
["BulletSpeed"] = 25,
["BulletSize"] = Vector3.new(0.25, 0.25, 100),
["BulletColor"] = Color3.fromRGB(252, 142, 78),
["BulletTransparency"] = 0.25,
["BulletMaterial"] = Enum.Material.Neon,
["BulletFadeTime"] = 1,
["BulletHoleSize"] = 0.4,
["Ammo"] = 8,
["Damage"] = 50,
["Firerate"] = 0.225,
["BulletsPerShot"] = 1,
["Spread"] = 0.5,
["ReloadTime"] = 4,
["ClipReloadTime"] = 0.5,
["ChargeUpTime"] = 1,
["DelayBeforeFiring"] = 1,
["DelayAfterFiring"] = 1,
["HeadshotDamageMultiplier"] = 1.5,
["KnockbackPower"] = 0,
["LifeStealAmount"] = 0,
["BurstShots"] = 3,
["BurstFirerate"] = 0.075,
["ExplosionRadius"] = 15,
["CameraShakeEnabled"] = true,
["Intensity"] = 1,
["SpreadReduction"] = 0.5,
["FOV"] = 50,
["ShakeReduction"] = 0.5,
["MouseSensitivity"] = 0.15
}
[ View More ]
32b055e2-0c99-455a-9b41-2badc6e4f92a.webp


some functions in the module script do work, but most importantly damage and ammo most likely would not work.(use deagle or any weapon with a Module Script named "Settings" in them. to check use dex explorer, go to ur player, backpack then go to the weapon you want to modify).if they have a Module Script named "Settings" then just copy the path and replace the module script i put at the top.feel free to edit the script and add onto what works :D
 
Back
Top