Jump to content

Leaderboard

Popular Content

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

  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
×
×
  • 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.