<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>4111</ID>
      <Description>"Yellow = Important (Enable To Acknowledge)"</Description>
      <Options moHideChildren="1"/>
      <Color>00FFFF</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>100</ID>
          <Description>"Register Symbol/Arm Pointers"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>00FFFF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not AOBScanModule then
  function AOBScanModule(moduleName, signature)
    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 return nil end
    local ms = createMemScan()
    synchronize(function()
      ms.firstScan(soExactValue, vtByteArray, nil, signature,
        nil, baseAddr, maxAddr, '+X-C-W', 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)
    results.destroy()
    ms.destroy()
    return addr
  end
end

if not closeLuaEngine then
  function closeLuaEngine()
    synchronize(function()
      getLuaEngine().Close()
    end)
  end
end
registerLuaFunctionHighlight('closeLuaEngine')

local AOBs = {
  {name='GWorld → gworld_addr_3AA76E', aob='48 8B 15 ?? ?? ?? ?? 48 8D 4F 28 4C 0F 45 44 24 20 4C 8B C8 FF D3 48 8B 4C 24', pos=3, aoblen=7, symbol='gworld_addr_3AA76E'},
}

local module_name = process

for _, entry in ipairs(AOBs) do
  local aob_addr_str = AOBScanModule(module_name, entry.aob)
  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, true)
    local final_addr = relative_offset + aob_addr_val + entry.aoblen
    synchronize(function()
      unregisterSymbol(entry.symbol)
      registerSymbol(entry.symbol, final_addr)
    end)
    print(string.format('[SymbolScanner] %s registered at: %X', entry.name, final_addr))
  else
    print(string.format('[SymbolScanner] WARNING: AOB scan failed for %s', entry.name))
  end
end

closeLuaEngine()
{$asm}

[DISABLE]
{$lua}
if syntaxcheck then return end
unregisterSymbol('gworld_addr_3AA76E')
closeLuaEngine()
{$asm}
      
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>101</ID>
              <Description>"base"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>8 Bytes</VariableType>
              <Address>gworld_addr_3AA76E</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>102</ID>
                  <Description>"OwningGameInstance"</Description>
                  <Options moHideChildren="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>00FFFF</Color>
                  <GroupHeader>1</GroupHeader>
                  <Address>+1D8</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>3998</ID>
                      <Description>"SaveGameProfile"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FFFF</Color>
                      <GroupHeader>1</GroupHeader>
                      <Address>+250</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>3999</ID>
                          <Description>"CompanyName"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>String</VariableType>
                          <Length>256</Length>
                          <Unicode>1</Unicode>
                          <CodePage>0</CodePage>
                          <ZeroTerminate>1</ZeroTerminate>
                          <Address>+28</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4000</ID>
                          <Description>"ActiveFrameSlot"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4001</ID>
                          <Description>"Credits"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <Color>00FFFF</Color>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4002</ID>
                          <Description>"StoryProgress"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4003</ID>
                          <Description>"LastMissionID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>870</ID>
                          <Description>"DifficultyLevel"</Description>
                          <DropDownList DisplayValueAsItem="1">0:enuDifficultyLevel::NewEnumerator0
1:enuDifficultyLevel::NewEnumerator1
2:enuDifficultyLevel::NewEnumerator2
3:enuDifficultyLevel::NewEnumerator3
4:enuDifficultyLevel::enuDifficultyLevel_MAX
</DropDownList>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+188</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>871</ID>
                          <Description>"Account"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>String</VariableType>
                          <Length>256</Length>
                          <Unicode>1</Unicode>
                          <CodePage>0</CodePage>
                          <ZeroTerminate>1</ZeroTerminate>
                          <Address>+190</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4004</ID>
                          <Description>"InventoryEngine [1 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+48</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>4005</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4006</ID>
                          <Description>"InventoryOS [1 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+58</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>4007</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4008</ID>
                          <Description>"InventoryArchitect [1 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+68</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>4009</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4010</ID>
                          <Description>"InventoryGear"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4011</ID>
                          <Description>"InventoryModule"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4012</ID>
                          <Description>"InventoryTech"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>4013</ID>
                          <Description>"ResourceBlueprint [187 x sttResourceItemValue (8B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+A8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>4014</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4015</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4016</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4017</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>123</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>124</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>125</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+10</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>126</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>127</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>128</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+18</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>129</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>130</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>131</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+20</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>132</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>133</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>134</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+28</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>135</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>136</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>137</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+30</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>138</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>139</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>140</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+38</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>141</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>142</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>143</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+40</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>144</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>145</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>146</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+48</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>147</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>148</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>149</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+50</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>150</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>151</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>152</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+58</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>153</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>154</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>155</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+60</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>156</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>157</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>158</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+68</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>159</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>160</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>161</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+70</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>162</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>163</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>164</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+78</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>165</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>166</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>167</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+80</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>168</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>169</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>170</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+88</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>171</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>172</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>173</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+90</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>174</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>175</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>176</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+98</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>177</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>178</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>179</ID>
                              <Description>"[20]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>180</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>181</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>182</ID>
                              <Description>"[21]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>183</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>184</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>185</ID>
                              <Description>"[22]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>186</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>187</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>188</ID>
                              <Description>"[23]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>189</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>190</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>191</ID>
                              <Description>"[24]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>192</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>193</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>194</ID>
                              <Description>"[25]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>195</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>196</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>197</ID>
                              <Description>"[26]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>198</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>199</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>200</ID>
                              <Description>"[27]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>201</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>202</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>203</ID>
                              <Description>"[28]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+E0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>204</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>205</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>206</ID>
                              <Description>"[29]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>207</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>208</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>209</ID>
                              <Description>"[30]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+F0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>210</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>211</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>212</ID>
                              <Description>"[31]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+F8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>213</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>214</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>215</ID>
                              <Description>"[32]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+100</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>216</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>217</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>218</ID>
                              <Description>"[33]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+108</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>219</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>220</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>221</ID>
                              <Description>"[34]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+110</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>222</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>223</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>224</ID>
                              <Description>"[35]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+118</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>225</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>226</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>227</ID>
                              <Description>"[36]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+120</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>228</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>229</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>230</ID>
                              <Description>"[37]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+128</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>231</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>232</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4018</ID>
                              <Description>"[38]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+130</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>234</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4019</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4020</ID>
                              <Description>"[39]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+138</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4021</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>238</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4022</ID>
                              <Description>"[40]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+140</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4023</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4024</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4025</ID>
                              <Description>"[41]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+148</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4026</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4027</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4028</ID>
                              <Description>"[42]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+150</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4029</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4030</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4031</ID>
                              <Description>"[43]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+158</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4032</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4033</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4034</ID>
                              <Description>"[44]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+160</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4035</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4036</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4037</ID>
                              <Description>"[45]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+168</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4038</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4039</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4040</ID>
                              <Description>"[46]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+170</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4041</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4042</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4043</ID>
                              <Description>"[47]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+178</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4044</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4045</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4046</ID>
                              <Description>"[48]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+180</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4047</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4048</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4049</ID>
                              <Description>"[49]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+188</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4050</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>268</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>269</ID>
                              <Description>"[50]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+190</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>270</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>271</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4051</ID>
                              <Description>"[51]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+198</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4052</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4053</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>275</ID>
                              <Description>"[52]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4054</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4055</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>278</ID>
                              <Description>"[53]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>279</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4056</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4057</ID>
                              <Description>"[54]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>282</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>283</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>284</ID>
                              <Description>"[55]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>285</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>286</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>287</ID>
                              <Description>"[56]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>288</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>289</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>290</ID>
                              <Description>"[57]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>291</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>292</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>293</ID>
                              <Description>"[58]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>294</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>295</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>296</ID>
                              <Description>"[59]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>297</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>298</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>299</ID>
                              <Description>"[60]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1E0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>300</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>301</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>302</ID>
                              <Description>"[61]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>303</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>304</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>305</ID>
                              <Description>"[62]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1F0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>306</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>307</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>308</ID>
                              <Description>"[63]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+1F8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>309</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>310</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>311</ID>
                              <Description>"[64]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+200</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>312</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>313</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>314</ID>
                              <Description>"[65]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+208</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>315</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>316</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4058</ID>
                              <Description>"[66]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+210</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>318</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>319</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>320</ID>
                              <Description>"[67]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+218</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>321</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4059</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4060</ID>
                              <Description>"[68]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+220</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4061</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4062</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4063</ID>
                              <Description>"[69]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+228</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4064</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4065</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4066</ID>
                              <Description>"[70]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+230</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4067</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4068</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4069</ID>
                              <Description>"[71]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+238</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4070</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4071</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4072</ID>
                              <Description>"[72]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+240</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4073</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4074</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4075</ID>
                              <Description>"[73]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+248</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4076</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4077</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4078</ID>
                              <Description>"[74]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+250</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4079</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4080</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4081</ID>
                              <Description>"[75]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+258</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4082</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4083</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4084</ID>
                              <Description>"[76]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+260</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4085</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4086</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4087</ID>
                              <Description>"[77]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+268</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4088</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4089</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4090</ID>
                              <Description>"[78]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+270</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4091</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4092</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>356</ID>
                              <Description>"[79]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+278</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>357</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>358</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>359</ID>
                              <Description>"[80]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+280</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>360</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>361</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>362</ID>
                              <Description>"[81]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+288</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>363</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>364</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>365</ID>
                              <Description>"[82]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+290</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>366</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>367</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>368</ID>
                              <Description>"[83]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+298</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>369</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>370</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>371</ID>
                              <Description>"[84]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>372</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4093</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4094</ID>
                              <Description>"[85]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>375</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4095</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>377</ID>
                              <Description>"[86]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>378</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>379</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>380</ID>
                              <Description>"[87]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>381</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>382</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>383</ID>
                              <Description>"[88]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>384</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>385</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>386</ID>
                              <Description>"[89]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>387</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>388</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>389</ID>
                              <Description>"[90]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>390</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>391</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>392</ID>
                              <Description>"[91]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>393</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>394</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>395</ID>
                              <Description>"[92]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2E0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>396</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>397</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>398</ID>
                              <Description>"[93]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>399</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>400</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>401</ID>
                              <Description>"[94]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2F0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>402</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>403</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>404</ID>
                              <Description>"[95]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+2F8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>405</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>406</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>407</ID>
                              <Description>"[96]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+300</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>408</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>409</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>410</ID>
                              <Description>"[97]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+308</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>411</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>412</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>413</ID>
                              <Description>"[98]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+310</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>414</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>415</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>416</ID>
                              <Description>"[99]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+318</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>417</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>418</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>419</ID>
                              <Description>"[100]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+320</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>420</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>421</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>422</ID>
                              <Description>"[101]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+328</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>423</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>424</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>425</ID>
                              <Description>"[102]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+330</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>426</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>427</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>428</ID>
                              <Description>"[103]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+338</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>429</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>430</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>431</ID>
                              <Description>"[104]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+340</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>432</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>433</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>434</ID>
                              <Description>"[105]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+348</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>435</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>436</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>437</ID>
                              <Description>"[106]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+350</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>438</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>439</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>440</ID>
                              <Description>"[107]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+358</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>441</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>442</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>443</ID>
                              <Description>"[108]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+360</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>444</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>445</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>446</ID>
                              <Description>"[109]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+368</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>447</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>448</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>449</ID>
                              <Description>"[110]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+370</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>450</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>451</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>452</ID>
                              <Description>"[111]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+378</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>453</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>454</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>455</ID>
                              <Description>"[112]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+380</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>456</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>457</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>458</ID>
                              <Description>"[113]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+388</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>459</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>460</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>461</ID>
                              <Description>"[114]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+390</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>462</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>463</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>464</ID>
                              <Description>"[115]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+398</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>465</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>466</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>467</ID>
                              <Description>"[116]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>468</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>469</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>470</ID>
                              <Description>"[117]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>471</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>472</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>473</ID>
                              <Description>"[118]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>474</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>475</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>476</ID>
                              <Description>"[119]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>477</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>478</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>479</ID>
                              <Description>"[120]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>480</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>481</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>482</ID>
                              <Description>"[121]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>483</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>484</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>485</ID>
                              <Description>"[122]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>486</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>487</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>488</ID>
                              <Description>"[123]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>489</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>490</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>491</ID>
                              <Description>"[124]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3E0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>492</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>493</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>494</ID>
                              <Description>"[125]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>495</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>496</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>497</ID>
                              <Description>"[126]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3F0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>498</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>499</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>500</ID>
                              <Description>"[127]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3F8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>501</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>502</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>503</ID>
                              <Description>"[128]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+400</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4096</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4097</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4098</ID>
                              <Description>"[129]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+408</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4099</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>508</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>509</ID>
                              <Description>"[130]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+410</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>510</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>511</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>512</ID>
                              <Description>"[131]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+418</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4100</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>514</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>515</ID>
                              <Description>"[132]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+420</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>516</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>517</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>518</ID>
                              <Description>"[133]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+428</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>519</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>520</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>521</ID>
                              <Description>"[134]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+430</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>522</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>523</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>524</ID>
                              <Description>"[135]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+438</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>525</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>526</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>527</ID>
                              <Description>"[136]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+440</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>528</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>529</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4101</ID>
                              <Description>"[137]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+448</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4102</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4103</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4104</ID>
                              <Description>"[138]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+450</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4105</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4106</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>4107</ID>
                              <Description>"[139]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+458</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>4108</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>538</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>539</ID>
                              <Description>"[140]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+460</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>540</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>541</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>542</ID>
                              <Description>"[141]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+468</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>543</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>544</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>545</ID>
                              <Description>"[142]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+470</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>546</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>547</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>548</ID>
                              <Description>"[143]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+478</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>549</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>550</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>551</ID>
                              <Description>"[144]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+480</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>552</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>553</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>554</ID>
                              <Description>"[145]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+488</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>555</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>556</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>557</ID>
                              <Description>"[146]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+490</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>558</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>559</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>560</ID>
                              <Description>"[147]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+498</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>561</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>562</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>563</ID>
                              <Description>"[148]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>564</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>565</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>566</ID>
                              <Description>"[149]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>567</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>568</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>569</ID>
                              <Description>"[150]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>570</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>571</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>572</ID>
                              <Description>"[151]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>573</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>574</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>575</ID>
                              <Description>"[152]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>576</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>577</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>578</ID>
                              <Description>"[153]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>579</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>580</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>581</ID>
                              <Description>"[154]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>582</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>583</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>584</ID>
                              <Description>"[155]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>585</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>586</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>587</ID>
                              <Description>"[156]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4E0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>588</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>589</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>590</ID>
                              <Description>"[157]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>591</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>592</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>593</ID>
                              <Description>"[158]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4F0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>594</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>595</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>596</ID>
                              <Description>"[159]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+4F8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>597</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>598</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>599</ID>
                              <Description>"[160]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+500</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>600</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>601</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>602</ID>
                              <Description>"[161]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+508</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>603</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>604</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>605</ID>
                              <Description>"[162]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+510</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>606</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4109</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>608</ID>
                              <Description>"[163]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+518</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>609</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>4110</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>611</ID>
                              <Description>"[164]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+520</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>612</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>613</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>614</ID>
                              <Description>"[165]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+528</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>615</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>616</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>617</ID>
                              <Description>"[166]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+530</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>618</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>619</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>620</ID>
                              <Description>"[167]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+538</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>621</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>622</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>623</ID>
                              <Description>"[168]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+540</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>624</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>625</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>626</ID>
                              <Description>"[169]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+548</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>627</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>628</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>629</ID>
                              <Description>"[170]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+550</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>630</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>631</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>632</ID>
                              <Description>"[171]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+558</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>633</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>634</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>635</ID>
                              <Description>"[172]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+560</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>636</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>637</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>638</ID>
                              <Description>"[173]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+568</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>639</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>640</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>641</ID>
                              <Description>"[174]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+570</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>642</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>643</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>644</ID>
                              <Description>"[175]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+578</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>645</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>646</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>647</ID>
                              <Description>"[176]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+580</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>648</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>649</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>650</ID>
                              <Description>"[177]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+588</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>651</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>652</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>653</ID>
                              <Description>"[178]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+590</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>654</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>655</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>656</ID>
                              <Description>"[179]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+598</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>657</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>658</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>659</ID>
                              <Description>"[180]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5A0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>660</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>661</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>662</ID>
                              <Description>"[181]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>663</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>664</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>665</ID>
                              <Description>"[182]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5B0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>666</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>667</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>668</ID>
                              <Description>"[183]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>669</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>670</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>671</ID>
                              <Description>"[184]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5C0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>672</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>673</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>674</ID>
                              <Description>"[185]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>675</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>676</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>677</ID>
                              <Description>"[186]"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+5D0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>678</ID>
                                  <Description>"ID_4_AAE08F17428E229EC7A2209F51081A21"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+0</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>679</ID>
                                  <Description>"Quantity_3_560F09B5485C365D3041888910019CE3"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+4</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>681</ID>
                          <Description>"ResourceQuarkData"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>680</ID>
                          <Description>"ResourceMaterial"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>682</ID>
                          <Description>"MissionRecord {Map: 192, IntProperty → StructProperty}"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>683</ID>
                          <Description>"UnlockedArmor [96 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+128</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>684</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>685</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>686</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>687</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>688</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>689</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>690</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>691</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>692</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>693</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>694</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>695</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>696</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>697</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>698</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>699</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>700</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>701</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>702</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>703</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>704</ID>
                              <Description>"[20]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+50</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>705</ID>
                              <Description>"[21]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+54</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>706</ID>
                              <Description>"[22]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+58</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>707</ID>
                              <Description>"[23]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+5C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>708</ID>
                              <Description>"[24]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+60</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>709</ID>
                              <Description>"[25]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+64</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>710</ID>
                              <Description>"[26]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+68</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>711</ID>
                              <Description>"[27]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+6C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>712</ID>
                              <Description>"[28]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+70</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>713</ID>
                              <Description>"[29]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+74</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>714</ID>
                              <Description>"[30]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+78</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>715</ID>
                              <Description>"[31]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+7C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>716</ID>
                              <Description>"[32]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+80</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>717</ID>
                              <Description>"[33]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+84</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>718</ID>
                              <Description>"[34]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+88</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>719</ID>
                              <Description>"[35]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>720</ID>
                              <Description>"[36]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+90</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>721</ID>
                              <Description>"[37]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+94</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>722</ID>
                              <Description>"[38]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+98</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>723</ID>
                              <Description>"[39]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+9C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>724</ID>
                              <Description>"[40]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+A0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>725</ID>
                              <Description>"[41]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+A4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>726</ID>
                              <Description>"[42]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+A8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>727</ID>
                              <Description>"[43]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+AC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>728</ID>
                              <Description>"[44]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+B0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>729</ID>
                              <Description>"[45]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+B4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>730</ID>
                              <Description>"[46]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+B8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>731</ID>
                              <Description>"[47]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+BC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>732</ID>
                              <Description>"[48]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>733</ID>
                              <Description>"[49]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>734</ID>
                              <Description>"[50]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>735</ID>
                              <Description>"[51]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+CC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>736</ID>
                              <Description>"[52]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+D0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>737</ID>
                              <Description>"[53]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+D4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>738</ID>
                              <Description>"[54]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+D8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>739</ID>
                              <Description>"[55]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+DC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>740</ID>
                              <Description>"[56]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+E0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>741</ID>
                              <Description>"[57]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+E4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>742</ID>
                              <Description>"[58]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+E8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>743</ID>
                              <Description>"[59]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+EC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>744</ID>
                              <Description>"[60]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+F0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>745</ID>
                              <Description>"[61]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+F4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>746</ID>
                              <Description>"[62]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+F8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>747</ID>
                              <Description>"[63]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+FC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>748</ID>
                              <Description>"[64]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+100</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>749</ID>
                              <Description>"[65]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+104</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>750</ID>
                              <Description>"[66]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+108</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>751</ID>
                              <Description>"[67]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>752</ID>
                              <Description>"[68]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+110</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>753</ID>
                              <Description>"[69]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+114</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>754</ID>
                              <Description>"[70]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+118</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>755</ID>
                              <Description>"[71]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+11C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>756</ID>
                              <Description>"[72]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+120</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>757</ID>
                              <Description>"[73]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+124</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>758</ID>
                              <Description>"[74]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+128</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>759</ID>
                              <Description>"[75]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+12C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>760</ID>
                              <Description>"[76]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+130</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>761</ID>
                              <Description>"[77]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+134</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>762</ID>
                              <Description>"[78]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+138</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>763</ID>
                              <Description>"[79]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+13C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>764</ID>
                              <Description>"[80]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+140</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>765</ID>
                              <Description>"[81]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+144</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>766</ID>
                              <Description>"[82]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+148</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>767</ID>
                              <Description>"[83]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>768</ID>
                              <Description>"[84]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+150</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>769</ID>
                              <Description>"[85]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+154</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>770</ID>
                              <Description>"[86]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+158</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>771</ID>
                              <Description>"[87]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+15C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>772</ID>
                              <Description>"[88]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+160</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>773</ID>
                              <Description>"[89]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+164</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>774</ID>
                              <Description>"[90]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+168</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>775</ID>
                              <Description>"[91]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+16C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>776</ID>
                              <Description>"[92]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+170</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>777</ID>
                              <Description>"[93]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+174</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>778</ID>
                              <Description>"[94]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+178</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>779</ID>
                              <Description>"[95]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+17C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>780</ID>
                          <Description>"UnlockedWeaponCC [27 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+138</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>781</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>782</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>783</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>784</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>785</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>786</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>787</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>788</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>789</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>790</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>791</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>792</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>793</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>794</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>795</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>796</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>797</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>798</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>799</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>800</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>801</ID>
                              <Description>"[20]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+50</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>802</ID>
                              <Description>"[21]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+54</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>803</ID>
                              <Description>"[22]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+58</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>804</ID>
                              <Description>"[23]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+5C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>805</ID>
                              <Description>"[24]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+60</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>806</ID>
                              <Description>"[25]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+64</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>807</ID>
                              <Description>"[26]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+68</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>808</ID>
                          <Description>"UnlockedWeaponBS [20 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+148</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>809</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>810</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>811</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>812</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>813</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>814</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>815</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>816</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>817</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>818</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>819</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>820</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>821</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>822</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>823</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>824</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>825</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>826</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>827</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>828</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>829</ID>
                          <Description>"UnlockedWeaponES [20 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+158</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>830</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>831</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>832</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>833</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>834</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>835</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>836</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>837</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>838</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>839</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>840</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>841</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>842</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>843</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>844</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>845</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>846</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>847</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>848</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>849</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>850</ID>
                          <Description>"UnlockedWeaponBL [7 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+168</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>851</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>852</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>853</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>854</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>855</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>856</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>857</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>858</ID>
                          <Description>"UnlockedWeaponEL [11 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+178</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>859</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>860</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>861</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>862</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>863</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>864</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>865</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>866</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>867</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>868</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>869</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>874</ID>
                          <Description>"UnlockedWeaponSH [6 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1F8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>875</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>876</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>877</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>878</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>879</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>880</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>872</ID>
                          <Description>"VersionNumber"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+1A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>873</ID>
                          <Description>"InfoNewBPList"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>881</ID>
                          <Description>"LastMissionStoryID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+208</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>882</ID>
                          <Description>"LastMissionHuntID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+20C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>883</ID>
                          <Description>"LastMissionChallengeID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+210</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>884</ID>
                          <Description>"UnlockedAccessoryPrimitive [20 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+218</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>885</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>886</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>887</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>888</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>889</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>890</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>891</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>892</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>893</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>894</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>895</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>896</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>897</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>898</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>899</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>900</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>901</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>902</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>903</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>904</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>905</ID>
                          <Description>"UnlockedAccessoryArmor [21 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+228</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>906</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>907</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>908</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>909</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>910</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>911</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>912</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>913</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>914</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>915</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>916</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>917</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>918</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>919</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>920</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>921</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>922</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>923</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>924</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>925</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>926</ID>
                              <Description>"[20]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+50</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>927</ID>
                          <Description>"UnlockedAccessoryComponent [20 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+238</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>928</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>929</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>930</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>931</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>932</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>933</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>934</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>935</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>936</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>937</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>938</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>939</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>940</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>941</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>942</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>943</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>944</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>945</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>946</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>947</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>948</ID>
                          <Description>"UnlockedAccessoryConnector [20 x IntProperty (4B)]"</Description>
                          <Options moHideChildren="1"/>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+248</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>949</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>950</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>951</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>952</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>953</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>954</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>955</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>956</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>957</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>958</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>959</ID>
                              <Description>"[10]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>960</ID>
                              <Description>"[11]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>961</ID>
                              <Description>"[12]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>962</ID>
                              <Description>"[13]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>963</ID>
                              <Description>"[14]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>964</ID>
                              <Description>"[15]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>965</ID>
                              <Description>"[16]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>966</ID>
                              <Description>"[17]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>967</ID>
                              <Description>"[18]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+48</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>968</ID>
                              <Description>"[19]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>969</ID>
                          <Description>"LastMultiPlayerMapID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+258</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>970</ID>
                          <Description>"LastMapCoop4PID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+25C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>971</ID>
                          <Description>"LastMapCoop8PID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+260</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>972</ID>
                          <Description>"LastMap1VS1ID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+264</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>973</ID>
                          <Description>"LastMap3VS3ID"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+268</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>974</ID>
                          <Description>"SystemVoicePreset"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+26C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>975</ID>
                          <Description>"SystemConfig"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>8 Bytes</VariableType>
                          <Address>+278</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>976</ID>
                          <Description>"PhotoSceneSlot"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+280</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>103</ID>
                      <Description>"LocalPlayers"</Description>
                      <Options moHideChildren="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FFFF</Color>
                      <GroupHeader>1</GroupHeader>
                      <Address>+38</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>104</ID>
                          <Description>"[0]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+0</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>105</ID>
                              <Description>"PlayerController"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+30</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>106</ID>
                                  <Description>"Pawn"</Description>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+2E8</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>107</ID>
                                      <Description>"PlayerState (stats + booster)"</Description>
                                      <Options moHideChildren="1"/>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>00FFFF</Color>
                                      <GroupHeader>1</GroupHeader>
                                      <Address>+2C8</Address>
                                      <Offsets>
                                        <Offset>0</Offset>
                                      </Offsets>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>3925</ID>
                                          <Description>"WeaponResourceData [Weapon Stats+Ammo)"</Description>
                                          <Options moHideChildren="1"/>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <Color>00FFFF</Color>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+718</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>108</ID>
                                              <Description>"[0] dataUnitWeaponResourceState_C_2147474577 (dataUnitWeaponResourceState_C)"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>8 Bytes</VariableType>
                                              <Address>+0</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>3935</ID>
                                                  <Description>"NativeClass"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>8 Bytes</VariableType>
                                                  <Address>+28</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3936</ID>
                                                  <Description>"WeaponType"</Description>
                                                  <DropDownList DisplayValueAsItem="1">0:enuWeaponTypes::NewEnumerator0
1:enuWeaponTypes::NewEnumerator1
2:enuWeaponTypes::NewEnumerator2
3:enuWeaponTypes::NewEnumerator3
4:enuWeaponTypes::NewEnumerator4
5:enuWeaponTypes::NewEnumerator5
6:enuWeaponTypes::enuWeaponTypes_MAX
</DropDownList>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+30</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3937</ID>
                                                  <Description>"WeaponSlot"</Description>
                                                  <ShowAsSigned>1</ShowAsSigned>
                                                  <VariableType>4 Bytes</VariableType>
                                                  <Address>+34</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3938</ID>
                                                  <Description>"Resource"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+38</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>113</ID>
                                                  <Description>"Capacity"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+40</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>114</ID>
                                                  <Description>"Consume"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+48</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>115</ID>
                                                  <Description>"Stock"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+50</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>116</ID>
                                                  <Description>"StockMax"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+58</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>117</ID>
                                                  <Description>"RegenerationValue"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+60</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>118</ID>
                                                  <Description>"RegenerationRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+68</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>119</ID>
                                                  <Description>"RegenerationDelay"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+70</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>120</ID>
                                                  <Description>"RegenerationDelayEndTime"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+78</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>121</ID>
                                                  <Description>"FireRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+80</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>122</ID>
                                                  <Description>"WaitForRegeneration"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+88</Address>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>109</ID>
                                              <Description>"[1] Main Gun"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>8 Bytes</VariableType>
                                              <Address>+8</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>3939</ID>
                                                  <Description>"NativeClass"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>8 Bytes</VariableType>
                                                  <Address>+28</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3940</ID>
                                                  <Description>"WeaponType"</Description>
                                                  <DropDownList DisplayValueAsItem="1">0:enuWeaponTypes::NewEnumerator0
1:enuWeaponTypes::NewEnumerator1
2:enuWeaponTypes::NewEnumerator2
3:enuWeaponTypes::NewEnumerator3
4:enuWeaponTypes::NewEnumerator4
5:enuWeaponTypes::NewEnumerator5
6:enuWeaponTypes::enuWeaponTypes_MAX
</DropDownList>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+30</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3941</ID>
                                                  <Description>"WeaponSlot"</Description>
                                                  <ShowAsSigned>1</ShowAsSigned>
                                                  <VariableType>4 Bytes</VariableType>
                                                  <Address>+34</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3942</ID>
                                                  <Description>"Resource"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <Color>00FFFF</Color>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+38</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3943</ID>
                                                  <Description>"Capacity"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+40</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3944</ID>
                                                  <Description>"Consume"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+48</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3945</ID>
                                                  <Description>"Stock"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <Color>00FFFF</Color>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+50</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3946</ID>
                                                  <Description>"StockMax"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+58</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3947</ID>
                                                  <Description>"RegenerationValue"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+60</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3948</ID>
                                                  <Description>"RegenerationRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+68</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3949</ID>
                                                  <Description>"RegenerationDelay"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+70</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3950</ID>
                                                  <Description>"RegenerationDelayEndTime"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+78</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3951</ID>
                                                  <Description>"FireRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+80</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3952</ID>
                                                  <Description>"WaitForRegeneration"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+88</Address>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>110</ID>
                                              <Description>"[2] dataUnitWeaponResourceState_C_2147474575 (dataUnitWeaponResourceState_C)"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>8 Bytes</VariableType>
                                              <Address>+10</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>3953</ID>
                                                  <Description>"NativeClass"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>8 Bytes</VariableType>
                                                  <Address>+28</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3954</ID>
                                                  <Description>"WeaponType"</Description>
                                                  <DropDownList DisplayValueAsItem="1">0:enuWeaponTypes::NewEnumerator0
1:enuWeaponTypes::NewEnumerator1
2:enuWeaponTypes::NewEnumerator2
3:enuWeaponTypes::NewEnumerator3
4:enuWeaponTypes::NewEnumerator4
5:enuWeaponTypes::NewEnumerator5
6:enuWeaponTypes::enuWeaponTypes_MAX
</DropDownList>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+30</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3955</ID>
                                                  <Description>"WeaponSlot"</Description>
                                                  <ShowAsSigned>1</ShowAsSigned>
                                                  <VariableType>4 Bytes</VariableType>
                                                  <Address>+34</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3956</ID>
                                                  <Description>"Resource"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+38</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3957</ID>
                                                  <Description>"Capacity"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+40</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3958</ID>
                                                  <Description>"Consume"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+48</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3959</ID>
                                                  <Description>"Stock"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+50</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3960</ID>
                                                  <Description>"StockMax"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+58</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3961</ID>
                                                  <Description>"RegenerationValue"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+60</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3962</ID>
                                                  <Description>"RegenerationRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+68</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3963</ID>
                                                  <Description>"RegenerationDelay"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+70</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3964</ID>
                                                  <Description>"RegenerationDelayEndTime"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+78</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3965</ID>
                                                  <Description>"FireRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+80</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3966</ID>
                                                  <Description>"WaitForRegeneration"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+88</Address>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>111</ID>
                                              <Description>"[3] E weapon"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>8 Bytes</VariableType>
                                              <Address>+18</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>3967</ID>
                                                  <Description>"NativeClass"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>8 Bytes</VariableType>
                                                  <Address>+28</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3968</ID>
                                                  <Description>"WeaponType"</Description>
                                                  <DropDownList DisplayValueAsItem="1">0:enuWeaponTypes::NewEnumerator0
1:enuWeaponTypes::NewEnumerator1
2:enuWeaponTypes::NewEnumerator2
3:enuWeaponTypes::NewEnumerator3
4:enuWeaponTypes::NewEnumerator4
5:enuWeaponTypes::NewEnumerator5
6:enuWeaponTypes::enuWeaponTypes_MAX
</DropDownList>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+30</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3969</ID>
                                                  <Description>"WeaponSlot"</Description>
                                                  <ShowAsSigned>1</ShowAsSigned>
                                                  <VariableType>4 Bytes</VariableType>
                                                  <Address>+34</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3970</ID>
                                                  <Description>"Resource"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+38</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3971</ID>
                                                  <Description>"Capacity"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+40</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3972</ID>
                                                  <Description>"Consume"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+48</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3973</ID>
                                                  <Description>"Stock"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+50</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3974</ID>
                                                  <Description>"StockMax"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+58</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3975</ID>
                                                  <Description>"RegenerationValue"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+60</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3976</ID>
                                                  <Description>"RegenerationRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+68</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3977</ID>
                                                  <Description>"RegenerationDelay"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+70</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3978</ID>
                                                  <Description>"RegenerationDelayEndTime"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+78</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3979</ID>
                                                  <Description>"FireRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+80</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3980</ID>
                                                  <Description>"WaitForRegeneration"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+88</Address>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>112</ID>
                                              <Description>"[4] dataUnitWeaponResourceState_C_2147474573 (dataUnitWeaponResourceState_C)"</Description>
                                              <ShowAsHex>1</ShowAsHex>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <VariableType>8 Bytes</VariableType>
                                              <Address>+20</Address>
                                              <Offsets>
                                                <Offset>0</Offset>
                                              </Offsets>
                                              <CheatEntries>
                                                <CheatEntry>
                                                  <ID>3981</ID>
                                                  <Description>"NativeClass"</Description>
                                                  <ShowAsHex>1</ShowAsHex>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>8 Bytes</VariableType>
                                                  <Address>+28</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3982</ID>
                                                  <Description>"WeaponType"</Description>
                                                  <DropDownList DisplayValueAsItem="1">0:enuWeaponTypes::NewEnumerator0
1:enuWeaponTypes::NewEnumerator1
2:enuWeaponTypes::NewEnumerator2
3:enuWeaponTypes::NewEnumerator3
4:enuWeaponTypes::NewEnumerator4
5:enuWeaponTypes::NewEnumerator5
6:enuWeaponTypes::enuWeaponTypes_MAX
</DropDownList>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+30</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3983</ID>
                                                  <Description>"WeaponSlot"</Description>
                                                  <ShowAsSigned>1</ShowAsSigned>
                                                  <VariableType>4 Bytes</VariableType>
                                                  <Address>+34</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3984</ID>
                                                  <Description>"Resource"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+38</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3985</ID>
                                                  <Description>"Capacity"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+40</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3986</ID>
                                                  <Description>"Consume"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+48</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3987</ID>
                                                  <Description>"Stock"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+50</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3988</ID>
                                                  <Description>"StockMax"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+58</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3989</ID>
                                                  <Description>"RegenerationValue"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+60</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3990</ID>
                                                  <Description>"RegenerationRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+68</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3991</ID>
                                                  <Description>"RegenerationDelay"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+70</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3992</ID>
                                                  <Description>"RegenerationDelayEndTime"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+78</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3993</ID>
                                                  <Description>"FireRate"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Double</VariableType>
                                                  <Address>+80</Address>
                                                </CheatEntry>
                                                <CheatEntry>
                                                  <ID>3994</ID>
                                                  <Description>"WaitForRegeneration"</Description>
                                                  <ShowAsSigned>0</ShowAsSigned>
                                                  <VariableType>Byte</VariableType>
                                                  <Address>+88</Address>
                                                </CheatEntry>
                                              </CheatEntries>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>233</ID>
                                          <Description>"Booster"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+370</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>235</ID>
                                          <Description>"BoosterMax"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+37C</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>236</ID>
                                          <Description>"BoosterRegenRate"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+380</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>237</ID>
                                          <Description>"BoosterBurnRate"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+388</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>239</ID>
                                          <Description>"Client_BattleScore"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+394</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>240</ID>
                                          <Description>"Client_BattleStartTime"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+398</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>241</ID>
                                          <Description>"Client_BattleEndTime"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+3A0</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>242</ID>
                                          <Description>"Client_BattleResultTime"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+3A8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>243</ID>
                                          <Description>"UnitParameter (sttDataUnitParameter)"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+3B0</Address>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>244</ID>
                                              <Description>"Durability_8_5CD3B92547A641B49E2C0283C557BD34"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>245</ID>
                                              <Description>"Power_9_002CACB94684D98779193DA0EC3549CD"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>246</ID>
                                              <Description>"Accuracy_10_EFEF7E884A8EF3B0EDC24F9E767C3280"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>247</ID>
                                              <Description>"Armor_11_D07C3F81487F5AF6F60BCCA1C920D36E"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>248</ID>
                                              <Description>"Shield_12_3750E74E44C29A07BBB33B9C214FC513"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+10</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>249</ID>
                                              <Description>"PhysicalDamage_52_AB70106942C7DE01A48AA9A533D89CBF"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+14</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>250</ID>
                                              <Description>"PiercingDamage_61_F0CC60E14DA9CD0FFEA0DDAAED17C1ED"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+18</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>251</ID>
                                              <Description>"PlasmaDamage_60_7622E86F453BF00FF861099A972028E7"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+1C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>252</ID>
                                              <Description>"HeatDamage_59_99823A62487C1A43761BD6AD626B2405"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+20</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>253</ID>
                                              <Description>"FreezeDamage_58_B93EBDF640923F4A706EE2891B0BD19A"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+24</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>254</ID>
                                              <Description>"ShockDamage_57_C0F17D004B9DDA9580E7E3BB07DF4D3A"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+28</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>255</ID>
                                              <Description>"Acceleration_34_9755A38F484D7F14F23FC4B8450D5406"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+2C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>256</ID>
                                              <Description>"FuelBurnRate_36_4DC39BDE484C30EEDC305A97B2B8A1FD"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+30</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>257</ID>
                                              <Description>"Magazine_50_83978A7C494421C7CB61B8B6FF0A466C"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+34</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>258</ID>
                                              <Description>"EnergyCap_51_C942E0464EE9F451AFD1E6B65114F26A"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+38</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>259</ID>
                                              <Description>"FuelCap_48_70941ED34ACDB578AA8CFDBE2F9E6764"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+3C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>260</ID>
                                              <Description>"MagazineReload_28_DDAF2A98464B6FDFFCF1CDA7B0A82906"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+40</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>261</ID>
                                              <Description>"EnergyRecharge_29_A4F39D6B41925DF07FBE889BDED127C5"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+44</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>262</ID>
                                              <Description>"FuelRecharge_30_346416DB46AD42468B03DD8CF5783D04"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+48</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>263</ID>
                                              <Description>"ShieldRecover_31_4208F2EE4AE73228392FA99A74C1D8F4"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+4C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>264</ID>
                                              <Description>"WeightFrame_64_91F7B4B840C193872A93C081C225715F"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+50</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>265</ID>
                                              <Description>"WeightArmor_39_77240234480466A9DCC8F781D8E3FAF3"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+54</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>266</ID>
                                              <Description>"WeightWeapon_41_DE5356054CB89FB6A06666AA6245D2C2"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+58</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>267</ID>
                                              <Description>"WeightTotal_43_B45D8A1F4269E4DF9F6CA8ABF90B5198"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+5C</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>272</ID>
                                          <Description>"ContinueCount"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+450</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>273</ID>
                                          <Description>"Credit"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+454</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>274</ID>
                                          <Description>"BattleResultTimeNewRecord"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Byte</VariableType>
                                          <Address>+458</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>276</ID>
                                          <Description>"WeightWeaponKG"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+460</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>277</ID>
                                          <Description>"WeightArmorKG"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+464</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>280</ID>
                                          <Description>"BoosterStartBurst"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+478</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>281</ID>
                                          <Description>"BoosterBurning"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Byte</VariableType>
                                          <Address>+47C</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>317</ID>
                                          <Description>"WeightFrameKG"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+554</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>322</ID>
                                          <Description>"SystemModifierList"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+580</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>323</ID>
                                          <Description>"SystemModMaxEquipCloseCombat"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+5D0</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>324</ID>
                                          <Description>"SystemModMaxEquipShooter"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+5D4</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>325</ID>
                                          <Description>"SystemModMaxEquipLauncher"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+5D8</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>354</ID>
                                          <Description>"SystemModBulletDropRate"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+650</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>355</ID>
                                          <Description>"SystemModMissionReward"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+654</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>376</ID>
                                          <Description>"GuardActivate"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Byte</VariableType>
                                          <Address>+704</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1181</ID>
                                          <Description>"FrameCustomizeEngine"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+938</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1182</ID>
                                          <Description>"FrameCustomizeGear [7 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+940</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1183</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1184</ID>
                                              <Description>"[1]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1185</ID>
                                              <Description>"[2]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1186</ID>
                                              <Description>"[3]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1187</ID>
                                              <Description>"[4]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+10</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1188</ID>
                                              <Description>"[5]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+14</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1189</ID>
                                              <Description>"[6]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+18</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1190</ID>
                                          <Description>"FrameCustomizeOS"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+950</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1191</ID>
                                          <Description>"FrameCustomizeModule [7 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+958</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1192</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1193</ID>
                                              <Description>"[1]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1194</ID>
                                              <Description>"[2]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1195</ID>
                                              <Description>"[3]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1196</ID>
                                              <Description>"[4]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+10</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1197</ID>
                                              <Description>"[5]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+14</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1198</ID>
                                              <Description>"[6]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+18</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1199</ID>
                                          <Description>"FrameCustomizeArchitect"</Description>
                                          <ShowAsSigned>1</ShowAsSigned>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+968</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1200</ID>
                                          <Description>"FrameCustomizeTech [7 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+970</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1201</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1202</ID>
                                              <Description>"[1]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+4</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1203</ID>
                                              <Description>"[2]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+8</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1204</ID>
                                              <Description>"[3]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+C</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1205</ID>
                                              <Description>"[4]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+10</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1206</ID>
                                              <Description>"[5]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+14</Address>
                                            </CheatEntry>
                                            <CheatEntry>
                                              <ID>1207</ID>
                                              <Description>"[6]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+18</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1229</ID>
                                          <Description>"BSResource Multiplier"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+A48</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1230</ID>
                                          <Description>"ESResource Multiplier"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+A50</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1231</ID>
                                          <Description>"BLResource Multiplier"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+A58</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1232</ID>
                                          <Description>"ELResource Multiplier"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <VariableType>Double</VariableType>
                                          <Address>+A60</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1233</ID>
                                          <Description>"Unlocked Engine [1 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+A68</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1234</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1235</ID>
                                          <Description>"Unlocked Gear"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+A78</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1236</ID>
                                          <Description>"Unlocked OS [1 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+A88</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1237</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1238</ID>
                                          <Description>"Unlocked Module"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+A98</Address>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1239</ID>
                                          <Description>"Unlocked Architect [1 x IntProperty (4B)]"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+AA8</Address>
                                          <Offsets>
                                            <Offset>0</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>1240</ID>
                                              <Description>"[0]"</Description>
                                              <ShowAsSigned>1</ShowAsSigned>
                                              <VariableType>4 Bytes</VariableType>
                                              <Address>+0</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                        <CheatEntry>
                                          <ID>1241</ID>
                                          <Description>"Unlocked Tech"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <GroupHeader>1</GroupHeader>
                                          <Address>+AB8</Address>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>513</ID>
                                      <Description>"ImmuneDamage"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>00FFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+6D8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>374</ID>
                                      <Description>"CapsuleComponent"</Description>
                                      <ShowAsHex>1</ShowAsHex>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>00FFFF</Color>
                                      <VariableType>8 Bytes</VariableType>
                                      <Address>+338</Address>
                                      <CheatEntries>
                                        <CheatEntry>
                                          <ID>3913</ID>
                                          <Description>"CollisionCylinder"</Description>
                                          <ShowAsSigned>0</ShowAsSigned>
                                          <Color>00FFFF</Color>
                                          <VariableType>4 Bytes</VariableType>
                                          <Address>+0</Address>
                                          <Offsets>
                                            <Offset>348</Offset>
                                          </Offsets>
                                          <CheatEntries>
                                            <CheatEntry>
                                              <ID>3914</ID>
                                              <Description>"Collision Enabled (3 on, 0 off, use booster)"</Description>
                                              <ShowAsSigned>0</ShowAsSigned>
                                              <Color>00FFFF</Color>
                                              <VariableType>Byte</VariableType>
                                              <Address>+17</Address>
                                            </CheatEntry>
                                          </CheatEntries>
                                        </CheatEntry>
                                      </CheatEntries>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>504</ID>
                                      <Description>"Level"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+6A8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>531</ID>
                                      <Description>"Can Be Detect By AI"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>00FFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+739</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>506</ID>
                                      <Description>"DamageToDestructible"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Double</VariableType>
                                      <Address>+6B0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>533</ID>
                                      <Description>"UnitDisplayState_HP"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+73C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>4112</ID>
                                      <Description>"UnitDisplayState_HPMax"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+740</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>534</ID>
                                      <Description>"UnitDisplayState_Shield"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+744</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>535</ID>
                                      <Description>"UnitDisplayState_ShieldMax"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+748</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>536</ID>
                                      <Description>"UnitDisplayState_Stamina"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+74C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>537</ID>
                                      <Description>"UnitDisplayState_StaminaMax"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+750</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>607</ID>
                                      <Description>"DamageShieldEnabled"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+8E8</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>3426</ID>
                                      <Description>"IsQuantumCharge"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+14A0</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>3427</ID>
                                      <Description>"EquipShield"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+14A1</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>3910</ID>
                                      <Description>"DisableBooster"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1F40</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>3911</ID>
                                      <Description>"DisableJump"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <Color>FFFFFF</Color>
                                      <VariableType>Byte</VariableType>
                                      <Address>+1F41</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>gworld_addr_3AA76E</Name>
      <Address>7FF63C653140</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>gworld_addr_F56722</Name>
      <Address>7FF63C653140</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>gworld_addr_5CEC7E</Name>
      <Address>7FF63C653140</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>gworld_addr_DE27B6</Name>
      <Address>7FF63C653140</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>gworld_addr_C95336</Name>
      <Address>7FF63C653140</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
</CheatTable>
