Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 05/25/2025 in Posts

  1. Does anyone know the id of new super hybrid or the new herbivores hybrid ?? And know how to get the id on our own ??
    1 point
  2. hmm..i face no such problem so far. just dont change too many result at once. or you can try this : Record_2025-05-26-08-49-24_9c29c5ced1cbbaf4012f4db13dfab3bd.mp4
    1 point
  3. ah..im late as usual. you can turn any cash reward into gold. as well as add gold reward for race.
    1 point
  4. Yeah. Once you get a goal with a gold reward you can modify that. Mine was a small reward (3 gold) but if you find a cash reward then you can use the address mask to refine the gold search and narrow the results right down. Then you can increment edit a few at a time if editing them all crashes your game.
    1 point
  5. View File Mech Arena V2 Game Name :- Mech Arena Update File All Problem Fixed Features :- Anticheat Bypass ( Use Main ID ) BotOnly (If you want) HealthRegeneration ShieldDurability UnlimitedAmmo FastReload InstantCapture FiringRate MechSpeed ZeroGravity NoCooldown UnlimitedDash Stealth (EnemyAlso) Script Automatic Auto-Update Telegram :- https://telegram.me/Mk_Hacker_Gaming Tutorial :- Submitter Mk_Hacker_Gaming Submitted 05/22/2025 Category LUA scripts  
    1 point
  6. Little Eatie = -1,112,746,156 Big Eatie = 1,891,732,937 Ceratosaurus Gen 2 = -915,084,322
    1 point
  7. -- 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") end
    1 point
  8. [ @Bruh666 ] --- It is great to see that you're still on-going on this, dedicated stuff. Is there any chance to setup some github for preservation? ---
    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.