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

Artheria

Platinian
Original poster
Dec 23, 2020
18
1
3
26
Jakarta
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
 

Tempfr

Awesome Active Platinian
Mar 24, 2017
115
19
18
France
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?
 

Mika Cybertron

PMT Elite Modder
Staff member
Modding-Team
Mar 24, 2017
908
65,075
1,213
24
Indonesia
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
 
  • Like
Reactions: Tempfr

Tempfr

Awesome Active Platinian
Mar 24, 2017
115
19
18
France
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
 

Mika Cybertron

PMT Elite Modder
Staff member
Modding-Team
Mar 24, 2017
908
65,075
1,213
24
Indonesia
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
 
  • Like
Reactions: Vex186 and Tempfr