• Welcome Guest to the new PlayerSquared! Please be aware the site is a work in progress & we'd appreciate your help in letting us know which features from the old site we're currently missing as well as report any bugs you find via this thread here: Bugs/Missing Features
  • If this is your first visit You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Sign up today to get the latest PS4 GameSaves, Game Mods and much more!

Full Tutorial How To Make VpnHub v3.7.2 Premium

SyrenRemix

Reverse Engineer
Staff
October 25, 2020
400
2,877
93
3,013
How's it going guys long time since I've been here just been busy with life stuff & had abit of free time..
So today your going to learn how to modify VpnHub to premium..
So firstly the app is split again so you'll need to merge the resources together using Apktool M & AntiSplit-G3 then head over to MT Manager all apps I use will be left under the tutorial so you don't have to find it yourself..

Once you merge the resources together head onto MT Manager
open classes.dex both of them with Dex Editor Plus

Tap on the Search box, Start a new search paste in
Code:
7F110287
Use Search type is Integer. Make sure these have a blue tick on each box Search Subdirectories & Hex now press OK..

Code:
Search Results (2) -7F110287

Method - b.a.a.a.a.c

Classes - a  tap on this
const v0, 0x7f110287 - Open this File & Tap on the white icon & hold onto ()V & Find Usage

Code:
Search Results (2) - Usage: Lb/a/a/a/a/c/a;->k1()V

Method- b.a.a.a.a.c

Classes - a  tap on this
invoke-virtual/range {p0 .. p0}, Lb/a/a/a/a/c/a;->k1()V

Now scroll up until you come across
invoke-interface {v1}, Lb/a/a/a/a/c/a;->V0()Z
You will see in green text underneath this line of code "btnGetPremiumNow" we aren't interested in this part but what we are interested in is >V0()Z <-- Hold to highlight & goto

You'll now see in Red
Code:
.method public abstract V0()Z once again find the usage V0()Z You will be prompted with a message saying info blah blah just say no

We are now going to make a new method very soon to make it premium..

Code:
Search Results (24) - Usage Lb/a/a/b/k/a/a;->V0()Z

Method - b.a.a.a.a.a

Classes - c  tap on this
invoke-interface {v0},Lb/a/a/a/a/c/a;->V0()Z

>V0()Z <-- Hold to highlight & goto
This is where we are going to make a new method

.method public abstract V0()Z
.end method  - Copy This

Drop a line down & paste it
Now just do what I do you can put in any name you desire on other communities I'm also known as SyrenRemix

.method public SyrenRemix()Z
.registers 2

const v0, 0x1

return v0
.end method

Code:
Save your work & just press back once & highlight V0()Z
& copy it make sure no symbol is added just like what I type in..

Now head back until Search Results (24) - Usage Lb/a/a/b/k/a/a;->V0()Z

You'll see a couple of functions goto Replace in Current Results
Tap on it it will be like..

Text to find 7F110287 -delete this & paste in V0()Z
Then Replace with Your name you made in my case its SyrenRemixV0()Z leave Search Type as is & both boxes & press OK
A prompt will appear again saying Total Replaced 24 times in 20 classes.. close this message

Now if you tap on any classes you'll see invoke-interface {v1}, Lb/a/a/b/k/a/a;->SyrenRemix()Z or your name.. Now save your work this is a preference don't have to if you don't want to but I like to remove the Debug info from app I modify you'll see a hammer & 3 dots tap on the 3 dots & goto preferences & tap on Remove All Debug info leave Dex Version as is press OK press the 3dots again & exit it will ask if you want to save everything obviously lol Save & Exit..

It will prompt with 1 last message before you leave the Modding make sure Auto Sign has a blue tick & press OK press back once more & your modified version of the app will be highlighted green install it & it will tell you your version isn't the same to uninstall it automatically press OK..

Lastly use a temp email address cause you have to sign in to make use the premium features.. All done now have a good one..


YouTube Full Tutorial
https://www.youtube.com/watch?v=XiCLr--vJVg&feature=youtu.be

Google Link to VPNhub
VPNhub Best Free Unlimited VPN - Secure WiFi Proxy - Apps on Google Play

Latest Version Apktool M v2.4.0-210411
https://www.dropbox.com/s/ufk1grys6bwur60/Apktool%20M.apk?dl=1

Latest Version MT Manager v2.9.7
https://www.dropbox.com/s/490fpedsqd0riar/MT%20Manager%20v2.9.7.apk?dl=1

Modified Version By Me AntiSplit-G3 v1.3
https://www.dropbox.com/s/0wzhkx8eflbczlj/AntiSplit-G2_1.3.apk?dl=1

Modified Version of VPNhub
https://www.dropbox.com/s/0xlpqkfav3nf4kg/VPNhub%20v3.7.2-mobile%28307021%29_apks_unsigned.apk?dl=1
 
Last edited: