Leaderboard
Popular Content
Showing content with the highest reputation on 02/06/2025 in all areas
-
You don't need to clear out the shop, just clicking on the item in the actual shop itself will update the lines you grabbed. Grab the buy line: Select GoTo, then grab these 3 lines and save as Dword: click back into the game and scroll to the green/red/bold and click Lock the middle of the 3 lines (press so it shows '=' ), scroll back down to an item with infinite stock and buy as many as you wish. Red card ID is highlighted here, this is also what you're going to be changing if you want to swap items around. (LDplayer using Ca is adding A0 to the hex ID to change items: Bold pulse ID + A0 = skip ticket; Chant ID + A0*n is starcharts, n=number of times you need to add A0 to the original hex: 1 for is cosmos, 2 for hogni etc)1 point
-
1 point
-
1 point
-
Version v2.05
429 downloads
GET READY FOR INTENSE 3D TANK BATTLES IN SUPER TANK HERO. EXPERIENCE ONE OF THE TOP OFFLINE TANK WARFARE GAMES, WHERE PRECISION AND STRATEGY ARE KEY. AIM CAREFULLY, FIND THE PERFECT SHOT, AND DOMINATE ENEMY WAR MACHINES WITH YOUR UNSTOPPABLE IRON FORCE. BUT BEWARE, QUICK REFLEXES ARE ESSENTIAL! MISS YOUR CHANCE, AND IT COULD BE GAME OVER! GAME LINK: APKCOMBO SCRIPT MENU: - SKILL MENU BULLET MULTIPLIER ROCKET MULTIPLIER INSTANT MINEBOT ALWAYS CRITICAL INFINITY INVINCIBILITY - INFINITE COIN - INFINITE GEM - REMOVE ADS - INFINITE ENERGY1 point -
-- set ranges -- clear results gg.searchNumber x=gg.getResulrs(gg.getResultsCount()) for i, v in ipairs(x) do v.address=v.address-0x1C end -- change 0x1C to your offset gg.loadResults(x) gg.refineNumber1 point
-
could be better if you can give the game name so people can took a look into it more specific.1 point
-
-- Define the menu options menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") -- Function to search for the value in memory function searchValue() gg.clearResults() value = gg.prompt({"Enter the value to search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end dataType = gg.choice({ "1. Dword", "2. Float", "3. Double", "4. Word", "5. Byte" }, nil, "Select Data Type") if dataType == nil then return end local typeMap = { [1] = gg.TYPE_DWORD, [2] = gg.TYPE_FLOAT, [3] = gg.TYPE_DOUBLE, [4] = gg.TYPE_WORD, [5] = gg.TYPE_BYTE } gg.searchNumber(value[1], typeMap[dataType]) gg.toast("Search completed!") end -- Function to refine the search results function refineSearch() value = gg.prompt({"Enter the new value to refine search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end gg.refineNumber(value[1], gg.TYPE_DWORD) -- Default to DWORD for refinement gg.toast("Refinement completed!") end -- Function to edit the search results function editResults() value = gg.prompt({"Enter the new value to set:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end local results = gg.getResults(100) -- Get up to 100 results for i, v in ipairs(results) do v.value = value[1] end gg.setValues(results) gg.toast("Values updated!") end -- Main loop while true do if menu == 1 then searchValue() elseif menu == 2 then refineSearch() elseif menu == 3 then editResults() elseif menu == 4 then gg.toast("Exiting script...") os.exit() end menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") end1 point
-
View File POCKET MORTYS SCRIPT MENU YOU’RE RICK SANCHEZ, EVERYONE’S FAVORITE UNSTABLE GENIUS. YOU’RE YELLING AT MORTY IN YOUR GARAGE WHEN A MYSTERIOUS RICK POPS OUT OF A PORTAL AND RUINS YOUR LIFE. HE TRAPS YOU IN AN UNFAMILIAR DIMENSION WHERE YOU DISCOVER THAT MORTY COLLECTING AND FIGHTING IS THE HOTTEST NEW TREND IN THE MULTIVERSE! SOME MORE STUFF HAPPENS AND LONG STORY SHORT THE COUNCIL OF RICKS TAKES YOUR PORTAL GUN. NOW YOU HAVE TO DEFEAT RICKS ACROSS THE MULTIVERSE AND COLLECT BADGES TO GET IT BACK. GAME LINK: APKCOMBO SCRIPT MENU: - GOD MODE (OFFLINE) - HIGH DAMAGE (OFFLINE) - HIGH DEFENSE (OFFLINE) - HIGH SPEED (OFFLINE) - INFINITE COINS (OFFLINE) - INFINITE COUPONS (OFFLINE) Submitter Collen Submitted 02/02/2025 Category LUA scripts1 point
-
We support only latest version. All error report about old versions will be ignored. If you have problems with the GG - create topic on help forum: https://gameguardian.net/forum/forum/14-help/, do not forget to add the necessary data: 1. Logcat shot during the problem. How to collect Logcat: https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/ - REQUIRED!!! 2. Video with a problem. (if possible or applicable) Speed of solution your problem depends on availability of these data! No logcat - No help!!! Useful links: How to determine why speedhack does not work How config speedhack / How report a problem in speedhack1 point
-
1 point
-
1 point
-
1 point
-
All is same. Data not truncated. You always see full length of data. But if your screen not wide enough it take few lines, not one.1 point
-
We do not talk about other apps. We talk of GG UI only. See screenshots.1 point
-
That's an interesting method... I like keeping my icons, this would be a good method it seems. Maybe if users choose "small list", you lose certain features like the individual delete buttons. I rarely to never use them. I typically check off a few and use the delete icon at the top instead.1 point
-
1 point
-
Delete buttons wiil be too small for touch. _______________________________________________ added 1 minute later I plan move tabs and toolbar to left or right. Like rotate portrait layout.1 point
-
The "hide icons" only gains 1 line... Can you consider the same feature you have for browsing memory? "Small list items". Maybe offer this instead of hide icons?1 point
-
1 point
-
I have tried several virtual rooms the result is the same asphalt 8 it looks dark so it's hard to put the car upgrade menu, so it's hard to find the mabil that I want to open0 points