Tutorial Andriod Game Modding Shared Functions

KingT

Retired
Andriod Game Modding Shares
In this video tutorial you will learn how to split shared functions in some android games i had been asked a lot for a VIDEO about this but been limited on time but i managed to get the time to do it ... Also in this video you will see that i leave the original Values when i add my code ...."You dont do that" Make sure you remove the original value when u place your code i didn't need to in this video as it was just to help you guys out .. and also if the brtrue fails gives enemy hacks or both of you simply change it to brfalse then try again

PmtTeam

KingTrauma

 
@KingTrauma Another way to mod shared function :)

upload_2018-2-28_12-32-5.png
 
wait..what happen to the enemy? is the enemy lost all of the function like damage, hp, or even movement?


chardata ( like damage, hp, mp, etc )--->hero
chardata( like damage, hp, mp, etc )--->monster
and if i cut the line that connect the monster to the chardata like the tutorial video do, then it will make the monster cant give a damage because i cut the damage function from the monster, isn't it?
 
wait..what happen to the enemy? is the enemy lost all of the function like damage, hp, or even movement?


chardata ( like damage, hp, mp, etc )--->hero
chardata( like damage, hp, mp, etc )--->monster
and if i cut the line that connect the monster to the chardata like the tutorial video do, then it will make the monster cant give a damage because i cut the damage function from the monster, isn't it?
The video and title says it all and also it depends on how and where you remove the shared function in the game.

DLL Modding is too old for now, mostly games used il2cpp.
 
The video and title says it all and also it depends on how and where you remove the shared function in the game.

DLL Modding is too old for now, mostly games used il2cpp.
hah... this shared function is pain in the ass, it make me want to puke ( literally want to puke because 5 hours straight of trial and horror trying to mod games that have this shared function using hooking method ) but at the same time it make me fired up
 
Back
Top Bottom