> For the complete documentation index, see [llms.txt](https://probacon-hub.gitbook.io/probaconhub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://probacon-hub.gitbook.io/probaconhub/scripts/probaconhub-v2.md).

# ProBaconHub V2 🟢

## Introduction

After two months of intensive development, we are pleased to announce the release of ProBaconHub V2.

ProBaconHub V2 represents a complete overhaul of the original ProBaconHub, addressing numerous prior shortcomings. The updated user interface features a redesigned layout and optimized functionality. Rigorous testing across multiple game titles confirms compatibility with 98% of games.

***

## Supported Games

* [x] [Base Battles!](ttps://www.roblox.com/games/5326405001/)  🟢
* [x] [Blox Hunt](https://www.roblox.com/games/70005410/)  🟢
* [x] [Break In (Story)](https://www.roblox.com/games/3851622790/)  🟢
* [x] [Build a Boat](https://www.roblox.com/games/537413528/)  🟢
* [x] [Build and Survive! Classic](https://www.roblox.com/games/3056526277/)  🟢
* [x] [Cart Ride Into Rdite](https://www.roblox.com/games/4913581664/)  🟢
* [x] [City Life](https://www.roblox.com/games/5802642341/)  🟠
* [x] [Destruction Simulator](https://www.roblox.com/games/2248408710/)  🟢
* [x] [Depthless RPG](https://www.roblox.com/games/17488028902)  🟡
* [x] [Flag Wars](https://www.roblox.com/games/3214114884/)  🟠
* [x] [Flee the Facility](https://www.roblox.com/games/893973440/)  🟢
* [x] [Forsaken](https://www.roblox.com/games/18687417158/)  🟠
* [x] [Mad City: Chapter 1](https://www.roblox.com/games/91282350711571/)  🟠
* [x] [Mad City: Chapter 2](https://www.roblox.com/games/1224212277/)  🟢
* [x] [Notoriety](https://www.roblox.com/games/21532277/)  🟠
* [x] [Sonic Speed Sim](https://www.roblox.com/games/9049840490/)  🟢
* [x] [TLOTBS RPG](https://www.roblox.com/games/428375933/)  🟢
* [x] [Wordle](https://www.roblox.com/games/17262338236/)  🟢
* [x] [Zombie Attack (Beta)](https://www.roblox.com/games/1240123653/)  🟢

{% hint style="info" %}
🌟 - Premium

⭐ - Next release

🟢 - Latest

🟠 - Partially functional

🟡 - Outdated

🔴 - Patched

🔵 - Pending fix

🟤 - Deprecated

⚫ - Forbidden
{% endhint %}

{% hint style="warning" %}
ProBaconHub will no longer receive constant update. Please use an alt.
{% endhint %}

> Last update: Saturday, 30 August 2025 (UTC)

***

## Script

{% code overflow="wrap" fullWidth="false" %}

```lua
loadstring(game:HttpGet("https://raw.githubusercontent.com/ProBaconHub/ProBaconHubV2/refs/heads/main/LOADER.lua"))()
```

{% endcode %}

> Last update: Saturday, 12 April 2025 (UTC)

***

## Github

{% embed url="<https://github.com/ProBaconHub/ProBaconHubV2/tree/main>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://probacon-hub.gitbook.io/probaconhub/scripts/probaconhub-v2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
