Mainly I would like to know how to find all these adresses I mean in "hook:". As far as I know, this is call function (this one - opening specific capsule //outdated) and execute it in a loop.Quote:
hook:
mov eax,[ebp-000000AC]
mov ecx,[eax+1C]
push ecx
mov edx,[eax+18]
push edx
call 004123E0
mov ecx,eax
call 00E716B0
jmp hook
0086BBE0:
jmp hook
nop
Search for some flags like window opened: 1 / closed: 0.Quote:
Hello, could somebody explain this part to me?
Mainly I would like to know how to find all these adresses I mean in "hook:". As far as I know, this is call function (this one - opening specific capsule //outdated) and execute it in a loop.
I think it could be by Ultimap in CE, but I could never used it, because of my AMD processor.
For example I would like to open my character info window by asm in CE. How can I find a function of opening char info and make it into assembly like this?
Just for learning purposes, thanks.
I found function which if is nop'd, window won't appear so I think this is it, but I don't know how to put it into asm script. I would like to make it in [enable] / [disable] sections, like [enable] = window opened, [disable] = closed. Hmm, my question is, how to execute that function (opening a window) in a moment when it is enabled?Quote:
Search for some flags like window opened: 1 / closed: 0.
Then look what sht access to this and crawl through the functions.