Jump to content

MonkeySAN

Contributor
  • Posts

    1,722
  • Joined

  • Last visited

  • Days Won

    109

Everything posted by MonkeySAN

  1. i use start/first address from Cb region. you can search value 0 and take the first address as the base address and apply offset to it. in the script you would write : gg.getRangesList("libnative-lib.so:bss")[1].start :bss = indicate that you take Cb region from the lib file [1].start = indicate the first address in Cb region without the ":bss" you will use Xa region
  2. have you look at another type of value instead of just Float? rather than just freeze it...maybe you can increase the value.
  3. are you actually know what are you doing? Am i correct to assume that you dont know what this offset 0x988D24 from that thread of yours is for?
  4. unlock all cats??? i thought you had already done that. Need help how to i do freeze and save the offset value (#12j9nrz)
  5. my gosh.. well...at least it didnt show everything and still pay credits to @NoFear who knows...in the future..what will it be.
  6. thats the wrong one. picture below it..is so clear.
  7. yup..it is still the same. search the Amount x 100 in the Quest
  8. MonkeySAN

    arm edit

    here is my take..same like @CmP one local pi= gg.getRangesList("libil2cpp.so")[2].start local addr = pi + 0x10BBCDC gg.setValues({ {address = addr, flags = 4, value = 1384440288}, {address = addr + 0x4, flags = 4, value = -698416192} }) gg.toast("Done") for the Grenade. tested it many times now...no crash.
  9. MonkeySAN

    arm edit

    hmm... i guess you dont read my message(pm)? that should be solved the crash problem as @CmP suggest
  10. MonkeySAN

    offset from lib

    yep. print(gg.getRangesList("libil2cpp.so")) just this.
  11. MonkeySAN

    offset from lib

    a simple script with above written..just like that.
  12. MonkeySAN

    offset from lib

    as @Platonic had suggested.. Xa region in 'libil2cpp.so' start at 2 hence the = 'libil2cpp.so'[2].start
  13. MonkeySAN

    offset from lib

    try this..? pi = gg.getRangesList("libil2cpp.so:")[2].start local addr = pi + 0x10BBCDC gg.setValues({ {address = addr, flags = 4, value = 1384440288} })
  14. maybe you can recall..what you are searching for the first time before that happen.
  15. i did mention it last time.
  16. it could be. i use virtual machine with rooted Android 7.1.2 and both script from here didnt worked. but my phone is non-rooted Android 12. dont know if that had anything to do with it. i cant say for sure. i didnt do anything. i just dont get the Ads.
  17. nvm. thanks for sharing the script anyway.
  18. SEE. i know you will ask that.
  19. yeah thats strange. even the script creator didnt know about it? maybe its the FIRMWARE problem. i got that too.
  20. Please do watch the video. Hope you will get the idea. Screenrecorder-2022-10-06-11-04-14-227.mp4
  21. same for me.
  22. try enable it in the lobby
  23. Great. its working for me..everytime as usual.
×
×
  • 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.