Tutorial ADDING A CUSTOM "TOAST FROM HTML"

LEIIKUN

Retired Staff
Original poster
Retired but loved <3
Oct 13, 2019
502
10,976
1,193
20
Davao
BEFORE WE START THE TUTORIAL PLEASE READ!
DON'T STEAL OTHER MODDER WORK AND REPLACE CREDIT TO YOU!


Requirements:
APK EDITOR PRO
- Android
APK Tool - PC
A brain


Images EXAMPLE:

Go to "Android Manifest" File and find this Text: (Example Activity)
Code:
android:name="com.dogbytegames.deadventure.MainActivity"
<action
android="android.intent.action.MAIN"/>
<category
android:name="android.intent.category.LAUNCHER"/>
or its mean the "First App Launch Activity"



You have to find MainActivity.smali file at smali/com/dogbytegame/deadventure/:
Open the MainActivity.smali file and search the word "onCreate" and at last you can find ".end method"
Code:
.method
protected onCreate(Landroid/os/Bundle;)V
Code:
return void
.end method
Put this text code under .end method:
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.

As you notice the ".line 23"
Code:
.line 23
    const-string v7, "<b>Hacked by <font color=#FFA000>Zenitsu</font></b><br/><br/><font color=#22E40E><u>www.platinmods.com</u></font>"
Code:
const-string v8, "zenitsu"
Code:
const-string v8, "mtnzenitsu"
Change it on your own!.


Thanks and Have a good day!
 

Evilclown

Solid & Active Platinian
Jun 25, 2018
66
4,418
183
Usa
@Zenitsu⚡ you said change on your own, what will these 3 change? Since you can change name with text on line 23
const-string v8, "platin"
const-string v8, "zenitsu"
const-string v8, "mtnzenitsu"
 

LEIIKUN

Retired Staff
Original poster
Retired but loved <3
Oct 13, 2019
502
10,976
1,193
20
Davao
Its part of the code/smali bro because it would make a another smali file for the dialog
 
  • Like
Reactions: florence09