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

Discussion can i mod the game when there is no GetAtk and others

Artheria

Platinian
I tried to mod the game with Libcocos2dlua.so, libil2cpp.so, libunity.so file.

But i cant find Get_Atk, Get_Hp, Get_Def on Libil2cpp.so

And for Libcocos2dlua.so, and Libunity.so, I cant find attack, atk, Hp, Def, on string view in IDA Pro

is the game protected or i missed something ?

Thankyou
 
Well , i got a game that i try to mod also who doesn't have the values Get_Atk , or Get_Hp like in the tutorial... i'm stuck on this part.

My game is actually on a arm64-v8a version , so maybe it's the reason ? i only did try libil2cpp.so

Game name : Dragon Trail_ Hunter World_1.6.1.004

Or simply, the game is harder to mod and we need a better modding knowledge.

@Yaskashije can you help us on this plz?
 
you have to know that every game have different function name and different way to modded it

and about searching function, then just search it like atk or attack without get_ or Get to make the search wider
 
here is a bunch of example i try to get of synonyms on google for my game , if it can helps you :

GET_GOLD / GET_COINS
GET_SPIN /
GET_VIP
GET_GEM / GET_JEWELS / GET_DIAMOND
GET_HP / GET_LIFE
GET_ENERGY / GET_POWER
GET_DAMAGE
GET_SKILL
GET_CHEST
GET_QUEST
 
nah like i said don't add name `GET` and `_` when you searching the function

also look at the function name in the game, for example function currency of game, if in the game the curreny name is coin then search function with keyword `coin`

or look by what type game it is, for example the game you want try is type RPG or Action, then search function like stats with keyword search like `damage`, `attack`, `atk`, `defense` and other function name that available in the game