Jump to content

Leaderboard

Popular Content

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

  1. @DEi2136 Brother if game is detecting the game guardian try this method Like Share And Subscribe
    1 point
  2. What do you mean by using the pattern method? gg.searchNumber('119;1;16777216::50', gg.TYPE_DWORD) gg.refineNumber('119', gg.TYPE_DWORD) local searchResults = gg.getResults(100) if #searchResults == 0 then os.exit() end local checkValue = 16777216 local savedItems = {} local offsetChecks = {} for i, v in ipairs(searchResults) do offsetChecks[i] = { address = v.address + 0xC, flags = gg.TYPE_DWORD } end local offsetValues = gg.getValues(offsetChecks) for i, v in ipairs(offsetValues) do if v.value == checkValue then table.insert(savedItems, { address = searchResults[i].address, flags = gg.TYPE_DWORD, value = 25, freeze = true, name = 'SKILL' }) end end if #savedItems > 0 then gg.addListItems(savedItems) end
    1 point
  3. Version 1.0.0

    541 downloads

    This lua is only for ARM64This is an il2cpp class name and method name template, the most powerful template that surpasses everyone, because it actively calls the il2cpp native api, allowing the game to find its own method name by itself, instead of gg search, without any search. , the speed surpasses everything, and the accuracy surpasses everything. It can only be used for ARM64. You will definitely encounter some problems when using it. You can ask me in private message.
    1 point
  4. Version 1.0.0

    10,754 downloads

    Script Includes Gasoline Hack Money Hack Fly Hack Free Shop
    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.