-
Posts
660 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by nok1a
-
If you know the offset already you long press the value that is in the list and use offset calculator. For you it's -0x8 away from original value. See a tutorial video: Angry Birds - hack coins, gems - offset calculator - GameGuardian (#5i263yxj) If that's what you meant. With offset calculator you jump directly to the address you want to using the value in the list as a base address to calculate from.
-
You need to know how to edit that specific encrypted value?
-
Saving an address usually doesn't workout. You use group search and/or offsets. If with dump you mean the dump.cs that you get from using a il2cppdumper then you should use the RVA offset and add it to the based address of the lib.
-
how to go to pointer in fast way (#7gm7bz0w) Assuming all the values in the result list are pointers. Script will load the values as the new addresses in the result list. Pretty much same as "Go to pointer".
-
Nah it's not that. My device is not rooted. The game just isn't supported on my device even if you download the APK it crashes.
-
Perhaps. Then it is a problem for me as i won't be able to dump it at runtime with the devices i have.
-
dump.cs
-
Did you dump at runtime? I installed the apk but i can't play the game as it not compatible with my device. So i just extracted the lib/meta from the zip files. It's this game right?: https://apkpure.com/pixel-idle-saga/com.fygame.pis/download/2.1.0
-
Those are offsets from the base of a lib i guess? I can't open the game and check for my self with GG but why your dump looks so weird. Is this done with a mobile dumper? I dunno if that's protection but i can't find these variables in my dump. Probably if you put the lib in a disassembler tool you might find answers.
-
there is no GG script like il2cppdumper with GG. There is script to dump the libs individually: libil2cpp.so and metadata.dat dumping script (#rpaaz4p) When using il2cppd dumper mistakes can happen. It's not big deal. Try again. Or what you mean? Did you try doing it correctly and still got an error?
- 1 reply
-
1
-
Did you try freezing the value: Cannot freeze value on ROVU (#53wy7htf)
-
https://gameguardian.net/help/classgg.html
-
I will not continue updating this script, i don't have the time for it unfortunately. To occupied with work. And at this point it's just a game of hide and seek. It's better you learn to find it your self.
-
Oh, you want the value to return to original state when the user exit the script?
-
It's not clear what you want to do
-
I guess that you selected the default execution path. This happens when you open a process for the first time, then GG will select a default path with the package name of the selected process. Navigate to the path where you have your downloaded Lua script and select it. Then execute it.
-
The speed value that the script finds is from libunity.so. You won't find it in the dump.cs.
-
Hmm, game had an update? Which version your on.
- 11 replies
-
- ToF
- Tower of Fantasy
-
(and 1 more)
Tagged with:
-
Personally i think it's more easy readable to do offsets in hex then in decimal. if v.x64 then t=32 o=8 o2=16 o3=24 else t=4 o=4 o2=8 o3=12 end Since your working with memory addresses which are all visually shown in hexadecimal, and when doing offset calculation with GG it displays in hexadecimal as well. Better get used to it. Why are you calling 2 times same table? code=gg.getValues(code) meta=gg.getValues(meta) if #(code)==0 or #(meta)==0 then print("×× ERROR FINDING CORRECT POINTERS ××") gg.setVisible(true) os.exit() return end code=gg.getValues(code) meta=gg.getValues(meta) It won't change anything, if the length of the table is 0. If it would be 0 the script exits. And if not 0, table will remain same as before your if statement.
- 13 comments
-
- registration
- offsets
- (and 5 more)
-
Usually right when the logo appears i tab to main menu so that process runs in background. It kind of freezes and give me more time to dump the files.
-
Not sure, but can you send deobfuscated version of the speed hack script?
-
- 13 comments
-
- registration
- offsets
- (and 5 more)
-
- 13 comments
-
- registration
- offsets
- (and 5 more)
-
- 13 comments
-
- registration
- offsets
- (and 5 more)