Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/02/2025 in all areas

  1. Version v3.0.5

    765 downloads

    IN A ROUND WORLD, FAR FROM OUR OWN, A OUTBREAK HAVE OCCURRED THAT MAKES EVERYONE INTO CUBES! YOU ARE ONE OF THE FEW LUCKY/UNLUCKY SURVIVORS LEFT AND YOU HAVE TO FIGHT FOR YOUR OWN SURVIVAL. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE MONEY - INFINITE AMMO - GOD MODE - HITKILL - SPEED HACK - ZC POINT (INFINITE) - FAST RELOAD - NO FIRE RATE
    1 point
  2. I also use super su app it fixed my issue. With Android 14 introducing stricter security measures, many root users have faced issues like bootloops, loss of root access, and app incompatibility. However, if you successfully used SuperSU to fix your Android 14, it proves that the app still holds value in managing root permissions effectively.
    1 point
  3. How to store that data in your code effectively depends on which interface to choose an item script needs to provide. If user input is name of item, then table item names as keys and item identifiers as values can work well. If user chooses option from list of possible items, then it can be table of tables with each inner table having name and value fields. Below is an example of tables for both of mentioned options: -- Option 1 local items = { ["dirt"] = 123, ["stone"] = 456 } -- Option 2 local items = { {name = "dirt", value = 123}, {name = "stone", value = 456} }
    1 point
  4. Version v1.4.3

    143 downloads

    SET SAIL ON A THRILLING ADVENTURE TO BECOME THE LEGENDARY FISH HUNTER! EXPLORE VAST OCEANS, FILLED WITH COLORFUL FISH, DANGEROUS SEA MONSTERS, HIDDEN TREASURES, AND MORE! GAME LINK: APKCOMBO SCRIPT MENU: - REMOVE ADS - CATCH FISH FASTER - INCREASE LEGENDARY CHANCE - BOOST LEVEL - BOOST FUEL REGEN - INCREASE FUEL STORAGE - BOOST MONEY - BOOST SHIP SPEED - INCREASE SHIP HEALTH - BOOST WEAPON DAMAGE - NO RELOAD - DAMAGE MULTIPLIER
    1 point
  5. when the search prompt is open, tap the history button (looks like a circle made of an arrow) this will show a history of everything entered.
    1 point
  6. Version v1.1.9

    195 downloads

    ACTION GAME WHERE YOU FIGHT MONSTERS, COMPLETE OBJECTIVES AND SAVE YOUR LIFE. GAME LINK: PLAYSTORE SCRIPT MENU: - WALK SPEED - HITKILL - GOD MODE - NO RECOIL - NO RELOAD - NO FIRE RATE - INFINITE AMMO
    1 point
  7. METHODE 1: You have inbuilt freeze value option just use it without any script METHODE 2: Do the research, then add the value into the save list. This can be done manually if it is really complex or involves increment/decrement features (User Interaction). Then we just pick up the value(s) from the save list and check if they changed. local VALUE_FREEZE = 4 local listItems = gg.getListItems() local listItemsSize = #listItems if listItemsSize == 0 then print("List Item is empty!") gg.alert("List Item is empty!") os.exit(1) end while true do local hasChanged = false for i = 1, listItemsSize do local v = listItems[i] if v.value ~= VALUE_FREEZE then v.value = VALUE_FREEZE hasChanged = true end end if hasChanged then gg.setValues(listItems) end gg.sleep(100) end Note: this code is not tested
    1 point
  8. Version v0.911

    213 downloads

    UNCHARTED ISLAND SURVIVAL IS A MEDIEVAL SURVIVAL GAME IN AN OPEN WORLD. STRANDED ON AN UNINHABITED ISLAND IN THE MIDDLE OF THE OCEAN, YOU MUST GATHER RESOURCES, CRAFT TOOLS, BUILD SHELTERS AND FIGHT MONSTERS. DIVE INTO THE WORLD OF ISLAND SURVIVAL GAMES AND TEST YOUR SURVIVAL SKILLS! GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE STAMINA - EXP MULTIPLIER - SPEED HACK - SUPER JUMP - NO FALL DAMAGE - GOD MODE - HITKILL - FAST MINE - FREE COIN - REMOVE ADS - FREE CRAFT (BUILDING) - KEEP INVENTORY - LEVEL HACK (JUMP TO 5000)
    1 point
  9. 1 point
  10. New version 12.2.2.4.3 released!
    1 point
  11. 1 point
  12. Successfully changed gold and earned gold in manual mode by selecting more memory range.THX for this awesome script.
    1 point
  13. New version 12.2.2.5.1 released!
    1 point
  14. Hello Guys . In This Video You Will See Decompiler Which Can Decrypt Full Revo Encoding . It can decrypt Version : 1.0 , 2.0 , 3.0 , 4.0 , 5.0 , 5.1 , 5.2 , 5.3 , 5.4 and 5.5 . We Are Working For Full Decode Revo 6.0 By One Click . Decompiler By Darking Cheater And Top GEO .
    1 point
  15. Hack Dungeon maker Dark Lord Level in game 1.play new game and select battle in day 0 2.stay in battle result ! now remember exp you get example i get 55 exp 3.Now search 55 xor 444442 , you can using calculator or go http://xor.pw/# with select all type decimal 4.search value "444461" result from 55 xor 444442 in game guardian with type dword 5.i only get 1 result,if you get more result play next battle and you get 1 value different 6.now i edit value from 444461 to 420.000.000 then i check freeze 7.move to new day select battle and see some magic work play battle to get lvl 99.999 with 500k health then unfreeze value or dungeon maker crash if you play next newgame this cheat dungeon maker working version 1.7.6 ~ 1.8.2 you done and.happy gaming. pw;dont forget send love if u like this
    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.