Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/26/2024 in all areas

  1. I tried but couldn't find anything. I think the best chance to get currency might be through the rewards from achievements IF you can find them.
    1 point
  2. it would be something like this : --after search and refine local start = gg.getResults(1) local target = start[1].address + 0x990 local target2 = start[1].address + 0x29 local target3 = start[1].address + 0x34 local target4 = start[1].address + 0x32 --editing gg.setValues({ {address = target, flags = gg.TYPE_DWORD, value = 999999}, {address = target2, flags = gg.TYPE_DWORD, value = 999999}, {address = target3, flags = gg.TYPE_DWORD, value = 999999}, {address = target4, flags = gg.TYPE_DWORD, value = 999999} }) yup. adding offsets only to first result to get to another target.
    1 point
  3. View File Tagged pointers helper This script addresses GG not supporting tagged pointers natively by providing two features (going to pointer and searching pointers) that work for both regular and tagged pointers. Additionally, pointer search supports searching pointers for multiple targets at once. Script is used by selecting item(s) for desired operation in any of GG interface tabs and pressing "Sx" button to invoke script menu and choose the operation. Credits: - @BadCase - for method of searching for tagged pointers to multiple targets at once. Submitter CmP Submitted 07/06/2024 Category Tools  
    1 point
  4. From what I have heard from others I know, Game Guardian just flips out with Xposed on an Android 11. They attempted using scripts, but it didn't work. Some apps that had previously worked with Xpose on Android 10 were refusing to work all of a sudden. -- I have 3 theories. 1) Game Guardian needs an update to allow Android 11 to function with Xposed (Sorta doubting this one) 2) Virtual Xposed itself needs an update for Android 11. If you look at its description, it says the highest Android version it functions with is an Android 10. So perhaps this isn't Game Guardian's fault? Maybe you must wait until Virtual Xposed itself has an update to allow Android 11 users to access it without error. 3) Android 11 may have some sort of new privacy protection update. This could be disabling Virtual Xposed, Game Guardian, or both. Hope I helped you somewhat.
    1 point
×
×
  • 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.