Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
Infinite Money Auto Upgrade Open Source - Broken Bones IV Script | Free Roblox Script
Broken Bones IV Broken Bones IV

Infinite Money Auto Upgrade Open Source

Broken Bones IV 1 views just now
Infinite Money Auto Upgrade Open Source - Roblox Script
Mobile Mobile Friendly
Key Key Required

Description

Credits: l10scripts

give syou fininite money and auto upgrade requires the upgrade menu to be visible

Broken Bones IV
Explore more scripts
View all Broken Bones IV scripts

18 Lines 462 Bytes
-- 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

Comments section coming soon...

Frequently Asked Questions

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.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/infinite-money-auto-upgrade-open-source/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other