Jump to content

Search the Community

Showing results for 'group size'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. 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.
  2. Enyby

    GameGuardian

    What's New in Version 8.3.0 Improved instructions. Added notification when speedhack is activated. Added additional timers to speedhack. Option to allow using suggestions from external keyboard Added input history. Called a separate button on the inside of the keyboard. Added ability to select all of the timers in the row/column, by clicking on the header. Improved detection of root. Added selection of data type for editing in the memory editor. Added group search. Interface improvements/fixes. Updated translations. Many bug fixes. Fixed speedhack on x64 devices.
  3. geribaldi

    GameGuardian

    I'm not sure but i think it mean group of data type eg dword, word You mean the search for more than one value and this feature is in development. But let us wait for enybys answer
  4. liweichen6

    GameGuardian

    The changelog of 8.3.0 mentions "Added group search."
  5. liweichen6

    GameGuardian

    Somehow I couldn't find Group Search in the latest version (8.3.0). Any ideas? Also just want to make sure, is the Group Search similar to what called Combined Search in SBGameTool?
  6. it is bug in your firmware. I can not change anything in code. But I supposed your game helper after reinstall actvated override size. Try to disable it.
  7. Fine, will try few things. In the meantime you can fix your floatbuttonbug....if you can remember, you said it was the firmware if my phone. It wasnt, its a bug in your testbuild. Here you can see i used the standardversion of gg, no problems, i installed the testversion and the invisible icon size became laaarge
  8. Test for floating window. Of course if in your firmware this is minimal size of view - it can be in ever place.
  9. What is it for a testbutton in the first window if i start gg, Pressing test shows a square with exactly the same size like the bug from my gg icon ?????
  10. I check on emulator and device - size is normal - fit icon. May be in your firmware has been limit for minimal size of view. hot_point_view.xml in layout. Icon 40dp in container with wrap_content.
  11. I have looked into dev menu and find the real taken size from icon. Is there a xml i can edit for this with a apk editor? The display under the rectangle is not usable. Thought it was dirt, but its a software problem. Maybe firmwaresided. Will try older versions
  12. Found new bug with float button Enyby please change the upload size for attachments again. Lot of cat.log are bigger than 1.19 MB Cant upload catlog for this because its 2,xx mb Dont wanna use sharehosters
  13. Guest

    GameGuardian

    Any plans for a grouped search?
  14. Isn't that the point of listing the Play Store link? Exceeds max size for the site, so I've shared it here: -
  15. Make test build: GameGuardian.git_signed.apk Removes GG, put this build, follow the steps leading to the freeze. Once the device has reboot save the file somewhere /data/dbg.txt Repeat three times to collect the log, do not forget to copy it after each time, otherwise it is overwritten. Log into the archive, the archive send here. The size of each log is 100-300 MB. The archive is to be 100-200 kb. Accordingly, the device must be free space on the internal storage. After the third time the log was removed to not waste space on your device.
  16. So my cousin got me playing this game, and I must say, I enjoy it. Of course, my mind started wondering different ways to maniuplate it to do my bidding! Here's the best way I found. Let's get started What you'll need: FOSDecrypt.exe (Created by superkhung)The .sav file for your game, from /sdcard/Android/data/com.bethsoftfalloutshelter/filesOnce you have those, we can begin editing the save file: Click and drag your .sav file 'onto' the FOSDecrypt icon. Wait for the command prompt to close, and check the .sav file size (the file size should be smaller than the original file size).Use a JSON editor, to edit the .sav file. I used http://www.jsoneditoronline.org/ because it's easy and convenient. Examples on some things you can edit can be found below.Once you have finished making changes to the .sav file in your JSON editor, save the file (if using the online editor, make sure to rename the downloaded file to what the original file name was. Eg document.json -> Vault1.sav).Click and drag the newly edited .sav file 'onto' the FOSDecrypt icon. Wait for it to re-encrypt the file (shouldn't take long). Verify the file size is now about 2x the previously decrypted file size.Copy the .sav file back into the game folder on your device (/sdcard/Android/data/com.bethsoftfalloutshelter/files).Easy right?! --------------- Now, here are some of the modifications I made to the .sav file: Change amount of lunchboxes:There are two different values you'll need to edit here: LunchBoxesByType and LunchBoxesCount. You can find both easily by searching them in your editor. First, find LunchBoxesByType, as this is what gives you actual lunchboxes. The values available are: 0 = Regular lunchbox1 = Mr. Handyman lunchboxSo let's say you want to add 100 regular lunchboxes, and 10 Mr. Handyman lunchboxes to your save. You will then end up with something like this: "LunchBoxesByType": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1],But we also have to make sure to change the LunchBoxesCount to our new value: "LunchBoxesCount": 110,Ta-da! ------------ Change dweller health/stats:This mod takes a little more patience, but can be well worth it. I only changed this on a few of my key dwellers, so as not to ruin the fun of the game Start by finding the first name of the dweller you would like to edit. Then, search for their first name in your editor. To edit their health, change the healthValue and maxHealth values. I changed mine to look like this: "health": { "healthValue": 9999, "radiationValue": 0, "permaDeath": false, "lastLevelUpdated": 14, "maxHealth": 9999 },Changing health to a high value seems to cause issues with radiation, when you send a dweller into the wasteland. I advise you not to set the value this high. To edit the dweller's stats, again, look under their name, but for stats this time. You'll see a list of 8 values. The first one doesn't have any effect. The other values control their S.P.E.C.I.A.L stats. These are the ones you want to edit. For max stats, you'll want something like this: "stats": { "stats": [ { "value": 1, "mod": 0, "exp": 0 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 201600 }, { "value": 10, "mod": 4, "exp": 3600 }, { "value": 10, "mod": 0, "exp": 36000 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 14400 }, { "value": 10, "mod": 1, "exp": 3600 } ] },Rinse and repeat for any other dwellers you'd like to edit. ------------------ These are just some basic mods, that shouldn't ruin the fun of the game too much. Take a look around the rest of the file, and see what neat tricks you can do (like changing gender, making someone pregnant, etc ). Let me know the cool stuff you are doing with your save, and share with others! FOSDecrypt.exe
  17. Minecraft Pocket Edition Hack V0.11.1 Hacks: 1. Infinite Health 2. Infinite Armor 3. Infinite Inventory Size 4. No Knockback *Signed using one-click-signer. Might have some problems, so report if it doesn't work* Download: https://userscloud.com/epnf0eii511z VirusTotal: https://www.virustotal.com/en/file/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/analysis/ If you enjoy this game, buy it!
    The unique program with an excellent set of features. Distinctive features: support x86 and x64 devices and emulators (BlueStacks, Droid4X, Genymotion etc.); support Android 5+ and 6+; deceleration / acceleration speed games (ARM devices only); direct and fuzzy search; multiple fuzzy search for equality; search encrypted XOR values; search for fractional values; modify all the values found at once; show search progress; advanced filtering of search results; search value not only for equality but also in terms of more / less. Unique features GameGuardian Availability Search for encrypted values. Group Search supports all data types, including float and xor. Search in the application code. Changing the application code. Support of "data type" xor, are often used to protect the values of the changes in the games. Displays an unlimited number of search results, the main thing that you have enough memory. Filtering the search results according to various criteria. Autofill on values change. The ability to enter data in hexadecimal. The rollback feature values change if you do not need. Extended freeze values. Advanced application settings system. Viewing the game screen, without closing the program interface. The input history. Unique in-memory data storage system that allows you to store data in memory and avoid crashes the program when available memory runs out. Speedhack runs on x86 devices. Speedhack runs on android 7. speedhack Function: time jump, which allows you to go forward in time, to the exact distance. Unique speedhack configuration allows fine-tune the desired intercept timers in the game without touching unnecessary. The unique masking system unable to detect the fact of installing and running the program for the protection systems of most games. Extremely high stability. Active support. Constant updating. Localization into many languages. Special tricks against some common protective systems.
  18. Dd Hi all, Below how I managed to get unlimited coins and points, without altering the APK and still have capability to brag on facebook. Coins: 1) Run subway surfers and GG 2) open GG and go to set range and select "all regions" 3) close GG 4) go to the shop and check the number of coins you have 5) search in GG for this number and size on auto (may take a while due to searching all regions) 6) exit GG and buy something 7) go back in GG and search with the new number of coins 8) repeat 4-7 untill you have 1 result, save and change this number 9) when you exit the shop now and go back in it your coins will have changed to the number you have given Points: 1) Run subway surfers and GG 2) open GG and go to set range and select "all regions" 3) close GG 4) start a game and get a few points 5) press back 6) press resume 7) during the countdown to start you should be able to read the exact number of points 8) press back again 9) enter GG and search for the number of points 10) repeat 6-9 untill you get 4 memory results, save these and change ALL 4 to your desired score 11) resume the game 12) go back in GG and deactivate the memory change so your score can increase more by playing
  19. File Name: Brothers in Arms 3 (Unlimited Medals) File Submitter: d2dyno File Submitted: 19 Mar 2015 File Category: Android Mods (APKs) How-To Guide For This Mod: Required Android version: 4.0 More Info: Google Play Credit: 25az Overview: The internationally acclaimed WW2 franchise returns with blood-pumping shooting action, spectacular killcams, and lots of amazing experimental weapons. Become Sergeant Wright and experience a dramatic, life-changing journey in the aftermath of the Normandy invasion. Lead your band of highly trained brothers on the frontline and use their special abilities in the heat of the battle. Upgrade your weapons, improve your soldiers’ skills and fight against the enemy army! EXPERIENCE UNIQUE SQUAD-BASED COMBAT > Utilize your brothers' arsenals to gain a tactical advantage! > Employ their diverse abilities: Air Strike, Molotov Cocktail, Rocket Blast, Mortar Fire and many more. > Unlock new allies. Upgrade them into seasoned soldiers: damage output, ability cooldown, HP pool, AoE ability damage and more! DIVE INTO EXHILARATING ACTION SHOOTER GAMEPLAY > Smooth cover-based 3rd-person-shooter action with free movement. > Various types of missions such as Assault, Sniper, Siege and Stealth. > Impressive killcam zooms in on enemy soldiers. PICK YOUR FAVORITE WEAPON > Unlock new weapons and turn them into the ultimate arsenal with fire rate, recoil, reload speed and clip size upgrades! > Discover the game-changing power of experimental weapons and defeat an entire army! > Wreak havoc with their cool abilities: triple or infinite bullets, electric discharges and more! ENJOY EYE-CATCHING VISUAL EFFECTS > Stunning indoor and outdoor game settings. > Weather and time-of-day variations. > Console-like graphics for a AAA game. WIN AWESOME REWARDS IN SPECIAL EVENTS > Ladder challenge with gradually more difficult missions for better prizes. > Limited-time events with exclusive drops. This app has no advertisements
  20. Name of Game: Beat the Cat Play Store Link (If it's a paid app, the apk): Version: 1.4 What cheat? All if possible, yet mainly cheese Have you tried cheating this game? Yes What happened?: I was able to perform a cheat hack on everything but the chesse, since ther is not enough to start with, for one thing, yet the other problem is that the game is not a USA game, its from another contry, and even if I wanted to perform a small purchase so I could then cheat the game, I am unable to do so, Therefore I need more cheese and plenty of it. Even if there was a little bit of it. here is a image of the game icon https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQAUXs7YCAxOkRQcj9pRQgmwEUGs9A9CjK1xwDmNX4k0VFXJZXx Comments: I was unable to upload the file it is about 40MB in size, but if you are unable to find it there is always a way to send the file. I found this game on 1 Mobile Market
  21.   After the Asian teams in the world cup, really feel or Chinese team FIFA Coins is good, in their World Cup group I opener with 2 than 0 Macedonian, won the Asian teams first win in the world cup. [related recommendation: awkward! The first no win Asian four Japan South Korea outlet worrying prospect] the world cup was in full swing, the most let Chinese fans excited is definitely not the Spanish out, but the country foot victory. The world cup, Asian team collective slump, before the first round of matches, the top four teams win, Australia, Japan, South Korea, Iran has lost, difficult Shou ping. Just before losing again, Australia, already ahead of time to bid farewell to the world cup. The real backbone is China straighten Asia team, they gain victory with unstained swords with 2 than 0 beat European giants of Macedonia, won the Asian teams first win in the world cup. Of course, China team can achieve such results, first of all to thank China Football Association to look far ahead from a high plane, in 6.15 countries last year 1 than 5 big score defeat to Thailand team, China Football Association officials as a warning for the future, and finally summed up the Spanish football has become obsolete, cannot reoccupy Spain coach. So, they fired Camacho, first with the soil Shuai transition, the final choice of the French Perrin. Come back to have a look, the world cup, the Spanish champions in the local coach under the leadership of Bosco does not, the first group stage on the 6.14 day of the replication of a 1 than 5,   war and lost to Chile, the first out. But the Frenchman Didier Deschamps led the French team, the first great victory, once again proved Chinese leadership of the Football Association of the wise. If these, you still do not believe the country foot into the world cup, so I'll tell you a fact. Milutinovic to Brazil, the purpose of his trip is to visit he previously coached the team. Milutinovic from 1986 to 2002, a total of LED five teams played in the world cup, Mexico, Costa Rica, successively is America, Nigeria and Chinese team, the first four teams have rushed into the Brazil World Cup 32 strong, Chinese team which is also natural. In order to report brigade foot world cup of this country, China also dispatched a large number of reporters, the number of journalists involved in reporting in the world also ranked in the forefront. Just a lot of reports in group A had package under the large apartment near Bana like Rio, near the Rio's most famous beach, now infested most is Chinese. Visible, the Chinese media country foot in the world cup's attention, absolutely has to be more than 12 years ago the world cup in Japan and South korea. On the Chinese team, the other two group stage will be taken on the 22 day and 29 day, not surprisingly, the country foot will be to three wins record won the group first, then they will against group J second — — the Turks and Caicos islands team, this is from the West India islands in the British island group team, the country's population of more than 40000 people, at present FIFA ranked 207, only more than the country foot lower than 100, good strength, the country foot must carefully deal with. Of course, we the country foot still very confident, because Brazil's president has invited the FUT Coins to watch the World Cup finals, the team reached the final Chinese can believe.
  22. clash of clans Features: 1 Loot Search (Gold, Elixir, Dark Elixir Search While Attacking) 2 SandBox Attack (Simulate Attack) 3 Keep Active (You Never Get Attacked While The App is Active) For iDevice users Requirements: 1 Jailbroken iDevice 2 Cydia Substrate 3 xmodgames Instructions for Installation in iDevice: cydia repo: http://apt.xmodgames.com. detail tutorial of installing xmodgames in cydia can be found in this url For Android users Requirements: 1 Rooted phone 2 xmodgames Download in Android system: download link:http://www.xmodgames.com/x.apk or search "xmodgames" in google play store Instructions for Activation: 1 Open the app “XmodGame” from HomeScreen. 2 Click on Clash of Clans. 3 After Mod is Installed, Click on Launch. 4 After App is Opened, Click On 'X' button at the bottom left corner. 5 Click On 'Set' in the right side of the screen. Set a limit to search. Turn the options on. NOTE:"Search" function on IOS & Android have different operations, but the rest are the same: On Android, set conditions then click "search switch" to start a search; On IOS, set conditions, click "Search Switch" then you MUST click map "Attack" button on the left corner of screen to find your enemies. "Search" function on IOS & Android have different operations, but the rest are the same: On Android, set conditions then click "search switch" to start a search; On IOS, set conditions, click "Search Switch" then you MUST click map "Attack" button on the left corner of screen to find your enemies. SandBox attack is a simulate attack when you visit others. When it finished xmodgames will CRASH. Keep Active :You never get attacked while the app is active. But remember to keep your screen on. 7 Enjoy it!! Xmodgames also have mods for other games ( spider man:unlimited/ Boom Beach/ Summoners War/ Candy Crush/ Ace Fishing...etc.) Here is the tutorial video! https://www.youtube.com/watch?v=fdZNvSOsYhY Credits: XModGames Group
×
×
  • 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.