Need Offset GameServer 0.99.60T pls
hello
i need this offset for season 1 (0.99.60T) : gObjViewportListProtocolDestroy
i dont find this offset anywhere :/
thanks !
Re: Need Offset GameServer 0.99.60T pls
GameServer Normal :
#define gObjViewportListDestroy ((void(*)(short aIndex)) 0x004F2730)
GameServer CastleSiege :
#define gObjViewportListDestroy ((void(*)(short aIndex)) 0x005054F0)
Re: Need Offset GameServer 0.99.60T pls
Quote:
Originally Posted by
HugoGomes
GameServer Normal :
#define gObjViewportListDestroy ((void(*)(short aIndex)) 0x004F2730)
GameServer CastleSiege :
#define gObjViewportListDestroy ((void(*)(short aIndex)) 0x005054F0)
tnx !!!!!
can u help me find this offest for 0.99.60T also ? (this offset from season 3)
0x004028E7
edit : the offset u gave me dont work.. u gave me wrong offset :/
Re: Need Offset GameServer 0.99.60T pls
Quote:
Originally Posted by
OmeRemix
tnx !!!!!
can u help me find this offest for 0.99.60T also ? (this offset from season 3)
0x004028E7
edit : the offset u gave me dont work.. u gave me wrong offset :/
you can't find the offsets from Ollydbg? open gameserver.exe with olyldbg right click>search for text references> find the function
Re: Need Offset GameServer 0.99.60T pls
Quote:
Originally Posted by
KarLi
you can't find the offsets from Ollydbg? open gameserver.exe with olyldbg right click>search for text references> find the function
and what i need to search ?
Re: Need Offset GameServer 0.99.60T pls
search for : gObjViewportListDestroy for example