get_base_address

Returns the base address for the given module.

int get_base_address(string module = nil)

address = g_memory.get_base_address() -- base address of GTA5.exe
address2 = g_memory.get_base_address("socialclub.dll") -- base address of socialclub.dll

Last updated