
Credits: l10scripts
give syou fininite money and auto upgrade requires the upgrade menu to be visible
-- infinite money
local updateMoney = filtergc("function", {Name = "UpdateMoney"}, true)
updateMoney(99999999999999)
-- auto upgrade
for _,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Gui.Shop.Body.Upgrades.Table:GetChildren()) do
for _, conn in pairs(getconnections(v.B.MouseButton1Up)) do
task.spawn(function()
while wait() do
conn.Function()
end
end)
end
end
Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Broken Bones IV game.
This script may require a payment or subscription. Please check the script's description for more details.
Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.
Yes, this script is designed to be compatible with mobile executors.





