/ CheatEngineScriptsInfo.md
CheatEngineScriptsInfo.md
1 #### How to execute the script 2 - Click *'Table'* then *'Show Cheat Table Lua Script'* or press Ctrl+Alt+L 3 4 #### CObject_C hierarchy 5 **CGUnit_C** 6 * Select a target unit (it must be of type Unit). 7 * Execute the script: [Load_CGUnit.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CGUnit.lua) 8 9 **CGPlayer_C (your character)** 10 * Execute the script: [Load_CGPlayer.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CGPlayer.lua) 11 12 **CGCorpse_C** 13 * Execute the script: [Load_CGCorpse.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CGCorpse.lua) 14 * Then hover your mouse cursor over the corpse. 15 16 **CGItem_C** (items in the main 16-slot backpack) 17 * Execute the script: [Load_CGItem.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CGItem.lua) 18 19 **CGContainers_C** (only for equipped bags) 20 * Execute the script: [Load_CGContainer.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CGContainer.lua) 21 22 #### CMapBaseObj hierarchy 23 **CMapArea** (ADT) 24 * Execute the script: [Load_CMapArea.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CMapArea.lua) 25 26 **CMapChunk** 27 * Execute the script: [Load_CMapChunk.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CMapChunk.lua) 28 29 **CMapEntity** 30 * Select a target (unit or player) 31 * Execute the script: [Load_CMapEntity.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CMapEntity.lua) 32 33 **CMapObjDef** (WMO) 34 * Run inside a WMO object (tower, cave, barracks etc) 35 * Execute the script: [Load_CMapObjDef.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CMapObjDef.lua) 36 37 **CMapObjDefGroup** 38 * Run inside a WMO object (tower, cave, barracks etc) 39 * Execute the script: [Load_CMapObjDefGroup.lua](https://github.com/thunderbrewhq/binana/blob/master/profile/3.3.5a-windows-386/cheatengine/Load_CMapObjDefGroup.lua)