VivaCut is a popular Video editing application for Android devices, the app allows you to edit and make professional videos right from your device. With built-in tools and features, you will create cool videos without needing to have a deep understand about video editing. You can import any video and edit them, merge them, split, add effects, transitions, text, stickers, and much more. The app also has AI capabilities now to enhance your video editing experience by making it easier for you. It allows you to make videos for any social media platforms. Export all your videos in full 4K and up to 60 FPS. While some features are free to use, some will require you to be a paid member.
What will we be modding in the App?
- We will unlock the pro subscription
You will need some basic knowledge about modding Android Apps, so please make sure you know that before you continue here. We have a tutorial for it.
Let’s begin!
1) Download VivaCut APK from Apkcombo.com
2) The app has a Signature check, so you will need to bypass it – Here is a tutorial for it
3) Decompile the application after you have removed the signature check
4) Now located the smali folders and classes that i have mentioned below and make changes to them according to my instructions:
– Go to com/quvideo/vivacut/iap/IapRouterServiceImpl.smali
In this smali search for these two methods, public isProUser()z and public isForeverProUser()z
– Right below .registers 2 in public isProUser()z add the following:
const v0, 0x1 return v0
– Right below .registers 7 in public isForeverProUser()z add the following:
const v2, 0x1 return v2
Save the file, but we are not done yet because you will not be able to export any videos, now I am assuming that is because the app somehow detects you have not really purchased it.
So now we will bypass that.
– Go to com/quvideo/vivacut/iap/front/limitactivities/LimitActivitiesHelper.smali
Now there are like four boolean methods with random letters, since it is obfuscated INSIDE this class. Find all of them and return FALSE as show in the pic below
– Now finally Go to com/quvideo/vivacut/iap/IapService.smali
And find the method public E()Z and public b()z return TRUE as shown in the pic below
5) Now save the file and Sign the APK. You will not be a PRO Member and all features are going to unlock.
If you have any questions then leave a comment or contact me and I will get back to you as soon as possible.