Jump to content

Modding Dark Avenger to be Offline + Watermarking your hack


PROHex

Recommended Posts

Hey guys,

 

 

First of all -> This and more stuff is available in our new app! (https://play.google.com/store/apps/details?id=com.tutorials.prohex)

 

Lets begin:

 

Dark Avenger-disasm\smali\com\gamevil\lib\profile\GvTorchwood.smali

 

I will begin from below so you don´t mess up the line order:

 

 

Remove Line 2967 and 2968 (Line 2968 is just for cosmetic - no real need to remove it lol)

 

Remove Line 2895 and 2896 (Again Line 2896 is for cosmetic)

 

Remove Line 2738 and 2739 (same for Line 2739)

 

Want to watermark your hack too? (Toast)

 

 

Add these lines to line 23 from DRMLicensing.smali

 

    const/4 v0, 0x1

 

    const-string v1, "The text you want to be shown"

 

    invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;

 

    move-result-object v0

 

    invoke-virtual {v0}, Landroid/widget/Toast;->show()V

 

And for all those who will ***** now and say: "You keep giving away our android secrets" - I dont give a single F*** about your android secrets, I did this myself and i PUBLISH it myself.

 

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
  • 3 weeks later...
  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.