Jump to content
  • 0

How i can search value starting from a specific address list?


marlodor

Question

3 answers to this question

Recommended Posts

unless the value the value are located in statics address memory like Xa you can use this option, but if the value is in region like C_ALLOC forget about that cause this memory is dynamic, next time you login to the game the address will not be the same and your address range for the search will become false

Link to comment
Share on other sites

Thank you @MonkeySAN.

@MAARS I use Anonymous region.

I release a part of script here if someone have my problem and want to resolve it faster

gg.searchNumber('Your_Value',gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0xA0000000, 0xafffffff, 0)

The code at the end i have used after some search to find the good way without game crashes

gg.searchNumber('16777473',gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0xA8A00000, 0xefffffff, 0)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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