This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial How to modify games values in dex editing (Ex: 2D Strike)

sobogamer_2020

Approved Modder
Original poster
Approved Modder
Apr 6, 2022
378
14,633
1,193
23
Romania
Hello everyone i will be doing a tutorial since i saw a req to Make a mod so i decided instead of that to do tutorial so you can mod it yourself and learn Something too
So the game is named 2D Strike and it has a dex-based structure
So playstore link:
Tools that i've used:
And to convert dec2hex:

Note:This is a really good tutorial for begginers to start with, they can learn something from this

SO:

STEP 1:

I download the game from this link even If you can do it from playstore, but since i did it from apkcombo i included this step too





STEP 2:

For this tutorial i decided to mod only health and other values so u can see the default health value is 100 so go to the link from tools




STEP 3:

And type the value (100) so You can see in hex its 64 so please keep it or note somewhere





STEP 4:
Go to your download folders and find the game
And open it


STEP 5:

Now press on classes.dex and on Dex editor



STEP 6:
Press class list



STEP 7:
Scroll down until You see this and press on it



STEP 8:
Press on this



STEP 9:
And now Search 64



STEP 10:

Now scroll down till you see this class

STEP 11:
Press rep (replace) and go back to the website


STEP 12:

Type 9999 or what value do u want but i wanted 9999 so now i copy the hex code



STEP 13:

As You can see i put them NOTE: it must be only 64 when u replace because If You put 0x64 it automatically replaces the 0x too and its gonna crash the game



STEP 14:
And now press rep (replace)



STEP 15:
Now save it:





AND NOW LETS TEST IT

So u can see it worked :D


+ It changed another values
But If you want to change these values you need to replace one by one

Good job!
 

zverilius

Just Crazy
Sep 30, 2017
687
1,470
193
45
Russia, Moscow
Thanks a lot for this method, it is always useful to learn something new!!! But personally, it seems to me that such games are easier and faster to hack through GameGuardian!
 
Reactions: sobogamer_2020

iSec4

Platinian
Jan 6, 2024
6
5
3
InYourHeart
Thanks for this tutorial, however it only good for self use and i may get it easily using game guardian. Changing every similar value sometimes make the game crash too... but It is good to learn something new, thank you, hope you keep post some more tutorial