Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/06/2022 in all areas

  1. Version 10.4.3

    1,705 downloads

    Script By RohmanR1
    1 point
    How to execute this script, please provide tutorial!
    1 point
  2. Version 101.1

    200,412,571 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).
    1 point
  3. Name of Game: Candy Crush Saga Game Version if known: Latest as of 03-25-2013 Name of Cheat: Moves Cheat Search Regions Needed: 4byte Steps: Open both Candy Crush Saga, and GameGuardian. Start a level. Move 2 times (making the number of moves reduce by 2). Search for 2. Move another time. Search for 3. Repeat this process until you get about 6 values. Save them all as 0. Go into the saved values menu, and check all the check-boxes for unlimited moves. Uncheck them to finish a game that requires you to run out of moves. ___________________ Name of Cheat: Score Cheat Search Regions Needed: 4byte Steps: Open both Candy Crush Saga, and GameGuardian. Start a level. Get some score. Search your current amount of score. Gain some more. Search your new amount of score. Repeat this process until you get about 4 values. Change them all to whatever you want.
    1 point
  4. http://youtu.be/P5eWr3aaXd8 Cheat Guide:
    1 point
  5. http://youtu.be/-0QBfD9Wti8 Cheat Guide:
    1 point
  6. Hey guys, Should I add this theme: http://www.ibskin.com/forums/index.php/store/product/217-world-of-warcraft-ultimate-334/ For VIP+ use only? I love the design of it, and I would just switch out the two WOW images with some other images (post some here if you have ideas). Let me know.
    1 point
  7. Sorry for the delay in response. This really isn't the best section for help, I moved the topic to the proper section. What version of Android are you using? Also, is there a GG folder in your sdcard? If not, the temp path won't work.
    1 point
  8. Name of Game: Nutty Fluffies Rollercoaster Game Version if known: 1.0.3 Name of Cheat: Coin Cheat Search Regions Needed: 4byte Steps: Open both Nutty Fluffies Rollercoaster, and GameGuardian. Search your current amount of coins. Either spend some, or gain some. Search your new amount of coins. Repeat this process until you get 1 value. Change it to whatever you want. _______________________ Name of Cheat: Hearts Cheat Search Regions Needed: 4byte Steps: Open both Nutty Fluffies Rollercoaster, and GameGuardian. Start a level. Once you have collected some hearts (above 2), search your amount of hearts. Gain some more. Search your new value of hearts. Repeat this process until you get 1 value. Change it to whatever you want.
    1 point
  9. Name of Game: Lazors Game Version if known: 2.1.1 Name of Cheat: Hints Hack Steps: Open a root enabled explorer (I recommend Solid Explorer or Root Explorer) Navigate to: data/data/net.pyroshpere.lazors/shared_prefs. Open the file with a text editor: Lazors.xml. <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <int name="kAudioManagerMuteSound" value="0" /> <int name="kCoinsSpentKey" value="0" /> <int name="levelhints-tutorial-4" value="1" /> <int name="levelhints-tutorial-3" value="2" /> <int name="levelhints-tutorial-2" value="2" /> <int name="tutorial" value="4" /> <int name="levelhints-tutorial-1" value="0" /> <int name="kAudioManagerMuteMusic" value="0" /> </map> Is probably what you will see. We want to edit the "<int name="kCoinsSpentKey" value="0" />" code. To do this, we will ad a negative integer, such as "-20000000". This will give us 200000000 hints, because we spent negative. Your code should now look like this: <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <map> <int name="kAudioManagerMuteSound" value="0" /> <int name="kCoinsSpentKey" value="-20000000" /> <int name="levelhints-tutorial-4" value="1" /> <int name="levelhints-tutorial-3" value="2" /> <int name="levelhints-tutorial-2" value="2" /> <int name="tutorial" value="4" /> <int name="levelhints-tutorial-1" value="0" /> <int name="kAudioManagerMuteMusic" value="0" /> </map> Now, make the edit to the file, and save it. Make sure your game is closed when you save it. You now have max hints Additionally, you can just apply copy and paste this file to your data/data/net.pyrosphere.lazors/shared_prefs folder: Lazors.xml
    1 point
  10. Thanks, I'll incorporate that into the guide.
    1 point
  11. Hello, It will soon be available here (Forum Moderator, rather than Global): http://gameguardian.net/forum/index.php?app=groupjoin I am closing this thread. See the above link to apply.
    1 point
  12. Have you tried running GG without setting a temp path? A temp path is usually only needed for fuzzy searching.
    1 point
  13. Hello, Can you define the problem a little more clearly?
    1 point
  14. , GameGuardian won't brick anything. If you accuse, show me the code that bricks your phone. As for 2.3.6, I had it working on that version when I had the GS2, and it worked perfectly.
    1 point
  15. , Hello and welcome
    1 point
  16. Well, this game can't be cheated with GameGuardian, because it is a server sided game. I myself play this game now and then, and tried it, but the values are stored online.
    1 point
  17. , I didn't choose who one, it's a system. But your welcome
    1 point
  18. , I don't have it, so stop asking, .
    1 point
  19. Hey guys, As you know, we just switched servers. One of the, many, many, many great things about the switch, is the video tutorials system now properly works (before you couldn't upload anything 50 MB+). As such, I am currently uploading ALL of the video tutorials that were on YouTube before. It'll take some time, but right now, I have about 20 uploading.
    1 point
  20. Hello and welcome!
    1 point
  21. Hello and welcome!
    1 point
  22. Hello and welcome!
    1 point
  23. Yes, read the official tutorial. I think it has that, not sure. You have to tap a value, enter a name to save it as, go into the saved tab, and long press it to edit the value, then check the check box.
    1 point
  24. I haven't seen a mod either. I can check for one though.
    1 point
  25. Hello and welcome!
    1 point
  26. Hello and welcome! Haha, don't get banned!
    1 point
  27. Hello and welcome! No English need. Just use translate.google.com
    1 point
  28. http://gameguardian.net/forum/files/category/5-official-downloads/
    1 point
  29. Hey guys, As a push to get more VIP+ content, we are starting a whole new thing. I'm not quite sure how it's going to work yet, but here's what it is going to be: If a user posts (or will post) content that the community (or moderators and administrators) deem worthy of VIP+, then the user will be rewarded with account credit. Account credit, can then be either payed out, or can be used to purchase things in the store here. The maximum amount will be $10 (ie. A server game cheat), and the usual amount will be $1 (ie. A harder than normal cheat). This will start as soon as we find a system/method for this.
    1 point
  30. Well, with the account credit I'm talking about, they can buy VIP+ without actually paying.
    1 point
  31. I have yet to write it. I'm too busy right now.
    1 point
  32. Nou, I'm a little confused, because when doing a fuzzy search in game, it disconnects, then you have to go back in, then press inequal, then it disconnects. Does it still work after all that?
    1 point
  33. http://youtu.be/sL_3mUMVBjY Cheat Guide:
    1 point
  34. Here ya are ;-) http://gameguardian.net/forum/files/file/316-plants-war-mod-free-shopping-offline/
    1 point
  35. Hello, Is your problem that you aren't getting any search results, or the app itself isn't working? When I was on 2.3.5, it worked flawlessly.
    1 point
  36. Hello, Can you go into your superuser app (either Superuser or SuperSu), and loon in the log portion, and see if you can find either Game Guardian, or messaging? It should say if it was granted or not, but it sounds like it isn't.
    1 point
  37. 1 point
  38. How did you do that?
    1 point
  39. http://youtu.be/sPzWxRmkpWA Cheat Guide:
    1 point
  40. http://youtu.be/vWmd_Ux1KLs Cheat Guide:
    1 point
  41. http://youtu.be/taEf4PHnR08 Cheat Guide:
    1 point
  42. http://youtu.be/L14XOJRcKlY Cheat Guide:
    1 point
  43. http://youtu.be/-9ppWyvo-Y0 Cheat Guide:
    1 point
  44. http://youtu.be/i6A6x4_gxkE Cheat Guide:
    1 point
  45. http://youtu.be/kQkU6uhDCTE Cheat Guide:
    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.