Hi, i have found a flag, address of that flag gets changed every death in the game but the address of the instruction that changes that flag doesnt. So what i did, i made a aob scan for that instruction
and the flag is stored under [rbx+000011CC] and rbx is popped after that instruction. How do i get the value of that from a autoassembler script?
How do i get the registry value from autoassembler?
-
- Noobzor
- Posts: 9
- Joined: Sat Oct 15, 2022 4:28 pm
- Reputation: 0
-
- Cheater
- Posts: 31
- Joined: Thu May 19, 2022 11:36 am
- Reputation: 29
Re: How do i get the registry value from autoassembler?
Create a pointer.
Then you use the Add address manually button and create a pointer using ptr as base address and 11CC as an offset.
Code: Select all
alloc(ptr,4)
registersymbol(ptr)
aob scan here
aobscan:
mov [ptr],rbx
Who is online
Users browsing this forum: No registered users