Producdevity/gamehub-lite — reverse-engineered prompt
Reverse engineered prompt
Build me a simple GameHub Lite patcher for Android APKs. I want to drop in the original GameHub 5.1.0 APK, run one command, and get a smaller privacy focused APK that installs as its own app.
The patched app should remove tracking, analytics, crash reporting, social and cloud gaming bloat, unnecessary permissions, and the login requirement. It should work better offline, use a separate package name so it can sit next to the normal GameHub, and include the community news page and any added Lite resources.
Please make the patching flow clear and repeatable. It should decompile the APK, delete unwanted files, apply the included changes, add new files, rebuild it, and sign it automatically with a debug key unless I provide my own keystore. Also include a release mode that can build the different package name variants.
Add friendly setup notes, troubleshooting, and scripts so a normal user can run it on macOS or Linux. Look up current docs online if you need to.
Want more depth? Deep Reverse