First of all,you must know how to search pointer chain to understand what i used.
Offsets are distances between two address.
Chainer: search and restore pointers chains - GameGuardian (#8cfynel1)
Smash Hit - hack balls - chainer - GameGuardian (#6rcez8q4)
After checked above,here is test apk of enyby to train some pointer.
https://gameguardian.net/forum/applications/core/interface/file/attachment.php?id=11509
I used multipointer level 4 in growpia game.
libgrowtopia.so:bss + 0x6E0 --> +0x120 --> +0x58 --> +0xFC --> +0xE0
In this case, (-->) means goto pointer.
0x120 and 0x58 etc are offsets from pointing address. In the end, after adding offset E0,the result address is what you want or change as you like. It will take a time by manually. So make script to be fast progress.
It may confused to u. Slowly learn them.