Jump to content

MonkeySAN

Contributor
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    130

Everything posted by MonkeySAN

  1. here is the script with Jump Height and Movement Speed hack added. com.theand.minimal[EDITED].lua All credit goes to @Platonic
  2. its GREAT. THANK YOU AGAIN. @Platonic
  3. any idea where can i add gg.prompt for setvalue in here? function class_CharacterJump() if loop_CharacterJump == false then filter_class(CharacterJump) -- only call function once loop_CharacterJump = true end CharacterJumpClass_address = class_pointers gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(CharacterJumpClass_address[1].address, gg.TYPE_QWORD) local pointers_to_class = gg.getResults(gg.getResultsCount()) gg.clearResults() local field_JumpHeight = {} for i, v in ipairs(pointers_to_class) do field_JumpHeight[i] = {address = v.address + 0xB8, flags = gg.TYPE_FLOAT, value = "3"}--wanna use prompt instead of fixed value end gg.setValues(field_JumpHeight) gg.toast("Jump Height DONE") end
  4. @Platonic well thanks for the script. still lots in it but much neater looking. i was able to add Jump hack for it. just made/added a few changes here and there...without so much scratching my head. Screenrecorder-2022-11-11-17-14-38-518.mp4
  5. i dont quite understand you.
  6. Thank you. but i already done that. way before you post your first script.(my apologize) though...it work perfectly everytime..it just i dont quite like it as the script had too many things going on in it. and it took me quite sometime to understand it. the first one of yours are much simpler.
  7. in my game the search value is 23636 that value will stay the same after you completely exit the game and enter again. while in the game.. the already turned on God Mode hack will not work anymore when you entered a new stage. need to search again but that value had changed.
  8. many thanks. but its not working. that search value is not static between gameplay and app restart.
  9. class name = Health field offset = 0x1C
  10. this is much better..i think. Screenrecorder-2022-11-10-01-59-54-723.mp4 found through dump.cs hope someone can make a script for it. im too lazy nowadays.
  11. same here. Screenrecorder-2022-11-09-03-07-45-244.mp4
  12. Homescapes Golden Ticket (Item Swap) (#1s8hnpmo) Homescapes Golden Ticket (Item Swap) (#40mwvzbw)
  13. 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
  14. have you look at another type of value instead of just Float? rather than just freeze it...maybe you can increase the value.
  15. 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?
  16. unlock all cats??? i thought you had already done that. Need help how to i do freeze and save the offset value (#12j9nrz)
  17. my gosh.. well...at least it didnt show everything and still pay credits to @NoFear who knows...in the future..what will it be.
  18. thats the wrong one. picture below it..is so clear.
  19. yup..it is still the same. search the Amount x 100 in the Quest
  20. 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.
  21. MonkeySAN

    arm edit

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

    offset from lib

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

    offset from lib

    a simple script with above written..just like that.
×
×
  • 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.