How to MOD Duolingo App (Enable Super Subscription)

Duolingo is one of the most popular learning app where you can learn various languages. The application makes it easier to learn new languages with its unique features and explanations, and challenges that it provides a user. It is actually meant to be a fun learning process according to the App developers, which makes it easier to learn. The app has over 500 million downloads on the play store and tons of 5-star reviews, so you can’t go wrong.

The app offers a super subscription which unlocks some features and gives you unlimited hearts. Today, i will show you how you can modify the application to give yourself the super subscription.

Requirements:

1) Basic Knowledge of Modding Application

2) Basic Knowledge of Modding Obfuscated Application

Let’s begin!

Please learn the basics, which I recommended above, i won’t be covering basic stuff in this tutorial.

1) Download Duolingo App from Apkcombo.com or by clicking here

2) Decompile it

3) Now go to com/duolingo/user/m0.smali

4) Search for E()Z within the m0.smali class and return true

5) Save the file, to recompile it and test it. You should have the subscription features enabled.

Now you may ask how did I know this was the correct method to hack, if you checked out my tutorial on how to mod Obfuscated Application, then you will know that I found this method because it was pointing in a different class.

Since I know that if I purchase the super subscription I will get unlimited hearts, I was searching for strings, or methods related to it.

Inside com/duolingo/hearts, I search for all the boolean and I found one

When I checked for Boolean inside db/f.smali, I found this.

I found the method that we are looking for inside the User class.

So it is all about trying. Hope you learned something new as well from this tutorial. If you have any questions then just contact me. You can mod this application yourself now every time new updates roll out.

Leave a Comment