Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Version 1.0.5

    0 downloads

    I haven't added currencies because you can hack those with a simple Dword search, refine & edit. Lucky Patcher also works on this game if you want free iap's. This script will work on 64bit Android devices. Will not work on emulators. (1) Budget Boost - this will increase the amount you receive when you use the budget boost button on the budgets screen. Do not let your Total Annual Budget go over 2,000,000,000 otherwise it will turn to a negative figure. (2) Player available to buy - This will make players on the transfers screen that are marked "Not for sale" available to buy. It will not make players that aren't interested in joining your club suddenly interested. (3) Free facility upgrade - Makes the cost zero to upgrade. Not that necessary if you hack your currencies but it's there if you want it.
  3. View File First Team Manager 2026 I haven't added currencies because you can hack those with a simple Dword search, refine & edit. Lucky Patcher also works on this game if you want free iap's. This script will work on 64bit Android devices. Will not work on emulators. (1) Budget Boost - this will increase the amount you receive when you use the budget boost button on the budgets screen. Do not let your Total Annual Budget go over 2,000,000,000 otherwise it will turn to a negative figure. (2) Player available to buy - This will make players on the transfers screen that are marked "Not for sale" available to buy. It will not make players that aren't interested in joining your club suddenly interested. (3) Free facility upgrade - Makes the cost zero to upgrade. Not that necessary if you hack your currencies but it's there if you want it. Submitter sammax71 Submitted 07/20/2025 Category LUA scripts  
  4. Today
  5. Buy a chicken skin for 3 tickets and then refine the results. If still a few edit all 91s in increments of 1 and then revert and edit the one that updated your tickets
  6. thankyou so much my good man, i will try the code later ahh its my first time seeing that, thankyou, i have something in other code that will need this later.
  7. Yesterday
  8. Yes, it should work. You can also move the call to "gg.removeListItems" outside the loop, since in the loop you construct table with list items to be removed.
  9. increasing the number of chaos stones can get banned?
  10. I get ~800 results, my lifetime earned is 91 and spent 88
  11. interesting, ahh and in another code about removing a value in saved list, if i want to add another condition, is it fine if i write like this? i dont know if this works since i saw condition with both string and integer local savedItems = gg.getListItems() local tableATK = {} for i, v in ipairs(savedItems) do if v.address & 0xF == 0xC and v.name == "ATK" and v.value == 0 then tableATK[#tableATK + 1] = v end gg.removeListItems(tableATK) end
  12. How do I use Game Guardian to mod the game so I have unlimited health and super punches?
  13. Last week
  14. Hello @LaToM Is there any chance for a script for the latest version 3.13.0 ?
  15. View File Clash of Zombie 2 ( COZ ll ) Gold Hack Script https://youtube.com/shorts/VFUvy_s6UEw?feature=shared Free for All coz ll hack only work in persian version ( u can download it from telegram channel ) http://t.me/Rune_Essence be smart ! Submitter urmbf Submitted 07/18/2025 Category LUA scripts  
  16. Version 1.0.0

    196 downloads

    https://youtube.com/shorts/VFUvy_s6UEw?feature=shared Free for All coz ll hack only work in persian version ( u can download it from telegram channel ) http://t.me/Rune_Essence be smart !
  17. I know it's a little late, but I'm a mobile egg inc player can you tell me how to hack artitacts I really need it
  18. Use bitwise operators. To check that address ends with hexadecimal digit C : v.address & 0xF == 0xC Similarly for D8: v.address & 0xFF == 0xD8
  19. bump
  20. Address is probably a string. Maybe you want to check the string.sub() function ? https://www.lua.org/pil/20.html https://stackoverflow.com/questions/45255696/extracting-the-last-n-characters-of-string-in-lua
  21. Tap titan 2 gold and damage not work in abyss mode
  22. hello its me again, i still couldnt find solution about comparing address and... changing the value. the goal is to edit a value in each different address using offset, before going to the code, let me give a briefing. 0x1234567C value 19 DWORD (address "C" is static, the rest always changing) 0x123456D8 value 19 DWORD (address "D8" is static, the rest always changing) and here is my lua code, correct me please, i knew my code below is wrong. gg.searchNumber("19",gg.TYPE_DWORD) local t = gg.getResults(2) for i, v in ipairs(t) do if v.address == "C" then local q = {} q[1].address = t[1].address + 0x2 q[1].flags = 4 q[1].value = 2 q[1].freeze = true q[1].name = 'ATK' q[2].address = t[1].address + 0x20 q[2].flags = 4 q[2].value = 20 q[2].freeze = true q[2].name = 'ATK SPD' end if v.address == "D8" then local q = {} q[1].address = t[1].address + 0x4 q[1].flags = 4 q[1].value = 4 q[1].freeze = true q[1].name = 'MOVE' q[2].address = t[1].address + 0x40 q[2].flags = 4 q[2].value = 40 q[2].freeze = true q[2].name = 'MOVE SPD' end gg.setValues(q) gg.addListItems(q) end
  23. FTRMN

    City Of Survivors

    Good Hack
  24. https://play.google.com/store/apps/details?id=com.datavisionstudio.roguelike&pcampaignid=web_share
  25. Mosasaurus rebirth: 3917189576
  26. uptade pls rebirth mosasaurus
  27. Updated Try İn Game.
  28. How do we do it?
  29. Just freeze your game while your doing the search. The script does stuff that you could do by your self. Maybe check this video to better understand what the script does (because i can't install or use GG for a while already) https://emalm.com/?v=LBaYI The video explains the steps i want you to do. You can skip the video to 07:00.
  1. Load more activity
×
×
  • 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.