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

sobogamer_2020

Approved Modder
Original poster
Approved Modder
Apr 6, 2022
372
14,455
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

Screenshot_20220630-231521.png




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


Screenshot_20220630-231648.png


STEP 3:

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


Screenshot_20220630-231900.png



STEP 4:
Go to your download folders and find the game
And open it
Screenshot_20220630-232117.png


STEP 5:

Now press on classes.dex and on Dex editor

Screenshot_20220630-232206.png


STEP 6:
Press class list
Screenshot_20220630-232232.png



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

Screenshot_20220630-232248.png


STEP 8:
Press on this

Screenshot_20220630-232327.png


STEP 9:
And now Search 64

Screenshot_20220630-232340.png


STEP 10:

Now scroll down till you see this class
Screenshot_20220630-232434.png

STEP 11:
Press rep (replace) and go back to the website
Screenshot_20220630-232726.png


STEP 12:

Type 9999 or what value do u want but i wanted 9999 so now i copy the hex code
Screenshot_20220630-232738.png



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

Screenshot_20220630-232745.png


STEP 14:
And now press rep (replace)

Screenshot_20220630-232801.png


STEP 15:
Now save it:


Screenshot_20220630-232827.png



AND NOW LETS TEST IT😎💪

So u can see it worked :D
Screenshot_20220630-232925.png


+ It changed another values
Screenshot_20220630-233002.png

But If you want to change these values you need to replace one by one

Good job!:pepe013:
 

zverilius

Just Crazy
Sep 30, 2017
685
1,467
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!
 
  • Love
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