How to create a custom splash image for modded game?

scorpionking674

New User
11
12/08/16
1
Thread Author
I am learning how to mod and understand the concepts. Can anybody tell me how to make a custom splash mod in a modded apk so that the splash shows a picture with a toast notification for couple seconds?

I'm trying to do this in Unity.
 
Last edited:
.class public final Lbanner/banner/banner2;
.super Landroid/app/NativeActivity;


# direct methods
.method public constructor <init>()V
.locals 0

invoke-direct {p0}, Landroid/app/NativeActivity;-><init>()V

return-void
.end method


# virtual methods
.method public onCreate(Landroid/os/Bundle;)V
.locals 0

invoke-super {p0, p1}, Landroid/app/NativeActivity;->onCreate(Landroid/os/Bundle;)V

return-void
.end method
 
Back
Top Bottom