Premium access to all Grok Beta features without restrictions. Follow our step-by-step tutorial to mod the app yourself.
Get StartedUnlock all premium SuperGrok features including advanced AI capabilities and priority access.
Remove all usage limits and enjoy unlimited queries without any paywalls.
Access all Grok Pro features including code generation, document analysis, and more.
Enjoy a completely ad-free interface with no interruptions.
Get access to experimental features before they're released to the public.
Unlock hidden theme options including true AMOLED black mode.
Download and install MT Manager from a trusted source. Also download the original Grok Beta APK that you want to mod.
Note: Make sure to use the latest version of MT Manager for best compatibility.
Open MT Manager and navigate to the downloaded Grok APK. Click on the file, then select "Extract" to decompile the APK.
If the app is in split APK format (APKS/XAPK), use SplitApks or the built-in feature in MT Manager to convert it to a single APK first.
After extraction, click on "Functions" in MT Manager and select "Kill Sign". This will disable signature verification.
Then navigate to the DEX files and select all of them for editing.
Search for the string grok_pro
in the DEX files. Then find Lgrok_api_v2/SubscriptionTier;
and select "Find Usage".
Scroll down to find the smali files containing subscription verification methods.
Modify the following methods to always return true (1):
.method public final c()Z
.registers 1
const/4 p0, 0x1
return p0
.end method
.method public final d()Z
.registers 1
const/4 p0, 0x1
return p0
.end method
Important: Make sure to maintain proper spacing and syntax in the smali code.
Go to the AndroidManifest.xml file and remove any references to pairip
activity.
Save all your changes, then rebuild the APK. MT Manager will prompt you to sign the APK - proceed with the signing process.
Install the modified APK on your device. You should now have full access to all SuperGrok features without any restrictions!
Tip: If installation fails, make sure to uninstall the original app first or use a different package name.