[SNIPPET] GetObjectInterior

Hi, because there is no opcodes to get interior by object handle, so I found interior address in object structure and made small snippet:

Code:
//0AB1: @GetObjectInterior 1 OBJECT_HANDLE 0@ STORE_TO 1@
:GetObjectInterior 
0A98: 1@ = object 0@ struct
1@ += 47
0A8D: 2@ = read_memory 1@ size 1 virtual_protect 1
0AB2: ret 1 2@
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
Re: GetObjectInterior

Thank you, it is helpful for making my own private cleo mod.
 
Top