Skip to content

Lewis-Hashbrown/Hashbrowns-Command-Center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashBrowns Command Center

HashBrowns Command Center Banner

HashBrowns Command Center is a multi-client DreamBot organizer / manager that lets you run and manage a lot of clients in one clean dashboard without everything turning into a mess.

What it can do

  • Organize lots of clients in one window (20+ supported)
  • Scale tiles so they stay usable at high client counts
  • Quick client control flow
  • Right-click tile actions (Mute/Unmute client, Close client)
  • Top-bar controls for Mute All, Tile Click Control, Close All
  • Settings menu for FPS/layout/performance

Main Features

  • Scalable grid layout for large multi-client sessions
  • Click-to-control workflow with optional prompts
  • Per-client and global audio controls
  • Startup setup prompt if DreamBot JAR path is not configured
  • Full source code included for transparency

Quick Start (For Most Users)

  1. Download this repo as ZIP and extract it.
  2. Open the extracted folder.
  3. Run:
powershell -ExecutionPolicy Bypass -File .\Build-Portable.ps1
  1. After build finishes, open this folder:

HashBrowns-Command-Center

  1. Run this file:

HashBrowns Command Center.exe

Screenshots

Dashboard Overview (Stretch to fill mode)

Dashboard Overview

Keep Default Ratio Mode

Keep Default Ratio

High Client Count (Stretch to fill mode)

36 Clients

Second Page View (Stretch to fill mode)

Second Page

Settings

Settings

Projects

  • ClientDashboard/ - Main WPF app source code

AutoTest and OneClick-LiveDreamBotTest.ps1 are not required for normal users and are not included in this repo.

Requirements

  • Windows 10/11
  • .NET 8 SDK (for building from source)

Build

dotnet build ClientDashboard/ClientDashboard.csproj

Run (dev)

dotnet run --project ClientDashboard/ClientDashboard.csproj

Publish

dotnet publish ClientDashboard/ClientDashboard.csproj -c Release -o ClientDashboard/publish

Where the EXE is

  • If you used Build-Portable.ps1, the exe is here:
    • HashBrowns-Command-Center\HashBrowns Command Center.exe
  • If you used dotnet publish manually, the exe is in whatever output folder you passed with -o.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors