Jump to content

Leaderboard

Popular Content

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

  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
×
×
  • 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.