Weird Strict dad script | Bacon hub X Baconhack hub | Updated!

zeian_russell · August 24, 2024
local lib = loadstring(game:HttpGet("https://[Log in to view URL]", true))()
local win = lib:Window("Bacon hub X Baconhack hub", "Weird Strict Dad | Bacon hub X Baconhack hub", Color3.new(0.333333, 0.666667, 1))
local tab = win:Tab("Main")
local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
label:NewLabel("Main", properties)
tab:Line()
tab:Button("Auto Trashes", function()
        while true do
        wait(0.1)
        local trash = workspace.Game.trashes:FindFirstChild(1)
        if trash then
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(trash.Position)
            wait(0.3)
            fireproximityprompt(trash.ProximityPrompt)
        end
    end
end)

tab:Line()
tab:Button("Auto Eat", function()
        for _, Eat in pairs(game.workspace.House.Rooms.Kitchen.FridgeNoodles.Primary.ProximityPrompt) do
            local Raw = game.Players.LocalPlayer.Backpack.RawNoodle
            
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.FridgeNoodles.Primary.Position)
            wait(0.3)
            fireproximityprompt(Eat)
            wait(0.3)
            game.Players.LocalPlayer.Character.Humanoid:EquipTool(Raw)
            wait(0.3)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.Stove.Primary.Position)
            wait(0.3)
            fireproximityprompt(workspace.House.Rooms.Kitchen.Stove.Primary.ProximityPrompt)
            wait(0.3)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.DiningTable.Noodles.DadPlate.Plate.Position)
            wait(0.3)
            fireproximityprompt(workspace.House.Rooms.Kitchen.DiningTable.Noodles.DadPlate.Plate.ProximityPrompt)
            wait(0.3)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.FridgeNoodles.Primary.Position)
            wait(0.3)
            fireproximityprompt(Eat)
            wait(0.3)
            game.Players.LocalPlayer.Character.Humanoid:EquipTool(Raw)
            wait(0.3)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.Stove.Primary.Position)
            wait(0.3)
            fireproximityprompt(workspace.House.Rooms.Kitchen.Stove.Primary.ProximityPrompt)
            wait(0.3)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Kitchen.DiningTable.Noodles.DadPlate.Plate.Position)
            wait(0.3)
            fireproximityprompt(workspace.House.Rooms.Kitchen.DiningTable.Noodles:GetChildren()[4].Plate.ProximityPrompt)
            wait(5)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Bedroom.Carpet:GetChildren()[2].Position)
        end
end)

tab:Line()
tab:Button("Auto Drink", function()
        for _,v Drink in pairs(game.workspace.House.Spares:GetChildren()[6].Primary.ProximityPrompt) do
            local Drinking = game.Players.LocalPlayer.Backpack.DrinkingGlass
            
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Spares:GetChildren()[6].Primary.Position)
            wait(0.1)
            game.Players.LocalPlayer.Character.Humanoid:EquipTool(Drinking)
            fireproximityprompt(Drink)
            wait(0.1)
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.House.Rooms.Bedroom.Carpet:GetChildren()[2].Position)
        end
end)

local tab = win:Tab("Visual")
local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
label:NewLabel("Visual", properties)
tab:Line()
tab:Button("Esp Dad", function()
	local Highlight = Instance.new('Highlight', game.Workspace.Game.dad.Dad)
	-- Set properties of Highlight if needed
end)

local tab = win:Tab("Info")
local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
label:NewLabel("Information", properties)
tab:Button("Made By Baconhack_26", function()
	game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
end)
Output

Comments

Please sign up or log in to contribute to the discussion.