Помощь - Поиск - Пользователи - Календарь
Полная версия: Save memory address to variable
UoKit.com Форумы > Кликер > UO Pilot
neves
Hello everyone. I have an address with many pointers:
Код

local value = readmem(readmem(readmem(readmem(readmem(readmem(0x00D1136C,"D","game.exe")+0x244,"D")+0x124,"D")+0x3FF,"D")+0x477,"D")+0x0,"S",120)

and the problem is that everytime I want to read this need to use all these pointers. As you know these pointers points to given address of the memory. Is it possible to save this address in variable and to read without these readmem funcs.
Ex:
Код

local addr = 0x2FE19498  --here to save the address from the pointers
local value
while value ~= "yes" do
value = readmem(addr,"S",120)
wait(250)
end
cirus
The address changes when the app is restarted.
neves
Цитата(cirus @ 25.7.2020, 19:14) *

The address changes when the app is restarted.

Yes, but I know all the pointers which points to that address. And I want to save it in variable.
cirus
Цитата
local value = readmem(readmem(readmem(readmem(readmem(readmem(0x00D1136C,"D","game.exe")+0x244,"D")+0x124,"D")+0x3FF,"D")+0x477,"D")+0x0,"S",120)

Код
local addr = readmem(readmem(readmem(readmem(readmem(0x00D1136C,"D","game.exe")+0x244,"D")+0x124,"D")+0x3FF,"D")+0x477,"D")

neves
Цитата(cirus @ 25.7.2020, 19:36) *

Код
local addr = readmem(readmem(readmem(readmem(readmem(0x00D1136C,"D","game.exe")+0x244,"D")+0x124,"D")+0x3FF,"D")+0x477,"D")


OMG... I feel stupid.
Thank you, man!
Это текстовая версия — только основной контент. Для просмотра полной версии этой страницы, пожалуйста, нажмите сюда.
Русская версия Invision Power Board © 2001-2024 Invision Power Services, Inc.