Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/11/2018 in all areas

  1. @Enyby Gg can detect if game uses randomizer.... Is it possible for gg to detect a game that relocates values on every value change? Not sure if something gg can detect and notify user data is likely relocating. Can dword xor be able to be used in group search? Maybe not multiple dword xor in single group, but like 500;200;123x4::49. Even if restricted to maximum of 5 values or maximum of 512 range. Could be helpful. I have 4 values 1;10;100;1000. And I can paste these to edit 4 values, can this be expanded, so if i edit 8 values and paste the 1;10;100;1000, it will just loop and edit next 4 with same edit. But if you tried 7 values with those 4, would give error not divisible by 4. Games detecting gg is installed. I understand xprivacy is an option, but to maintain safetynet, have to avoid xposed framework. For root users only, could gg by installed in a virtual environment and then access game on device? Or is something in the plans to help protect gg from being detected? Ptrace bypass has been a near perfect function of gg, thank you. Magisk updating basically put an end to most root detections. So if gg can somehow "hide" better, would be endless possibilities ? And as always, hands down the most powerful app available. I hope you realize your work is much appreciated by so many. Thank you ?
    3 points
  2. Even worse what a developer can do. Every value change just in game results in All xor key changes. Let's say you are trying to find gold. Gain 1 unknown changed. Gain 0 unknown unchanged. Gain 1 GEM unknown unchanged. You've now lost your gold value. For the value is still 1 but xor key changed due to another value changing.... When you get 50 results, that's good.... Go through, freeze a couple at a time. Until you get it. THEN study EVERYTHING nearby. Other values, pointers, pointer searches. Create a map of this entire area. Because once you've learned everything in that area. You don't need to find your value. You find this area, and then navigate to your value. The best gg hack method, doesn't rely on data changing. If you can achieve a search and edit of and encrypted changing value without needing it to change, that's perfect. I try to avoid guides with finding a value that's changing. It's much more time consuming initially... But will be worth it later.
    3 points
  3. Mistake in pattern. Not closed a frontier pattern. Something like that: ids = '01234567890' v = '01234567%f[%' check = string.find(ids, v) print(check, ids, v)
    2 points
  4. No. No. We have plans about that. Maybe. I think about that. Yes. No. It is unsafe. You need allow root for entire virtual space, so any app inside it can do anything with root and can damage your device. Few ideas exists. Some implemented in 8.69.1.
    2 points
  5. Version 101.1

    192,173,905 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
  6. Version 3.1.3

    89,433 downloads

    More scripts from the creator This script can be used to acquire: *unlimited coins and diamonds *unlock and upgrade all weapons in the arsenal to max using coins or diamonds *Dominate pvp WATCH THIS VIDEO TO KNOW HOW TO USE THE SCRIPT WATCH THIS VIDEO TO KNOW HOW TO USE THE SCRIPT WATCH THIS VIDEO TO KNOW HOW TO USE THE SCRIPT
    1 point
  7. RULES: 1. This thread is not to replace the requests section, it is a way to bring more complex problems to my attention 2. I can garantee nothing, I will try to fufill requests but I do also have a life I need to live 3. I accept NO RESPONSABILITY to what may happen when using any of my trainers (a work in progress )/hacks/tuts/etc, 4. adhere to the rules or else ================================================================================================================================ I totally forgot about this thread hahaha... It is open for business again Please note, if it is a request that does not hold anything "special" about it and for an ordinary game please do not post it here as I will give you warning points. This section is ONLY for games which you have not been able to find elsewhere. Make a request first in the requests section and if you do not get a solution for here or somewhere else link me to the request here. I am starting to work on the Android platform again, so lets see what comes up! Once again: DO NOT ABUSE THIS THREAD. If you post JUNK I WILL PUNISH YOU LIST OF FULFILLED REQUEST: Erm.......
    1 point
  8. https://intl.mtp.tencent.com/cheat.html GG now something similar with such general process as memory modification or speed modification. Wow. They cover more version than exists. Around 200 version of GG exists at all. Or they mean different possible package names? Then they cover too less, because different packages names can be more then 19928148895209409152340197376.
    1 point
  9. I am little late, because the answer is already given, but have one thing to add. If you need to match '[' character in the string, insert escape character ('%') before it, example: "abc123%[59959". Additional info about patterns in Lua can be found here: https://www.lua.org/pil/20.2.html
    1 point
  10. 1 point
  11. Disable usage external sdcard as internal memory.
    1 point
  12. Also, for most virtual spaces this need install app in the system for able install it inside vspace, so game scan installed apps and find it in the system.
    1 point
  13. Need full text of error and full text of script for reproduce it.
    1 point
  14. It's an interesting method they did in "protecting" values. I can work on guide for hacking stats
    1 point
  15. You need to use "Changed/Unchanged" if you want to find xor-encrypted value with fuzzy search. "Increased/Decreased" won't work out because of how xor-encryption works.
    1 point
  16. Version 1.1 Beta

    3,847 downloads

    Note: sometimes you wont be able to access because im doing maintenance Note: ALL hacks are mine Join My Discord (No Mods Or Else Instant Ban): https://discord.gg/KzHe6JN
    1 point
    very good,This is a new pattern
    1 point
  17. Thanks for everything you done. So does everyone use pointer on inapp??
    1 point
  18. You must root your device before use gg. Search in google or xda, how to root your device.
    1 point
    Now, it is "the best". But I have one suggestion for make it the best. You may add there search values between. I mean if any value is visible like integer, but it is float in shadow. E.g. I see that I have 2 points in game. Well, I will search between Value>=2 and Value<=3. This is possible in computer (e.g. on Cheat Engine or ArtMoney). Because I am not able choose this value to filter in GameGuardian.
    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.
    1 point
    Excelente. Thanks d2dyno
    1 point
  19. Name of Requested File:Dragon Mania Legends Link To Download:https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftDOHM&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Ddragon+mania+legends&pcampaignid=APPU_1_GIzsVLzNDpWiuQTN2oDoDw Is the game server-sided:Yes Comments:please Hack is Game.Dimonds and Foods pls
    1 point
  20. No. Root is not permission for work in that way.
    -1 points
×
×
  • 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.