Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. Video added: https://gameguardian.net/forum/gallery/image/283-xor-search-guide-gameguardian/
  2. XOR search Guide - GG 8.29.0 You can subscribe to our new videos.
  3. This log not from same run as saved list saved. If you try save value in Anonymous region than magic rebase never can work. You need show log from same run as you save values to saved list.
  4. Asphalt 8: Airborne - hack Enduro Double Down (EDD) Updated to 2.0.0.
  5. Enyby

    GameGuardian

    Koplayer - 259,902 - 7,899 - 32,905 The difference in size is due to the allocation of memory for Java heap. For example, in Nox one huge piece, about 500 mb, stands out at once. In this case, the application uses only its beginning, everything else is filled with zeros. The same story with koplayer, only here the size is less - 250 mb. If the emulator does not allocate such huge memory sizes, then the search will be faster. If the game does not store data in the Java heap, then you can not use this region - this will significantly speed up the search.
  6. @noworkhttps://gameguardian.net/forum/topic/7222-gameguardian/?do=findComment&comment=59292
  7. Enyby

    GameGuardian

    Testing the speed of search on various emulators All emulators are based on VirtualBox. VirtualBox for all one. In each emulator GG Tester, GG 8.29.0 was installed, then the GG Tester dword = 1 was searched. All regions were by default. The application was paused before the search. Before each test, the previous emulator turned off. That is, at one point in time only one emulator worked on the PC. The memory settings and the number of cores there may be different, but this should not affect, because GG searches for one thread. The results are presented in the form: Emulator - the amount of scanned memory in MB - the time in seconds - the speed in MB / sec Droid4X - 76,094 - 1,157 - 65,761 Nox - 580.543 - 3.682 - 157.678 Genymotion API 19 - 259,938 - 8,232 - 31,575 Leapdroid - 260,250 - 7,969 - 32,657 Memu Lollipop - 31,445 - 0,162 - 193,963 Memu Kitkat - 5,121 - 0,115 - 44,340 About the results: It may seem that Nox is looking very quickly, but in reality you will not be interested in the absolute speed of searching. You do not care how much memory there was allocated to the application - you are looking in the application, and not in the amount of memory. And so the Nox parameter looks very bad, because it allocates huge amounts of memory where they are unnecessary, which leads to unnecessary search slowdowns.
  8. Enyby

    LUA scripting

    -- first search gg.clearResults() gg.searchNumber ('10', gg.TYPE_DWORD) -- refine search for existsing results gg.searchNumber ('10', gg.TYPE_DWORD)
  9. Enyby

    LUA scripting

    Any search function make refine if you not cleared previous result.
  10. Enyby

    GameGuardian

    No. It is different things. Starting from this version always be two icons.
  11. GG not work with any server-side data.
  12. Enyby

    LUA scripting

    print(gg.choice({'1', 'cat', 'dog', 'racoon', 'bear'})) print(gg.choice({'2', 'cat', 'dog', 'racoon', 'bear'}, 3)) print(gg.choice({'3', 'cat', 'dog', 'racoon', 'bear'}, 30)) print(gg.multiChoice({'4', 'cat', 'dog', 'racoon', 'bear'}, {true, false, true})) print(gg.multiChoice({'5', 'cat', 'dog', 'racoon', 'bear'}))
  13. Enyby

    GameGuardian

    What? I do not understand. Most of all version GG worked in Nox. For example latest 8.29.0:
  14. 1. Use "code" tag. 2. Currently we have updated texts. If you want fix it - now it: <string name="search_helper">Search helper:</string> <string name="off">Off</string> <string name="go_to_game">Go back to the game, if a lot of values are found</string> <string name="go_to_game_and_restore">Go back to the game, if a lot of values are found and restore the search mode on next open</string> <string name="nothing">Nothing</string> <string name="sort">Sort</string> <string name="sort_and_remove_duplicates">Sort and remove duplicates</string> <string name="help_basics_title">Basic information</string> <string name="help_basics">"After you start the application, by clicking the \"__start__\" button, a floating icon will appear on the screen. It can be dragged to any location. Short tapping on the icon will open the main application interface, long tap - show a panel for changing the speed of the game. In the main screen you can see: * In the upper left corner - the icon of the game. Tapping on it allows you to select another game. * Located in the center are bookmarks to navigate through the tabs. Tapping on the desired bookmark displays the appropriate tab. In total there are 4 tabs: settings, search, saved list and the memory editor. * In the upper right corner of the interface is the closing button. Press it and the interface will be hidden, and a floating icon will appear on the screen. * At the bottom of the screen there is a status bar and the eye icon. If you press and hold on the eye icon, the interface becomes transparent, as long as you do not release your finger. * The rest of the contents on the screen depends on which tab you\'re on. On each tab, except for the settings tab, there is a menu button, which contains a variety of possible actions. In it you will find the main actions for this tab. Settings tab contains a variety of settings, help, and information about the application, and the exit button. Search tab contains: * Pause button, the name of the selected game, the number of results found, and the refresh button. * Below is a panel with quick access icons and a menu button. All icons are duplicated on the menu, so if you do not know the meaning of the icon, it can always be viewed by clicking on the menu button (the rightmost). * Below those icons will be the list of search results. Saved list tab contains: * Pause button, the name of the selected application, the menu button and the refresh button. * Below those icons will be the list of saved values. Memory editor tab is similar to the previous, only here instead of a list of saved values it displays memory contents. In all three lists (the search results, saved values and memory editor), you can perform a long tap on the items to show the context menu."</string> <string name="daemon_killed">"Daemon was killed by something. Usually it can be: 1. Any memory killers or optimizers. You must disable any killers or add __app_name__ the white list in its settings. 2. System killer turns on due to low memory. Set \"__data_in_ram__\" to \"__no__\", do not use large apps, disable all other unused apps, try to use __app_name__ after rebooting your device."</string>
  15. No, with GG you can not do this. I think - yes.
  16. Enyby

    GameGuardian

    Two activities to run. One with hardware acceleration (hardware), the second with software (software). Now it will always be like this. On some firmware only one of the options works, and on normal - both. You can use any of them. If for you worked both - use any. Or use one worked for you.
  17. You save different values. In different regions. Because of that values changed. Show region log from your marshmallow for say exact. Numbers is internal implementation for magic rebase.
  18. Enyby

    GameGuardian

    What? Show video or explain.
  19. Enyby

    LUA scripting

    Updated gg table:
  20. Enyby

    GameGuardian

    What's New in Version 8.29.0 Added XOR search mode. Read help for more info. Added group edit for many values. New API functions: getVisible, setVisible, sleep, getValuesRange, choice, multiChoice. Improved API. Improved refine search. Improved compatibility with some firmwares. Improved UI. Improved logcat view. Fixed UI. Bugs fixes in API. Bugs fixes. Fixed crashes. Updated translations.
  21. File need download from forum. Link in description. You must use filename not as in the video but as on your folder.
  22. <string name="help_xor_search_title">XOR search</string> <string name="help_xor_search">"* XOR search: If you know that the value you need is encrypted with a XOR key that is always at the same distance from the value, then you can use this mode to search by the decrypted value. 1. Switch to __app_name__ from a game. 2. Tap the \"__search_known_value__\" button in the \"__search__\" tab. 3. Enter a search number and XOR key distance, separated by \"__mode_xor__\". For example, to search for value 100 with a key on distance 8, enter: 100__mode_xor__8 To input additional symbols, use the \"__btn_hex__\" button on internal keyboard. 4. Select the suitable data type, or choose \"__type_auto__\" (if you are not sure) and other options (if needed) and click \"__search__\". 5. When finished searching, search results will be displayed in the list. 6. Back to the game. After the value has changed, switch to __app_name__ again. 7. Repeat XOR search with appropriate changes. 8. If there are too many results, repeat steps 6 and 7. 9. If few results are left, you can try to modify, store or freeze the value. You can use XOR search with range search. For example \"100__tilde__150__mode_xor__8\". Usually XOR search is slower from usual number search. This mode not supported in the group search or in the encrypted search. Distance must be from 1 to 4096 inclusive. You can input distance in hex form with __hex__ symbol at the end: \"100__tilde__150__mode_xor__10h\". Distance must respect values align. For example, dword must be aligned to 4-bytes boundary. This mean search \"40X7\" is useless for dword because 7 can not divide to 4. Combine this mode with another can cause problems on the bad firmware. For example, if you make usual search and after that refine in XOR mode this can cause hang or reboot your device. This must not happen if the first search will be in this mode. A fuzzy search of this mode is not supported. You can combine it but fuzzy work as usual and do not respect your XOR key with distance. Sign for values is respected. It is mean you can search value not equal, greater, smaller and so on. In this search, all values are considered signed. "</string>
  23. Enyby

    LUA scripting

    No. You can not make car compatible with cow.
  24. Depends of what you need find. Currently - no.
  25. Something like: search '5;2::5', refine '2', change first 40 values to 0. But this can lead to game crash.
×
×
  • 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.