Any way it have pointer to static. 14 levels its too much, but i recommend to try pointers chain (levels) with more wide offsets. I recommend to try 8192 and 16384 like offset. Dont use scan inside only one module (dll/exe) because you have great chance to skip right pointer in heap memory.
Цитата
My problem is that this "static" address changes every time I open the game client.
Usually it calls "block". You have a block with static offsets inside. You need to find pointer to that block. You have a lot of options for it. You can try to find pointer to that block or to any data inside block. Sometimes much more easy to find pointers chain to hp/mana then block start.
Any way right solve - pointers. You can try to find value by pilot (simple "for" and "readDouble"), but it will be slow and you cant take memory map by standard function. You cant know which addresses allocated and restrictions of access.
Сообщение отредактировал DarkMaster - 2.11.2023, 13:45