Jump to content

jesty

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jesty's Achievements

Apprentice

Apprentice (3/14)

  • One Year In
  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. no like long press have goto pointer right? if normal data it like 00000007516421870 like this but this game or app it goto pointer is B40000751621870, yes it is and have b4adress it cant can search pointer may be very big gg notsupport i give you a example local POINTER_TAG = 0xB4 local TAG_SHIFT = 56 local function addTag(pointer) return pointer | (POINTER_TAG << TAG_SHIFT) end local d = {'', '512'} while true do d = gg.prompt({'Address of value in hex. E.g. BAADBEEF', 'Maximal possible offset. E.g. "100" or "100h" for hex'}, d, {'number', 'number'}) if d == nil then break end local address = tonumber(d[1], 16) if address == nil then gg.alert('Address must be hex number') goto continue_1 end address = addTag(address) local offset, hex = string.gsub(d[2], 'h', '') if hex == 0 then offset = tonumber(offset) else offset = tonumber(offset, 16) end if offset == nil then gg.alert('Offset must be decimal or hex number') goto continue_1 end local search = (address - offset)..'~'..address gg.searchNumber(search, gg.TYPE_QWO RD) break; ::continue_1:: end。 it can seach b4 address but it can one by one very solwly no searchpointer faster do you now? think for you answer
  2. Hello, can you tell me how to decompile the GG modifier to achieve b40000 elimination so that it can scan the base address? Thank you for your trouble. I hope you can answer me. Thank you
×
×
  • 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.