Tutorial How to make a Login system for MODS!

DVAツ

Solid & Active Platinian
Original poster
Dec 8, 2020
87
8,817
183
APK
How to make a Login system for MODS! {Easy tutorial}{All explained}

Hi, guys today we gonna learn how to add a simple login for mods, apps, games etc...

Thanks to LGL FOR Everything!
Requirements!
1. Android Studio
2. Project (Thanks to @TheLGL )
3. Internet connection
4. Account in 000webhost.com


TUTORIAL
* Tutorial is covered in the video! I'll add further references here!

DOWNLOADS
Hidden content
** You must be signed up and reply to the thread or click 'Like' under this post before you can see the hidden links contained here. **
If you still facing issues revealing the hidden links, please read this.
STEPS

1)After building the project, Click on locate to show you the location of build.apk. Or you can find it in the project location (your-project)\app\build\outputs\apk\app-debug.apk

2)Then decompile both login apk and the game apk(target apk)

3)Copy all your smali folders to the game's smali folder to the game's decompiled directory (game name)\smali.

4)Open the game's androidmanifest.xml, makesure that <uses-permission android:name="android.permission.INTERNET"/> exist in the permissons

5)Locate to the game's path of main activity and open the smali file.
Example if it was com.unity3d.player.UnityPlayerActivity, the path would be (decompiled game)/com/unity3d/player/UnityPlayerActivity.smali
If the game have multi dexes, it may be located in smali_classes2... please check all
And after openning the main activity find for "onCreate" and add this line!

invoke-static {p0}, Lcom/example/androidloginjava/MainActivity;->Start(Landroid/content/Context;)V


Now compile! the apk


Additional Info

This project uses hex colours! So you can simply convert any colour u like.
For that use any web browser and search for "Hex colour" You can see like this! You can use this to get any colour you want!

hex colour.PNG


If you need a project with a login+mod menu combined you can use this project that lgl has given to us!

login+modmenu.PNG


I'm having trouble with how to unlock the download! How can I unlock that!

It's so simple. Make an account in Platinmods.com and like this post to unlock the download! Not only this you can access the best and the safest mods and learning materials out there on the internet in platinmods!
 
Last edited: