bloxburg

1.

--BROUGHT TO YOU BY GETMODS.NET--
for i,v in pairs(getgc(true)) do
    if type(v) == "function" and getinfo(v).name == "CreateChatBubble" then
        old = hookfunction(v, function(...)
            local a = old(...)
            local order = ({...})[2].Parent.Order
            for _,workstation in pairs(workspace.Environment.Locations.BloxyBurgers.CashierWorkstations:GetChildren()) do
                if not workstation.OrderDisplay.DisplayMain.CashierGUI.Used.Visible and workstation.Occupied.Value == order.Parent then
                    local cashier = workstation.OrderDisplay.DisplayMain.CashierGUI.Frame
                   
                    for i,v in pairs(getconnections(cashier[order.Burger.Value].Activated)) do
                        v:Fire()
                    end
                   
                    if order.Fries.Value then
                        for i,v in pairs(getconnections(cashier.Fries.Activated)) do
                            v:Fire()
                        end
                    end
                   
                    if order.Cola.Value then
                        for i,v in pairs(getconnections(cashier.Cola.Activated)) do
                            v:Fire()
                        end
                    end
                   
                    for i,v in pairs(getconnections(cashier.Done.Activated)) do
                        v:Fire()
                    end
                end
            end
            return a
        end)
    end
end

2.

loadstring(http_request({Url="https://cdn.applebee1558.com/alphax/AlphaX.lua",Method="GET"}).Body)()
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.