Jump to content

nok1a

Contributor
  • Posts

    660
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by nok1a

  1. 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.
  2. You need to know how to edit that specific encrypted value?
  3. 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.
  4. 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".
  5. nok1a

    Changed !

    https://gameguardian.net/help/classgg.html#aa6e630607d1378da33bf34203a81ea66 gg.searchFuzzy('0', gg.SIGN_FUZZY_NOT_EQUAL) -- value changed
  6. nok1a

    Il2cpp dump.cs

    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.
  7. nok1a

    Il2cpp dump.cs

    Perhaps. Then it is a problem for me as i won't be able to dump it at runtime with the devices i have.
  8. nok1a

    Il2cpp dump.cs

    dump.cs
  9. nok1a

    Il2cpp 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
  10. nok1a

    Il2cpp dump.cs

    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.
  11. 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?
  12. Did you try freezing the value: Cannot freeze value on ROVU (#53wy7htf)
  13. https://gameguardian.net/help/classgg.html
  14. 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.
  15. nok1a

    Anti Load Value

    Oh, you want the value to return to original state when the user exit the script?
  16. nok1a

    Anti Load Value

    It's not clear what you want to do
  17. nok1a

    what is this error

    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.
  18. The speed value that the script finds is from libunity.so. You won't find it in the dump.cs.
  19. Hmm, game had an update? Which version your on.
  20. 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.
  21. nok1a

    Can’t dump libil2cpp

    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.
  22. Not sure, but can you send deobfuscated version of the speed hack script?
  23. Three optimizations about GG (#2szp4nqr)
  24. It won't work always. Like for protected games might not work. I guess, but the code in the script is wrong i think. Will check to. Might i know whats the purpose of the code i just shared from your script?
  25. Yeah but your script finds the right address but it does not display the value correctly for 64 bit. And probably it also won't display the value always correctly for 32 bit.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.