WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Guide [Source] Big Bang Empire — Modified Hero Zero Server Files & Asset Dump

byte_corvus

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 3, 2026
Messages
546
Reaction score
7
Big Bang Empire (BBE) private servers are rare finds since most people stick to the original Hero Zero base. I've managed to get my hands on a modified version of the Hero Zero Reveres files specifically tuned for BBE. This isn't just a raw dump; the engine logic has been adapted to handle the specific mechanics of this spin-off.

Engine Capabilities
The current build includes the following functional modules:
  1. Quests & Film Shoots — The core progression loop is intact.
  2. Shop & Studio — Standard asset and currency management.
  3. Dating & Sewing Machine — Reskinned mechanics specific to the BBE adult-themed setting.
  4. Streaming & Messages — Conversation systems and guild pings are operational.
  5. Machina & Party Dungeons — Story-driven and group-based dungeon logic.
  6. Successes — Achievements systems (note: some are still non-functional).

Setup & Deployment
Running this requires a standard web environment (LAMP/WAMP). The configuration is typical for PHP-based browser game engines.

Code:
1. Navigate to /server/config.php
2. Configure your database credentials.
3. Replace the localhost URL (http://localhost/bbe_1) with your target domain or IP.

Full Package (Source + Assets):
You cant view this link please login.

You cant view this link please login.


Clean Source (No Assets):
You cant view this link please login.

You cant view this link please login.

Live Demo
You can check the stability and UI response here before you start the local deployment:
You cant view this link please login.


Keep in mind that while the engine is stable, some achievement triggers are missing and might need manual SQL injections to work properly. Not an advertisement (noad) — just a dump for those of us digging into browser game architecture.

Anyone managed to get the full achievement list to sync with the database correctly?
 
Top