Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Can you share the source code of this game?
  3. Today
  4. hi sir im really happy look your script update 23 Aug 2025, but after I checked script bullet echo not update, any solution for this, I'm always waiting for updates, too bad the group has been blocked, I appreciate your script so much that I want to donate
  5. i using don't have any problem me
  6. View File BRAVELAND HEROES SCRIPT MENU THE KING'S SCEPTER OF THE SEVEN KINGDOMS WAS PERFIDIOUSLY STOLEN FROM THE THRONE ROOM. THE KINGS HAVE SUMMONED THE MIGHTIEST HEROES OF MAGIC AND OFFERED A GENEROUS BOUNTY TO THE PERSON, WHO RETURNS IT. DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - FREE SHOPING - FREE RESOURCE - UNLOCK SKIN - SPELL LEVEL - HITKILL + GODMODE Submitter Collen Submitted 08/27/2025 Category LUA scripts  
  7. Version v1.77.27

    3 downloads

    THE KING'S SCEPTER OF THE SEVEN KINGDOMS WAS PERFIDIOUSLY STOLEN FROM THE THRONE ROOM. THE KINGS HAVE SUMMONED THE MIGHTIEST HEROES OF MAGIC AND OFFERED A GENEROUS BOUNTY TO THE PERSON, WHO RETURNS IT. DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - FREE SHOPING - FREE RESOURCE - UNLOCK SKIN - SPELL LEVEL - HITKILL + GODMODE
  8. There is a bit more efficient approach for this case: since all needed information to check target values is present in results of the initial search, just adapt the check to work based on them. It can be implemented in various ways, below is one for example: gg.clearResults() gg.searchNumber("119;1;16777216::50", gg.TYPE_DWORD) local results = gg.getResults(gg.getResultsCount()) local expectedValueAddresses = {} for i, v in ipairs(results) do if v.value == 16777216 then expectedValueAddresses[v.address] = true end end gg.refineNumber("119", gg.TYPE_DWORD) local targetValues = {} for i, v in ipairs(results) do if expectedValueAddresses[v.address + 0xC] then targetValues[#targetValues + 1] = { address = v.address, flags = v.flags, value = 25, freeze = true, name = "SKILL" } end end gg.addListItems(targetValues)
  9. Please add god mode
  10. I can use this hacking method in a story company But it doesn't work in the arena and in the challenge mode. Maybe it's related to the latest update of the game My game version is 2.3.500.969 I'll create a new account and try again, maybe it will make a difference
  11. I sometimes get this error but no such message appeared. It suddenly kicked me out of the game but it doesn't happen all the time.
  12. Don't you have this error?
  13. Oh i think bug fixed
  14. @FTRMN Tiles_Survive_Error.mp4
  15. For new season UTF-8: :SSPDecor28skatePoints.amount
  16. Does anyone have the boss statue id?
  17. And the ID OF GOLD D-Rex Statue? Does anyone have it?
  18. @MonkeySAN @tobiashkansson @THEGOAT313 I need help from you guys on creatures changing during battle i tried many ways and i figured ou that we can only do that during battle because before batlle there is no strings for that during battle i searched for dino;level and got result but changing it didn't work so search for it's health and after finding the correct one I goto address in this image the value 87,676,104 remains same for evey dino in the battle and 102 are the actuall health value and 87 is current health value here i see all the dinos health value like this and there are also for damge values too here 88,013,820 is same for all the dinosaurs and 32 is the damage value of the dino I didn't find any dinosaur id here so I need your help
  19. Hello, what im trying is to get all results and put them in table array, lets say all result are 100, then i need to check 1 by 1 with offset, if the value after calculate offset is the same as i want, then only add that into saved list, i also see some previous example in this link Read value in offset (#an95zfus) and here what my code looks like : gg.searchNumber('119;1;16777216::50', 4) gg.refineNumber('119', 4) local searchResults = gg.getResults(100) local q = {} local checkValue = '16777216' if #searchResults == 0 then os.exit end for i, v in ipairs(searchResults) do q[i] = {address = v.address + 0xC, flags = 4} end q = gg.getValues(q) for i, v in ipairs(q) do if v.value == checkValue then gg.addListItems({{address = q[1].address - 0xC, flags = 4, value = 25, freeze = true, name = 'SKILL'}}) end end
  20. Try using the MagiskHide module and HideMyApplist. There are tons of guides online.
  21. I don't get why you can't just try to hide from nmcore. I have no idea, but I'd give the typical Hide Gameguardian from the Game settings / Magisk Hide / HideMyApplist a try.
  22. Yesterday
  23. Name of Game: Greedy cave rebirth Play Store Link : https://play.google.com/store/apps/details?id=com.avalon.c1p.googleplay Version: 0.6.201 What cheat? Health, xp, gold Have you tried cheating this game? Comments: Hi everyone. I tried hack this game how as the first part of the game through shop, but nothing happened. Somebody an idea how hack this?
  24. View File Live Or Die 2 64 bit only (x64) Game Version: 0.5.6:507 Feature; Main Menu • Armored • Infinite Energy Item Menu • [BETA] Ghost Stock – Map Zone Player Menu • One Hit • [BETA] Quick Attack • God Mode • [BETA] Speed Submitter xZeta Submitted 08/26/2025 Category LUA scripts  
  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.