Leaderboard
Popular Content
Showing content with the highest reputation on 01/07/2018 in all areas
-
Version 101.1
201,163,153 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 -
Topic for known problem and how it resolve. 1. If you use Tencent Superuser and GG doesn't get root - change this root manager to another. For example: SuperSU.1 point
-
Requirements: - Rooted device or Emulator. - A powerful Android device: 1 GB RAM, 4 cores, 1.5 - 2.x GHz. If you have a low-end device, your device may freeze during dumping. - Available free space of Internal storage or Sdcard: 2+ GB - Requires Android 4.0.0+ and up. Works on Marshmallow 6.0.1 and Nougat 7.0.0 Files: GameGuardian get_dll_from_bin Instructions: - Run GameGuardian - Press Start - Run App - Select App - Press buttoms like in image - Press Dump memory - If you use BlueStacks select Path /sdcard/windows/BstSharedFolder - Press Save and w8 1 min until you see Dump ended - Open in Windows folder C:\ProgramData\BlueStacks\UserData\SharedFolder - Put file get_dll_from_bin.exe in same folder and run it - W8 30 sec and in the same folder you will see many .dll files - Now you can put it on .NET Reflector and edit Source get_dll_from_bin.exe1 point
-
1 point
-
XOR SEARCH: This method of search is very unique and not intended for you to try as a first method. Once you've tried all memory types, all ranges, unknown increased and unknown decreased and all fail, this method might be what you want to do last. XOR is a simple encryption method, but without the key, you can't know the value. And games lately (not all) will have a key that changes on value change, making finding these types of values EXTREMELY difficult if not impossible... Until now. HUGE thanks to @Enyby The search All the games I've come across that use this method have all been dword, so I'll stick to dword. Also most games (except For Emblem Heroes and some parts in GunPie) the XOR key and XOR value are 4bytes apart. Let's say you have 25 gold. To search 25 with xor key 4 bytes away 25X4 If you know your value is within a range but not 100% on value, so you know you collected about 40 to 45 gold, your search can be 38~50X4 Then when you collect 10 more 48~60X4 During these searches, if you want to eliminate many results that are most likely not it, you can do a does not equal 0 and does not equal the value. You search 500X4 Followed by ≠0 ≠500 Then you can resume the XOR method. This search cannot be done with a group search. If done properly, can do unknown changed/unchanged. Editing You have a couple ways you can edit values. Edit results and if you want to edit to 12345 Put 12345X4 If you want to edit multiple values keeping xor and doing a different value for each. If you have 3 results from searching 500X4 Edit results 100;5000;15000X4 First value week be edited to 100 2nd 5000 and 3rd to 15000. The other option ,goto address, copy value above (xor key) using the xor calculator built into GG, calculate value and got can type values and re-encrypt with proper xor key. Increment edit If you have 5 results and want each to be different, separate each edit with a ;. So for 5 results 5;10;15;20;25X4 Value 1 will be 5, 2 will be 10..... Then you can figure out the correct value, revert and remove the wrong values and continue with editing that one value. List of known games using XOR protected values. Tiny Miners Bullet Force Gunpie Super Mario Run Fire Emblem Heroes (SP: 8 is xor offset. Level: 24 is xor offset) Touch Tank Target Acquired Futurama: Worlds of Tomorrow Pokémon: Magikarp Jump Skychamp HAWK: Freedom Squadron Candy Crush Heroes Infinite Stickman Legend (XOR offset 8) Zombie Pandemic Survivor1 point
-
Version 2.1.0
2,353 downloads
Description: extracts PE-files (.exe, .dll, etc.) from .bin files. For example, memory dumps. For example, from the one that can be obtained through GameGuardian. Use cases: 1. .exe file to be placed in one folder with a .bin file (s) and run. 2. On the .exe file, drag the folder with the .bin file (s). 3. Write in the command line: > get_dll_from_bin.exe path/to/your/.bin/files Result: In the same folder where there were .bin files there will appear .dll files if something was found. Example of output: Usage: drag dir with .bin files to .exe. Tool scan its and extract pe files as .dll files in same folder. Author: Enyby. Used dir: dump dump/com.raongames.growcastle-00008000-0000a000.bin: dump/com.raongames.growcastle-04000000-1c106000.bin: Not valid PE header: 2e746578 dump/com.raongames.growcastle-1c179000-1c17c000.bin: dump/com.raongames.growcastle-94ebb000-95161000.bin: Make 0.dll with size 2737152 dump/com.raongames.growcastle-95169000-951ae000.bin: dump/com.raongames.growcastle-951c6000-95321000.bin: Make 1.dll with size 359424 Make 2.dll with size 878592 dump/com.raongames.growcastle-95325000-95335000.bin: dump/com.raongames.growcastle-9533d000-95583000.bin: Make 3.dll with size 309248 dump/com.raongames.growcastle-95783000-96fe2000.bin: Make 4.dll with size 1684480 dump/com.raongames.growcastle-96fe5000-97371000.bin: dump/com.raongames.growcastle-976f5000-b7756000.bin: dump/com.raongames.growcastle-b7942000-bac40000.bin: Make 5.dll with size 3072 Make 6.dll with size 9728 Make 7.dll with size 171520 Make 8.dll with size 103936 Make 9.dll with size 6656 Make 10.dll with size 10240 Make 11.dll with size 13824 Make 12.dll with size 24576 Make 13.dll with size 65536 Make 14.dll with size 47104 Make 15.dll with size 9216 Make 16.dll with size 41472 Make 17.dll with size 66560 Make 18.dll with size 44032 Make 19.dll with size 18432 Make 20.dll with size 29184 Make 21.dll with size 33280 Make 22.dll with size 175616 dump/com.raongames.growcastle-bf810000-bf831000.bin: Topic: https://gameguardian.net/forum/topic/16999-utility-for-extracting-dll-files-from-various-dumps/1 point -
Version 21
131,948 downloads
Author: IVovo I am not an author. I am only upload the script here. Address all requests for updating the script to the author. He does not exist here. It is useless to write here in the comments, reviews, or to me in PM! All of this will be ignored. Write to the author! Source: https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=65167213 https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=65507963 https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=66980827 From author: https://4pda.ru/forum/index.php?showtopic=594313&view=findpost&p=68290470 There are few functions available: Hack Gold Hack Gems Hack gold and gems Zero gold and gems Just copy the address to the clipboard and other... It was tested on the root Xiaomi Redmi Note 4 (Android 6.0), there is no possibility to test it on other devices. The script only works for version 1.2.49 1.2.65 Release 1.2.70 Release 1.2.72 Release 1.2.75 Release 1.2.96 Release 1.2.99 Release 1.2.104 Beta 1.2.114 Release 1.2.115 Release 1.3.19 Release 1.3.31 Release 1.3.44 Release 1.4.11 Release 1.4.13 Release 1.4.16 Release 1.4.43 Release 1.5.5 (arm64-v8a)1 point -
Version 1.1.1
43,947 downloads
Hello Cheater this script rules of survival. Features: No Grass Wallclimb Weapon color Download from playstore https://play.google.com/store/apps/details?id=com.netease.chiji&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Drules+of+survival&pcampaignid=APPU_1_17dHWu3SNIHtvATAy7PYCw1 point -
Name of Game: Star Wars: Galaxy of Heroes Play Store Link (If it's a paid app, the apk): https://play.google.com/store/apps/details?id=com.ea.game.starwarscapital_row&hl=en Offered By: ELECTRONIC ARTS Version: 0.2.113720 Updated Dec 1,2015 What cheat? Health, xp, gold...: Adjusting Player Stats (speed,health) , adjusting turn meter speed, adding shards, unlimited energy or fast replenish. Have you tried cheating this game? What happened?: Yes I searched a specific Character Health and was able to change the value and it worked go Cantina battle. Also used the speedhack and that worked as far as speeding things up,but my energy was acting weird. it would jump up to full and back down Comments: Extra information here. Link To CE Forum Discussing the same GG is where its at though!! http://forum.cheatengine.org/viewtopic.php?t=586656 http://starwars.ea.com/starwars/galaxy-of-heroes1 point
-
Since gold hack is still working after the maintenance.... I made a Youtube video explaining how to generate gold MUCH faster using a Windows PC (BlueStacks + Mouse Recorder). I've also tried Repetitouch but hacking gold using the smartphone can heavily affect the battery due to the heat. You're invited to try it! Gold Hack Tutorial using Bluestacks and Mouse Recorder1 point
-
This is still working after the server maintenance... Just tried and it's still working1 point
-
I can tell you from my experience that all types of currency in this game are server-sided, as well as energy, cantina energy, sim tickets, equipment, number of shards, etc... That means that you can modify their values only visually, due to the fact that the real values are stored in the server (cloud), not in the client (your device). So, if you increase your energy value (in your device) and try to spend more than you really have (in the server), the game will crash and restart. However, you can modify in-battle values indeed. There are several mods out there that allow you to enter god mode (immunity) and extended damage. Besides, you can use GG to scan and edit your characters' parameters in-battle, giving you more speed, physical attack, defense, skill cooldown set to zero, etc... In other note, I would like to know if the drop rate values can be edited, or are they server-sided too? I suppose they are, but I'm not 100% sure.1 point
-
Name of Game: Six Guns Game Version if known: 1.0.3 Name of Cheat: "Sheriff Stars" cheat. Name of Adress (if any): Manual Steps: Start Six Guns, have GameGuardian open.[/*:m:33xzj8tz] Search your current amount of "Stars" in GameGuardian. Return to the game.[/*:m:33xzj8tz] Get some stars, then search the new value of stars in the previous search.[/*:m:33xzj8tz] Repeat step 3 until you get only 2 values, then change them to whatever you want.[/*:m:33xzj8tz] Didn't work for me. Can you find the code values?1 point
-
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.0 points