https://github.com/liaralabs/revanced-patches
Gamehub ReVanced
https://github.com/liaralabs/revanced-patches
gamehub revanced
Last synced: about 7 hours ago
JSON representation
Gamehub ReVanced
- Host: GitHub
- URL: https://github.com/liaralabs/revanced-patches
- Owner: liaralabs
- License: gpl-3.0
- Created: 2025-11-17T19:44:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-01T00:20:03.000Z (6 months ago)
- Last Synced: 2026-01-26T04:48:47.565Z (5 months ago)
- Topics: gamehub, revanced
- Language: Kotlin
- Homepage:
- Size: 194 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - liaralabs
README
# Gamehub Revanced


## About
This is a small collection of patches to intended to allow the user to continue using Gamehub updates with a few key QoL improvements found in GameHub-Lite.
Patches currently include:
- Front-end Export (front-end emulation support)
- Breaks apple/google login methods (won't fix)
- Enable debug mode (for app data access)
- Fix email logins (a new bug introduced in 5.3)
Has been tested against 5.3.3
## Get started
1. Get and install [ReVanced Manager](https://revanced.app/) on your device of choice
2. Enable "Use Alternative Sources" in ReVanced settings, as well as "Allow changing patch selection"
3. Change the "Alternative sources" repo organization from "revanced" to "liaralabs"
4. Restart the app, load in a fresh and untouched GameHub APK and away you go!
Please note, there are currently no guardrails on patch version compatibility. These patches are intended to be used against the latest available version of GameHub.
### Front-end Compatibility
You can launch games directly from a compatible front-end. For example, with Beacon:
```bash
am start -n com.xiaoji.egggame/com.xj.landscape.launcher.ui.gamedetail.GameDetailActivity -a com.gamehub.LAUNCH_GAME --es localGameId {file_content} --es steamAppId {file_content} --ez autoStartGame true
```
Note:
- The unaltered package name (`com.xiaoji.egggame`)
- The activity name (`com.gamehub.LAUNCH_GAME`)
## Everything else
### 🛠️ Building
To build ReVanced Patches, you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced-documentation).
## 📜 Licence
Gamehub ReVanced is licensed under the GPLv3 licence.
Please see the [license file](LICENSE) for more information.
[tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute
and modify Gamehub Revanced as long as you track changes/dates in source files.
Any modifications to Gamehub Revanced must also be made available under the GPL,
along with build & install instructions.