Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/2021 in Posts

  1. Short answer: The button auto generate the minimum possible group size. Long answer: Looks at the right-most two digits, 00, 04, 08, 0C, 10. For example, you searching XX;YY, which are two adjacent DWORD, the group size will be 5, which is counted by 00, 01, 02, 03, 04 (5 addresses apart). This is because one DWORD hold up space of 4. Meaning 0D eating up address 00, 01, 02, 03. By toggling the byte, you can see more addresses hiding between 00 and 04. So for example you are searching XX;YY;ZZ, the group size will be 9, which follow the formula 4n - 3, where n means how many values are there. XX;YY n =2 XX;YY;ZZ n=3 XX;YY;ZZ;aa n =4 and so on... Then the button generate the smallest possible group size depends on how many values you are trying to find.
    4 points
  2. = 1,974,075,405;-290,152,879 this values are Dword and their distance from each other are in bytes which is 4. by default in GG will add 1 to it so = 1,974,075,405;-290,152,879::5 type those 2 values for search and you will see the 5 will shown on that button you circled in your first pic above.
    2 points
  3. View File Real Racing 3 (11.5.1)(64 bit only) AutoViP Hack REAL RACING 3 AUTOVIP HACK Working RR3: 11.451 Current Version: 11.5.1.4.1 (64bit only) Description: Run this script to make all cars vip/novip in one go. Instructions: Run the script. Video: Submitter MarioRossi93i Submitted 06/21/2021 Category LUA scripts  
    1 point
  4. It's important to understand what your doing, if we want to obtain knowledge i mean.
    1 point
  5. or use this function for selected values in memory editor.
    1 point
  6. @XxhentaixX thanks for this in my.case i use it i know it limit group search but sometimes asked my self what realy is
    1 point
  7. 1 point
  8. There we go: https://sbupload.com/7872c4e64753de28
    1 point
  9. size can not be under 5, the min size is 5, and you should not define the group size by yourself unless you know what you are doing, the group size are defined automatically when you create your group search by selecting multiple value in the memory editor
    1 point
  10. OK thank you very much but I still dont understand why I cannot find this value when I search this : -1,974,075,405;-290,152,879::2 the distance between them is 2 right? why I found 0 value when I search?
    1 point
  11. It mean that he will not consider value that distance between them is out of the group size. eg: 200;300::9 the group size if 9, if he found results that distance is out of this max size he will ignore them
    1 point
  12. That did it. Works like a champ. Much appreciated.
    1 point
  13. sorry I still dont really understand. So does that mean that it will search the values if the distance between them is 5? TYVM!
    1 point
  14. It automatically propose a group size if your using a group search
    1 point
  15. @Banded-mallard how u install gg on f1 ? good process is to not clone but install apk and also set this settings in f1 ( enable root / xposed ) and need in gg to set setlinux and root in virtual space if with this wont work send me message
    1 point
  16. New version 9.6.0.2.13 released!
    1 point
  17. oooohhh hard to guess ? I change all the values found, then pick up the multiplied number of items, and then revert the all values. by the way, there is a way to multiply things and pick up them without blocking the profile. find - 0.08 E;2.0E::13 (for 2 items) refine - 0.06E; 2.0E::13 (for 1 item) we have 2 values - 0.06( or 0.08 depending on how you searched) and 2.0 then look at the table items counts first val. next val. 1 - 0.06 2.0 9 - 0.22 2.0 10 - 0.039 3.0 99 - 0.306 3.0 100 - 0.416 4.0 999 - 0.4012 4.0 1 000 - 0.05025 5.0 9 999 - 0.5002 5.0 10 000 - 0.060036 6.0 99 999 - 0.6003 6.0 100 000 - 0.0700049 7.0 999 999 - 0.7000042 7.0 if you change the values in this way, you can freely pick up
    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.