Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/21/2021 in all areas

  1. Hi guys , I created this topic for posting multiplayers and server sided games can be hacked with Freedom I have already some : - Armored Aces (Freedom) - Blitz Brigade (Freedom + Xprivacy) - Earth and Legend [PAID APP] (Freedom) - Epic Empire (Freedom) - Jurassic Park Builder (Freedom) - Mechs Warfare (Freedom) - Modern Combat 3: Fallen Nation [PAID APP] (Freedom) - Modern Combat 4: Zero Hour [PAID APP] (Freedom) - Oh My Heroes (Freedom) - Pixel Gun 3D (Freedom) - Respawnables (Freedom + Xprivacy) - Star Warfare HD (Freedom) - Tank battles (Freedom + Xprivacy) - BTD 5 (Freedom ) - Bloons TD Battles (Freedom ) - Call Of Mini : Dino Hunter ( Freedom : Go into the store, click on the item you want, then once your at the purchase screen, go into airplane mode right before clicking start. A message will come up saying that the request will run in the background and then you turn off airplane ) - Real Racing 3 (Freedom) - Call Of Mini : Zombie (Freedom) - GothchaWarriorsX (Freedom) - Ace Wings : Online (Open from Freedom or it will not work ( NEW ) OFFICIAL FREEDOM APP WORKING GAMES INDEX : ALL APPS INDEX Comment if you have one XPrivacy : Freedom :
    1 point
  2. 1 point
  3. Could be the case when elements of traversed table need to be modified themselves. Assigning new value to "v" has no effect on "t[index]", so referring to table element explicitly is required in this case. Example: -- Wrong, table is unchanged for i, v in ipairs(t) do v = {address = 0x10203040 + 4 * i, flags = gg.TYPE_DWORD, value = "0"} end -- Correct for i, v in ipairs(t) do t[i] = {address = 0x10203040 + 4 * i, flags = gg.TYPE_DWORD, value = "0"} end
    1 point
  4. In the first half of the code instead of v.name = "Characters" do t[i].name = "Characters" you are only setting the name of v.name while in the loop which makes no change to t which you then add to list it cant find the name because there are no items in the list with the name
    1 point
  5. like this..? local ros = gg.getListItems() for i, v in ipairs(ros) do if v.name ~= "name" then ros[i] = nil end end gg.loadResults(ros) gg.toast("Done")
    1 point
  6. Thank you dear xmagisk00! This script works on Android 11 under Dual Space 4.0.1 for G.G and G.G 101.1 The 2.9 hack, while hard to use while flying a bit, saves a TON of time. THANK YOU!!! If you could add candle run capabilities, that would be very nice. Please share your Patron account if you have one.
    1 point
    Just downloaded DualSpace 4.0.1, regular (not lite) optimized for Game Guardian and ran it on my Android 11 (with the December 2020 security patch). It works FANTASTIC and it's the ONLY virtual machine that permits G.G 101.1 to run properly -without giving the dreaded "Failed to load Daemon" message-. I AM SO VERY HAPPY. I use it to save time in Sky Children of the light. I have noticed that, to do my own modifications, I need to enable on G.G Search in "Other" memory ranges but, some scripts ran with no issues regardless of the settings.
    1 point
  7. Version 101.1

    200,508,481 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
×
×
  • 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.