Leaderboard
Popular Content
Showing content with the highest reputation on 04/21/2016 in all areas
-
Version 101.1
201,277,220 downloads
Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).2 points -
Play Store Icon Image (upload it to GGImage) Name of Game:Real Racing 3 Game Version if known: Name of Cheat:Hack Search Regions Needed: Steps: 1. You have to have root access of course. 2. Have the game downloaded already on your phone/tablet. 3. Connect the device to your computer. 4. Pull up your files on you tablet. (like when your transfer zip files to the internal or maybe mini sd card) 5. Look for a folder called android click on it. 6. Find a file named com.ea.games.r3 or something very similar to that click on it. 7. Replace the folder named doc with the doc folder i provided for downloading. (will ask if you want to replace all the contents with the folder that i provided say yes and replace all files) 8. Disconnect your device after the process is done and start Real Racing 3 again and have fun with unlimited everything Make sure to extract files with a rar program and it will make a folder named doc open it and another folder named doc will be in it make sure to chose that one and pull it out and just put it on your desktop and if its not named doc just rename it to doc. Sorry if i made it so complicated. Dont explain steps very well hope it worked for you like it did for me doc.rar1 point
-
1 point
-
Group search format: value1; value2; value 3: region In total, you can specify from 2 to 8 values. The region should be 1 to 65535. The larger the area, the slower the search and more memory is needed for it. If the region is not specified, it is assumed to be equal to 512. The value can be specified as a number or in hexadecimal with a pointer type, or in the reverse hexadecimal. For example: 10 - 10 type Auto. 10B - 10 with the type Byte. 10F - 10.0 with the Float type. 10X - 10 with the type of Xor. 0Ah - 10 in hexadecimal notation. 0A00hD - 2560 in hexadecimal notation and the type Dword. 0A00rW - 10 in reverse hex and Word type. Contact hexadecimal notation allows you to record the bytes as they are in the memory, not doing their permutation. For example, the number ABCDEFh in memory will be written as EF CD AB. Instead of rearranging the bytes yourself, you can simply write EFCDABr. Thus, you can write something like: 10; BCh; 0A00hW; FFEErD; 1.234F: 2345 And it will search with GG. The most simple and obvious use - Search byte string in memory. The maximum length is 4 * 8 - 32 bytes. For example: "6E 6E 62 61 65 64 72 6F 66 5F 6D" It: 62 61 6E 6ErD; 65 64 5F 66rD; 72hB; 6FhB; 6DhB: 11 The only negative - will be found all the permutations of these numbers.1 point
-
Extended edit all values In GameGuardian there are unique features that are not, in any other similar utilities. One is editing incrementally. Consider it more. "Hacks" I'll be the application TapCounter. Its essence is simple - it counts the number of Taps on the screen. The perfect object for hacking. We assume that the value is not changed to crack. A typical example - the price in the store. Here I am 47 tapov self-fulfilling. Now I want to do to make it 200. Spoiler I enter in the search found dword 47. 370 values. Too much. But to change the value, I can not, so I can not weed. Spoiler Just then comes to the rescue and change all values. Now I have uploaded the first 100 values. Only try to change them. You can not put 100, and the other numbers if the tap on the number found. Spoiler So, open edit all values. Spoiler Here we are interested in the "increment". The default is zero. What does it mean? This is the number that will be added to each value multiplied by the number in the list of results starting from scratch. Let me explain what that means with an example. We have three numbers. The value is 47. The increment is 0. If you change will be recorded 47, 47, 47. Put increment: 1 - 47, 48, 49. 2 - 47, 49, 51. 10 - 47, 57, 67. n - 0 * 47 + n, 47 + 1 * n, 47 + 2 * n. What do we need? Check the variable address. How do we do? We assign increment 1 and see the new value in the game. We do. Spoiler The "game" remains 47. What does it mean? The fact that the desired value, we have not changed. In some games, you need to exit / enter on the screen (the store), the change will be displayed. Here, too, the value does not update itself, so I click the first "+" and then "-" that it was updated. To play is not taken off, change all the values back to the 47. Now we need to download the following 100. While the user-friendly interface for this is not, use the filters on the address. Move to the last. Copy the address, making it a long tap. Spoiler Select the filters and activate the filter address our more than copied. Spoiler Now we see that filtered 200 results, showing 100, and a total of 370. Repeat change the value incrementally. The game once again, nothing has changed. Spoiler Again missing addresses 100 through filters. Spoiler In general, repeated as long as the value does not change. Spoiler It changed to 84. We go back to the GG, find the line with the value of 84. Spoiler This will be the key we are. Click on it. Put a check mark on the preserve. Spoiler Then again we go to edit everything and the value of 47 is returned to all that the game has not taken off. Clear the search and go to the tab the stored values. There will be our stored value. We put him 200 and enjoy life. Spoiler Mission accomplished. You could not dance with the filters and put the number of output is higher than the number of found (370) and change all through the increment. But then the more chance you'll change something is not right, and the game will crash. Of course, she can fly, and so, there could be as lucky. But this method is better than nothing.1 point
-
I researched this issue. GK uses memory to store data. The memory card is only used for the first fuzzy search and all. Further, it is not used at all. This decision can not be called successful. Yes, it allows you to quickly search for, but at what cost! Memory consumption is not limited in nature. As a result, the GK flies, the game. It depends on what will beat the system running out of memory. Here is an example: 1. Launch Minion Rush. 2. Launch GK. 3. I am fuzzy search. It found 40 million values. But they are in the buffer to disk. There is no problem. Memory consumption demon GK - 1,3 MB. 4. Now again looking for fuzzy search. I opt for not changed. GK starts looking devouring memory buffers: 125 MB, 188 MB, 215 MB, 237 MB, 259 MB, 278 MB, 298 MB, 316 MB, 348 MB, 387 MB ... Oh, what is it? GK was closed, and the game is closed. In my opinion, not worth the high speed flight games or utilities for hacking. Imagine that you have achieved some special situations in the game to hack it, and spent time and resources to do so. And then the game went and took off. All for nothing. Maybe all the same, it is better to look for more slowly, but with guarantees that the flight would not be? By the way, I still have this 1 GB of memory on board. What would happen if 512 or 256 MB? All will fly much earlier. And now we repeat the situation of GG: 1. Launch Minion Rush. 2. Run GG. 3. I am fuzzy search. It found 14.6 million values (the value is 0 or -1 are ignored, therefore 40 million in GK). Memory consumption demon GG - 774 KB. 4. Now again looking for fuzzy search. I opt for not changed. GG starts looking, memory consumption remains almost unchanged: 774 - 776 - 784 KB. Of course nothing is taken off, since there are no reasons for this. For fun, we spend the same with GH: 1. Launch GH. 2. I am fuzzy search. It found 39.5 million values. Memory consumption demon GH - 1.28 MB. 3. Now again looking for fuzzy search. I opt for not changed. GH begins to look, devouring memory: 259 MB - 338 MB - 384 MB ... Demon GH crashes interface GH is infinite Status. What's funny, the system even with gains GK. Well, at least the game is not relegated lucky today. Absolutely the same situation as with the GK. Conclusion: GG looking for with minimal memory consumption, but slower than the GK or GH, since it uses a memory card. But it ensures that no game, nor an attacker does not fly at the wrong time. What is more important for you, speed or reliability? Decide for yourself.1 point
-
By the way, about the speed of the search. Starting with version 8.1.0 adds the ability to store data in memory. If you have enough RAM available, it can greatly speed up the search (10 times more). Go to settings and select the desired setting: Spoiler However, the application may crash if memory is insufficient. Therefore, this option is not enabled by default. If the application closes spontaneously, try to choose the lesser value, or disable this option entirely. On the emulator, the same as the BlueStacks, memory usage may be slower than the use of files. Try. Spoiler (General Recommendations) The search speed depends on the speed of reading and writing to the memory card. Therefore, to seek faster, it makes sense to put as much as possible high-speed memory card. Especially when using the fuzzy search. To make it clearer, citing figures. Displacement of the temporary file, depending on the situation, can reach 100-300 MB and above. Say it 100 MB. This is about 10 million dword values. Normal operation on the file is in its full reading and writing. Typically, reading faster than writing, so I will focus on the recording speed. Take the usual Class 2 memory card on which the maximum write speed will be about 2 MB / s. Record 100 MB will be carried out within 50 seconds. Now let us compare with the 10 class (10 Mb / s) - 10 seconds. Sensible difference. If you take more high-speed card, for example, SDCA10 from Kingston, and there speed (I was to write 25 MB / s) allows you to record 100 MB 4 seconds. Search time will not be less than the figures shown above. If we consider the search time, the distribution cost of time, in decreasing order of importance, is: Read / write to the memory card. Reading the memory process. Various mathematics (comparison, search, etc.) As can be seen, the basic search time is not strongly dependent on the program code, as defined by your device or equipment thereon. To speed up the search, you can do the following: As I wrote - to use the fastest memory card. Select only the necessary regions of memory and does not use slow regions (Others) - access to them can be very significantly slow searching. To reduce the maximum amount for the search. For example: after the start of a fuzzy search use the "not equals" rather than "is" because the memory addresses that have changed are always much smaller than those that have not changed. The search is performed on "fresh" start the game, if it is possible, because the longer the game runs, the greater the amount of memory used and the more space for the search. Try not to use the data type to "Auto", because there is a lot of checks carried out, which may be unnecessary in your case.1 point