This guide explains how to modify VU Player Pro_1.7 (AndyHax Mod) to use your own Cockpit Panel API endpoint.
Prerequisites
- MT Manager installed
- The APK file for VU Player Pro_1.7
- Your custom panel URL (e.g.
https://yourdomain.com/api/ibosol/)
Step-by-Step Instructions
1. Open the APK in MT Manager
- Navigate to the APK and open it in MT Manager.
- Open classes.dex with Dex Editor Plus.
2. Modify the Panel URL
Go to: com/PanelUrl
- Find:
const-string v0, "https://demo.cockpit.lol/api/ibosol/"
- Replace with:
const-string v0, "https://yourdomain.com/api/ibosol/"
3. Compile and Sign
- After all changes, tap the Save button in MT Manager and then choose Compile.
- Use the built-in APK signer to sign the compiled APK.
- Install the APK and confirm it connects to your panel and loads correctly.
Tip: Make sure the panel URL ends with a trailing slash (e.g. /api/ibosol/) to avoid any loading issues.