Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/2021 in all areas

  1. ah yes...you're right. [email protected] they didnt put hp and speed in the same equipment(boot) oh btw..i can see you upload all your scripts separately. you can actually make a single post and add more script to it. futher best..combine all the script into one.
    1 point
  2. I think I understand now. So you want to be able to give yourself a specific weapon? If that's what you mean then I can't help with that. You could always modify the stats of the weapons you have and make a better weapon yourself.
    1 point
  3. At the beginning of every search function write> gg.hideUiButton() and under that write> if gg.isClickedUiButton() then os.exit() gg.toast("No Peaking!!!") end After all the searching and editing is done in the function write gg.showUiButton() That way the game guardian ui doesn't remain hidden
    1 point
  4. Regarding the needed details about "IsMatchHash" function in the variant of the library for arm64-v8a. The function is located at offset 0x18E078 from the start of the library. Here is the result of decompilation of function's code: The assignment on line 23 can be modified to achieve desired result (for function to always return 1). The assignment is performed by this instruction at offset 0x18E0EC from library start ("this" is a label for x0/w0 register): Modification of this instruction to MOV W0, #1 (hex bytes: 20 00 80 52) will cause the function to return 1 even when computed hash doesn't match stored hash. This modification of function's behavior is sufficient for bypassing in-memory data integrity check.
    1 point
  5. this speed hack more like GG speed hack.. its speed up everything. had you consider this.. equipment move speed hack?
    1 point
  6. You missed one important detail: The offset from library start to instructions of the function and new values for them that were mentioned are only applicable for library of the game for x86. On your device library for arm64-v8a is expected to be used, so the offset to the function and which instructions to modify in it need to be located exactly in this variant of library.
    1 point
  7. For those who have problems with changing the currency in the profile, I have prepared this script. It should fix some compatibility issues, although you'll have to enter the values manually. rr3_player_profile_currency.v9.6.0.1.0.bin.lua
    1 point
  8. Thanks for your help @blocx. Yes, the error is on a single mobile device. As far as I understand, I need to delete a token that activates invalid access to facebook. If I know where this wrong token is, I think I can delete it.
    0 points
  9. Androi 11. No root. And the same error happens in any parallel space, x8sb or F1VM. The error only does not occur on another mobile device.
    0 points
×
×
  • 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.