Jump to content

All Activity

This stream auto-updates

  1. Past hour
    Amazing script can you update?
    Amazing script! This script is awesome and you really professional at scripting, also can you make script for OSM 24/25 ?
  2. Today
  3. On another note, does anyone know how I can unlock the Toon Pass, through the .db or any other way?
  4. Solved. Edited the .db
  5. Yesterday
  6. https://play.google.com/store/apps/details?id=net.peakgames.toonblast&hl=en_US I have found mods and scripts for coins, lives, and such but cannot modify levels. It's a simple unity game so it should be possible. Would appreciate it if anyone can find something. Thank you.
  7. This method works on Credits and Medals , you have to add or spend some.
  8. Yes same here did you get any thing??
  9. 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  
  10. Version 1.0.5

    20 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.
  11. @APEXggV2for the game Kingdom Clash, the first part of the script used to work but now it doesn't: Easy Win. It freezes the game and need to restart the game. Could you look into this please? Also, are there other hacks for this game that you're working on and could add into this script?
  12. mo69

    Mighty party

    Hey i want to know if someone succeed in hacking mighty party vip points i tried alot but all i got is fake vip points and no points, and purple gems also would be good to know how to hack them
  13. 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
  14. 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.
  15. Last week
  16. 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.
  17. increasing the number of chaos stones can get banned?
  18. I get ~800 results, my lifetime earned is 91 and spent 88
  19. 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
  20. How do I use Game Guardian to mod the game so I have unlimited health and super punches?
  21. Hello @LaToM Is there any chance for a script for the latest version 3.13.0 ?
  22. 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  
  23. Version 1.0.0

    210 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 !
  24. 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
  25. Use bitwise operators. To check that address ends with hexadecimal digit C : v.address & 0xF == 0xC Similarly for D8: v.address & 0xFF == 0xD8
  26. bump
  27. 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
  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.