<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="51">
  <CheatEntries>
    <CheatEntry>
      <ID>116</ID>
      <Description>"Toggle Compact View"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not toggleCompactView then
    function toggleCompactView(sender, forceEnable)
        local isCompactMode = not (compactViewMenuItem.Caption == 'Compact View Mode')
        if forceEnable ~= nil then
            isCompactMode = not forceEnable
        end

        synchronize(function()
            compactViewMenuItem.Caption = isCompactMode and 'Compact View Mode' or 'Full View Mode'
            getMainForm().Splitter1.Visible = isCompactMode
            getMainForm().Panel4.Visible    = isCompactMode
            getMainForm().Panel5.Visible    = isCompactMode
        end)
    end
end

if not createCompactViewMenu then
    function createCompactViewMenu()
        if isCompactMenuCreated then return end

        synchronize(function()
            local mainMenu = getMainForm().Menu.Items
            compactViewMenuItem = createMenuItem(mainMenu)
            compactViewMenuItem.Caption = 'Compact View Mode'
            compactViewMenuItem.OnClick = toggleCompactView
            mainMenu.add(compactViewMenuItem)
        end)

        isCompactMenuCreated = true
    end
end

createCompactViewMenu()
toggleCompactView(nil, true)

[DISABLE]
{$lua}
if toggleCompactView then
    toggleCompactView(nil, false)
end
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>117</ID>
      <Description>"init"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
if memrec then print(memrec.Description) end

local _dbg = true

if _dbg then
  local AOBs = {
    {name = "gworld", ["aob"]="?? 8B ?? ?? ?? ?? ?? ?? 85 ?? 74 ?? ?? ?? 01 33 ?? ?? 8B ?? E8", ["pos"]= 3,  ["aoblen"]= 7 , ["symbol"]="gworld_base"},
    {name = "gnames", ["aob"]="?? 8D ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? C6 ?? ?? ?? ?? ?? 01 0F 28 ?? ?? ?? ?? 8D ?? 24 ?? ?? 8D ?? 24 ?? 66 0F 7F ?? ?? ?? ?? 8B ?? E8 ?? ?? ?? ?? 8B ?? 24 ?? 8B ?? ?? C1 ?? 20 ?? 0B ?? 89 ?? ?? 8B ?? C7", ["pos"]= 3,  ["aoblen"]= 7 , ["symbol"]="gnames_base"},
    {name = "gobjects", ["aob"]="?? 8D ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? ?? 8D ?? ?? ?? ?? ?? 48 83 C4 28 E9 ?? ?? ?? ?? ?? 8D ?? ?? ?? ?? ?? E9 ?? ?? ?? ?? CC CC CC CC 48 83 EC 28 ?? ?? 07 ?? 8D ?? ?? ?? ?? ?? ?? ?? 03", ["pos"]= 3,  ["aoblen"]= 7 , ["symbol"]="gobjects_base"},
  }

  local module_name = 'TQ2-Win64-Shipping.exe'

  for _, entry in ipairs(AOBs) do
    local aob_addr_str = AOBScanModule(module_name, entry.aob, '+X-C-W')

    if aob_addr_str then
      local aob_addr_val = tonumber(aob_addr_str, 16)
      local offset_addr = aob_addr_val + entry.pos
      local relative_offset = readInteger(offset_addr)
      local final_addr = relative_offset + aob_addr_val + entry.aoblen

      registerSymbol(entry.symbol, final_addr)
      print(string.format("%s registered at: %08X", entry.name, final_addr))
    else
      print(string.format("Warning: AOB scan failed for %s", entry.name))
    end
  end
end
closeLuaEngine()
{$asm}


[DISABLE]
{$lua}

if syntaxcheck then return end
local disable_array = {"gworld_base", "gnames_base", "gobjects_base",}
local a_len = #(disable_array)
local i = 0
for i = 1, a_len do
  unregisterSymbol(disable_array[i])
end

closeLuaEngine()

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>100</ID>
          <Description>"GWorld"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <GroupHeader>1</GroupHeader>
          <Address>gworld_base</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>126</ID>
              <Description>"OwningGameInstance"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+228</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>102</ID>
                  <Description>"LocalPlayers [1 x ObjectProperty]"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+38</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>127</ID>
                      <Description>"[0]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+0</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>128</ID>
                          <Description>"PlayerController"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+30</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>129</ID>
                              <Description>"Character"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+310</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>130</ID>
                                  <Description>"m_pStatsComponent"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+840</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>131</ID>
                                      <Description>"m_pAttributeSetHealth"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+258</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>132</ID>
                                          <Description>"MaximumHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>133</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>134</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>135</ID>
                                          <Description>"FreeReservationHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+D8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>136</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>113</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>114</ID>
                                          <Description>"UsedReservationHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+E8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>115</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>137</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>138</ID>
                                          <Description>"ReservedHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+F8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>139</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>140</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>141</ID>
                                          <Description>"UnreservedHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>142</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>143</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>144</ID>
                                          <Description>"CurrentHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+118</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>145</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>146</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>147</ID>
                                          <Description>"RegenerationHealth (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+128</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>148</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>149</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>159</ID>
                                      <Description>"m_pAttributeSetMana"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+278</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>160</ID>
                                          <Description>"MaximumMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+B0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>161</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>162</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>163</ID>
                                          <Description>"FreeReservationMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>164</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>165</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>166</ID>
                                          <Description>"UsedReservationMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+D0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>167</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>168</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>169</ID>
                                          <Description>"ReservedMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+E0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>118</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>119</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>120</ID>
                                          <Description>"UnreservedMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+F0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>121</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>122</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>123</ID>
                                          <Description>"CurrentMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+100</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>124</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>125</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>170</ID>
                                          <Description>"RegenerationMana (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+110</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>171</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>172</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>253</ID>
                                      <Description>"m_pAttributeSetMovement"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+2B0</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>254</ID>
                                          <Description>"MoveSpeedFactor (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+B0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>255</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>256</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>257</ID>
                                          <Description>"MinimumMoveSpeedFactor (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>258</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>259</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>260</ID>
                                          <Description>"m_MoveSpeedReductionResistance"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+D0</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>175</ID>
                                      <Description>"m_pCharacterAttributesSet"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+2C0</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>176</ID>
                                          <Description>"Might (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+B8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>177</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>178</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>179</ID>
                                          <Description>"Agility (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>180</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>181</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>182</ID>
                                          <Description>"Knowledge (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+D8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>183</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>184</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>185</ID>
                                          <Description>"Vigor (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+E8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>186</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>187</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>188</ID>
                                          <Description>"Fitness (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+F8</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>189</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>190</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>191</ID>
                                          <Description>"Resolve (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+108</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>192</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>193</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>194</ID>
                                          <Description>"Cunning (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+118</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>195</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>196</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>197</ID>
                                          <Description>"Penetration (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+128</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>198</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>199</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>202</ID>
                                          <Description>"m_AttributePointsMight"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+218</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>203</ID>
                                          <Description>"m_AttributePointsAgility"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+21C</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>204</ID>
                                          <Description>"m_AttributePointsKnowledge"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+220</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>205</ID>
                                          <Description>"m_AttributePointsVigor"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Float</VariableType>
                                          <Address>+224</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>208</ID>
                                      <Description>"m_pCharacterResourcesSet"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+2C8</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>209</ID>
                                          <Description>"MaximumShieldPoints (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+B0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>210</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>211</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>212</ID>
                                          <Description>"CurrentShieldPoints (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>213</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>214</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>215</ID>
                                          <Description>"RegenerationShieldPoints (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+D0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>216</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>217</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>218</ID>
                                          <Description>"MaximumBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+E0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>219</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>220</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>221</ID>
                                          <Description>"CurrentBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+F0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>222</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>223</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>224</ID>
                                          <Description>"RegenerationBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+100</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>225</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>226</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>227</ID>
                                          <Description>"FreeBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+110</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>228</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>229</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>230</ID>
                                          <Description>"EnergyBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+120</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>231</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>232</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>233</ID>
                                          <Description>"AbsorptionBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+130</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>234</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>235</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>236</ID>
                                          <Description>"DecayStartBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+140</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>237</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>238</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>239</ID>
                                          <Description>"DecayThresholdBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+150</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>240</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>241</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>242</ID>
                                          <Description>"DecayRateBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+160</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>243</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>244</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>245</ID>
                                          <Description>"ConversionRateBarrier (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+170</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>246</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>247</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>248</ID>
                                          <Description>"Scrap (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+180</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>249</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>250</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>107</ID>
                                      <Description>"m_pAttributeSetProgression"</Description>
                                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+260</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>108</ID>
                                          <Description>"CurrentLevel (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+B0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>109</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>110</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>111</ID>
                                          <Description>"CharacterCurrentLevelProgress (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+C0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>112</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>152</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>153</ID>
                                          <Description>"CharacterAP (GameplayAttributeData)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+D0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>154</ID>
                                              <Description>"BaseValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>155</ID>
                                              <Description>"CurrentValue"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>Float</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>261</ID>
      <Description>"Titan Quest II - EA Update 3 - Hotfix 3  /  https://opencheattables.com  /  CE 7.6+"</Description>
      <Color>00A200</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <LuaScript>

--[[
[ENABLE]
{$lua}
if syntaxcheck then return end
]]--
-- **デバッグモードの設定 (デフォルト: 無効)**
local debugMode = false

-- AOBScanModule関数
if not AOBScanModule then
    function AOBScanModule(moduleName, signature, scanOptions)
        local baseAddr = nil
        local maxAddr = 0
        local modList

        synchronize(function()
            modList = enumModules()
        end)

        for _, mod in ipairs(modList) do
            if string.lower(mod.Name) == string.lower(moduleName) then
                baseAddr = mod.Address
                maxAddr = baseAddr + mod.Size
                break
            end
        end

        if not baseAddr then
            if debugMode then print("❗ Error: Module " .. moduleName .. " not found!") end
            return nil
        end

        if debugMode then
            print(string.format("✔️ %s Base Address: 0x%X", moduleName, baseAddr))
            print(string.format("🔬 Scanning Range: 0x%X - 0x%X", baseAddr, maxAddr))
        end

        local ms = createMemScan()

        synchronize(function()
            ms.firstScan(
                soExactValue,
                vtByteArray,
                nil,
                signature,
                nil,
                baseAddr,
                maxAddr,
                scanOptions or "+X+R",
                fsmNotAligned,
                "1",
                true,
                true,
                false,
                false
            )
        end)

        ms.waitTillDone()

        local results = createFoundList(ms)
        results.initialize()

        local addr
        synchronize(function()
            if results.getCount() &gt; 0 then
                addr = results[0]
            end
        end)

        if addr then
            if debugMode then print("🔦 AOB found at: 0x" .. addr) end
        else
            if debugMode then print("💔 AOB not found in " .. moduleName) end
        end

        results.destroy()
        ms.destroy()
        return addr
    end
end

registerLuaFunctionHighlight('AOBScanModule')

--[[
test AOBScanModule()
local aob_addr_str = AOBScanModule("???.exe", "48 8B 05 ?? ?? ?? ?? 33 ED 48 8B 88", "+X+R")
if aob_addr_str then
    print("🔦 Final AOB Address: 0x" .. aob_addr_str)
else
    print("💔 AOB not found in ???.exe")
end
]]--

-- AOBScanModuleN関数
if not AOBScanModuleN then
    function AOBScanModuleN(moduleName, signature, maxResults, scanOptions)
        local baseAddr = nil
        local maxAddr = 0
        local modList

        synchronize(function()
            modList = enumModules()
        end)

        for _, mod in ipairs(modList) do
            if string.lower(mod.Name) == string.lower(moduleName) then
                baseAddr = mod.Address
                maxAddr = baseAddr + mod.Size
                break
            end
        end

        if not baseAddr then
            if debugMode then print("❗ Error: Module " .. moduleName .. " not found!") end
            return nil
        end

        if debugMode then
            print(string.format("✔️ %s Base Address: 0x%X", moduleName, baseAddr))
            print(string.format("🔬 Scanning Range: 0x%X - 0x%X", baseAddr, maxAddr))
        end

        local ms = createMemScan()

        synchronize(function()
            ms.firstScan(
                soExactValue,
                vtByteArray,
                nil,
                signature,
                nil,
                baseAddr,
                maxAddr,
                scanOptions or "+X+R",
                fsmNotAligned,
                "1",
                true,
                true,
                false,
                false
            )
        end)

        ms.waitTillDone()

        local results = createFoundList(ms)
        results.initialize()

        local addrs = {}
        synchronize(function()
            local count = results.getCount()
            for i = 0, math.min(maxResults - 1, count - 1) do
                table.insert(addrs, results[i])
                if debugMode then
                    print(string.format("🔦 AOB[%d] found at: 0x%s", i + 1, results[i]))
                end
            end
        end)

        if #addrs == 0 and debugMode then
            print("💔 AOB not found in " .. moduleName)
        end

        results.destroy()
        ms.destroy()

        return addrs
    end
end

registerLuaFunctionHighlight('AOBScanModuleN')


-- 搜尋並取出最多5筆結果
--[[
local list = AOBScanModuleN("GameModule.exe", "12 34 56 ?? 78", 5)

if list then
    for i, addr in ipairs(list) do
        print(string.format("地址 %d: 0x%s", i, addr))
    end
end
]]--


-- Lua scripts that table checkbox will not be checked with "NO_ACTIVATE" in comment/script body
if not onMemRecPostExecute then
    function onMemRecPostExecute(memoryrecord, newState, succeeded)
        if memoryrecord.Type == vtAutoAssembler and memoryrecord.Script:find("NO_ACTIVATE") and newState and succeeded then
            synchronize(function()
                memoryrecord.disableWithoutExecute()
            end)
        end
    end
end

-- Memory record IDs now allowed to be 'locked'
IDs = {999999, 9999999}

-- Determine event trigger sequence
if not contains then
    function contains(table, val)
       for i = 1, #table do
          if table[i] == val then
             return true
          end
       end
       return false
    end
end

if not onMemRecPreExecute then
    function onMemRecPreExecute(memoryrecord, newstate)
        if contains(IDs, memoryrecord.ID) and newstate then
            synchronize(function()
                if not memoryrecord.OnActivate then
                    memoryrecord.OnActivate = function(memoryrecord, before, currentstate)
                        return false
                    end
                end
            end)
        end
    end
end

-- Utility Functions
-- Clear lua engine log
if not clearLuaLog then
    function clearLuaLog()
        synchronize(function()
          getLuaEngine().MenuItem5.doClick()
        end)
    end
end
registerLuaFunctionHighlight('clearLuaLog')

-- Close lua engine log
if not closeLuaEngine then
    function closeLuaEngine()
        synchronize(function()
          getLuaEngine().Close()
        end)
    end
end
registerLuaFunctionHighlight('closeLuaEngine')

-- Clear lua engine log &amp; close lua engine
if not closeLuaEngine2 then
    function closeLuaEngine2()
        synchronize(function()
          getLuaEngine().MenuItem5.doClick()
          getLuaEngine().Close()
        end)
    end
end
registerLuaFunctionHighlight('closeLuaEngine2')

if not getProcessNameFromPID then
	function getProcessNameFromPID(pid)
	  local sl = createStringList()
	  getProcessList(sl)
	  local hexPid = string.format("%X", pid):upper()

	  for i = 0, sl.Count - 1 do
		local entry = sl[i]
		local hexid, name = entry:match("^(%x+)%-(.+)$")
		if hexid and name then
		  if tonumber(hexid, 16) == pid then
			return name
		  end
		end
	  end
	  return "(unknown)"
	end
end
registerLuaFunctionHighlight('getProcessNameFromPID')

if not printProcessInfo then
	function printProcessInfo()
	  local pid = getOpenedProcessID()
	  local name = getProcessNameFromPID(pid)
	  print(string.format("📎 Attached to process: %s (PID: %d / 0x%X)", name, pid, pid))
	end
end
registerLuaFunctionHighlight('printProcessInfo')

if not dumpProcessListAndFindPID then
	function dumpProcessListAndFindPID()
	  local pid = getOpenedProcessID()
	  print(string.format("💭 Current PID: %d / 0x%X", pid, pid))

	  local sl = createStringList()
	  getProcessList(sl)

	  print("🧾 Dumping process list:")
	  for i = 0, sl.Count - 1 do
		local entry = sl[i]
		print(string.format("[%d] %s", i, entry))

		-- 嘗試解析並比對 PID
		local name, hexid = entry:match("(.+)%-(%x+)$")
		if name and hexid then
		  local parsed = tonumber(hexid, 16)
		  if parsed == pid then
			print("🔦 Match found in process list:")
			print(string.format("Name: %s | PID: %s (0x%s)", name, parsed, hexid))
		  end
		end
	  end
	end
end
registerLuaFunctionHighlight('dumpProcessListAndFindPID')

if not toHex32 then
	function toHex32(num)
		local hexstr = "0123456789ABCDEF"
		local result = ""
		if num &lt; 0 then
			num = (num + (1 &lt;&lt; 32)) % (1 &lt;&lt; 32) -- 轉成32-bit補數
		end
		for i = 1, 8 do -- 32-bit 一共8個hex位
			local n = num &amp; 0xF -- 取最低4 bit
			result = hexstr:sub(n + 1, n + 1) .. result
			num = num &gt;&gt; 4 -- 右移4 bit
		end
		return result
	end
end
registerLuaFunctionHighlight('toHex32')

if not toHex then
	function toHex(num)
		local hexstr = "0123456789ABCDEF"
		local result = ""
		if num &lt; 0 then
			num = (num + (1 &lt;&lt; 64)) % (1 &lt;&lt; 64)  -- 轉成64-bit補數
		end
		for i = 1, 16 do -- 每4 bit 一個 hex字，64-bit總共16個hex位
			local n = num &amp; 0xF -- 取最低4bit
			result = hexstr:sub(n + 1, n + 1) .. result
			num = num &gt;&gt; 4 -- 右移4bit
		end
		return result
	end
end	
registerLuaFunctionHighlight('toHex')

synchronize(function() AddressList.Header.OnSectionClick = nil end)
--[[
[DISABLE]
{$lua}

if AOBScanModule then
    AOBScanModule = nil
end
if onMemRecPostExecute then
    onMemRecPostExecute = nil
end
if onMemRecPreExecute then
    onMemRecPreExecute = nil
end
if clearLuaLog then
    clearLuaLog = nil
end
if closeLuaEngine then
    closeLuaEngine = nil
end
if closeLuaEngine2 then
    closeLuaEngine2 = nil
end
]]--
</LuaScript>
</CheatTable>
