This repository was archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFunctionOffset.h
More file actions
44 lines (38 loc) · 2.12 KB
/
FunctionOffset.h
File metadata and controls
44 lines (38 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/**
*
* ██████╗ ██╗ ███████╗ ███╗ ███╗ ██╗ ██╗
* ██╔══██╗ ███║ ██╔════╝ ████╗ ████║ ██║ ██║
* ██████╔╝ ╚██║ █████╗ ██╔████╔██║ ██║ ██║
* ██╔══██╗ ██║ ██╔══╝ ██║╚██╔╝██║ ██║ ██║
* ██║ ██║ ██║ ███████╗ ██║ ╚═╝ ██║ ╚██████╔╝
* ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝
*
* @license GNU GENERAL PUBLIC LICENSE - Version 2, June 1991
* See LICENSE file for further information
*/
#pragma once
// Camera
#define OFFSET_SetViewTM (0x0AEE0A0 - 0x400000) // ICBT
// Items list
/* Search for string "ItemStar" */
#define OFFSET_convertIESToIR (0x090FF40 - 0x400000)
#define OFFSET_LuaGetObject (0x103B6D0 - 0x400000)
// Packets
#define OFFSET_SendPacket (0x0659510 - 0x400000) // ICBT
#define OFFSET_GetPacket (0x0659910 - 0x400000) // ICBT
#define OFFSET_NetEncrypt (0x0CFDC20 - 0x400000) // ICBT
#define OFFSET_CNetUsr__Recv (0x0658AF0 - 0x400000) // ICBT
// Lua
#define OFFSET_lua_gettop (0x0D187A0 - 0x400000) // Search "[no object]"
// String
#define OFFSET_StringId__c_str 0x0D75F10 // ICBT
// Lua
#define OFFSET_LuaExtern__DefineLuaGetter (0x00D16BB0 - 0x400000) // ICBT
#define OFFSET_LuaExtern__endDefinition (0x00D168D0 - 0x400000) // ICBT
#define OFFSET_LuaExtern__DefineVariable (0x00D16890 - 0x400000) // ICBT
#define OFFSET_LuaExtern__DefineVariableStructure (0x00D168F0 - 0x400000) // ICBT
#define OFFSET_LuaExtern__DefineEnum (0x00D16BE0 - 0x400000) // ICBT
#define OFFSET_LuaExtern__DefineLuaGetterAndSetter (0x00D16C10 - 0x400000) // ICBT
#define OFFSET_LuaExtern__DefineLuaType (0x00D169F0 - 0x400000) // ICBT
#define OFFSET_LuaExtern__declGlobalFunction (0x00D18570 - 0x400000) // ICBT // Search "GetEnv"
#define OFFSET_LuaExtern__registerGlobalFunction (0x00D13B60 - 0x400000) // ICBT