<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>1337101577</ID>
      <Description>"[ACTIVATE]"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// Original Code by G40sty.
[ENABLE]
{$lua}
local gameName = "Monster Hunter: World"
local gameProcess = "MonsterHunterWorld.exe"
if getProcessIDFromProcessName(gameProcess) ~= nil then
   if readInteger(process) == nil then
      openProcess(gameProcess)
   else
       if readInteger(process) ~= readInteger(gameProcess) then
          openProcess(gameProcess)
      end
   end
else
    beep() error(showMessage(string.format("%s is not running.",gameName)))
end
--; Auto Attach Process For User
if syntaxcheck then return end
if messageDialog([[
Copyright © 2022 OpenCheatTables.com
Table Creator: Marcus101RR
Would you like to read additional information?
]],mtInformation,mbYes,mbNo) == mrYes then
messageDialog("This information has been added to deter users of FRF (Fearless Revolution Forums) to violate the GPL License. You are hereby informed that use of this table is strictly forbidden from distribution, upload, or alterations with or without consent from this author on FRF. All other sources are allowed with permission.")
else
end


[DISABLE]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1337101501</ID>
          <Description>"Check Game Version"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$lua}
if syntaxcheck then return end

[ENABLE]

local curVersion = "421652"
local baseAddress = GetAddressSafe("MonsterHunterWorld.exe+324AB20")
  local aobScan = "34 32 31 36 35 32 00 00 73 6C 75 67 67 65 72 56 75 31 35 32 30 00 00 00 63 52 69 64 65 43 6F 6E"
  result = tonumber(AOBScan(aobScan)[0], 16)+0x0
  print(string.format("AOB: %X", result))
  print(string.format("Address: %X", baseAddress))
if result then
  local address = readPointer(result)+0x0
  local version = readString(address)
 -- print("Obtaining Version...")
 -- print(string.format("Version: %s", version))
 -- print(string.format("Address: %X", address))

  if string.match(version, curVersion) then
    messageDialog(string.format("Correct Version Detected: %s", version), 1, 2)
  else
    messageDialog(string.format("Incorrect Version Detected! \nExpected: %s \nCurrent: %s", curVersion, version), 1, 2)
  end
end

[DISABLE]
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>7715</ID>
          <Description>"Compact CE Mode (F9) (Faith)"</Description>
          <Color>FF0000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
LuaCall(function cycleFullCompact(sender,force) local state = not(compactmenuitem.Caption == 'Compact View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Compact View Mode' or 'Full View Mode'; getMainForm().Splitter1.Visible = state; getMainForm().Panel4.Visible    = state; getMainForm().Panel5.Visible    = state; end; function addCompactMenu() if compactmenualreadyexists then return end; local parent = getMainForm().Menu.Items; compactmenuitem = createMenuItem(parent); parent.add(compactmenuitem); compactmenuitem.Caption = 'Compact View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))

[DISABLE]
LuaCall(cycleFullCompact(nil,false))
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>120</Key>
              </Keys>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>19021</ID>
          <Description>"Allow VEH"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$LUA}
if syntaxcheck then return end
local symbolName = "KERNELBASE.SetThreadContext"

[ENABLE]
local bt = {195, 144, 144, 144} --C3 90 90 90 (ret nop nop nop)
writeBytes(symbolName, bt)

[DISABLE]
local bt = {72, 131, 236, 40} --48 83 EC 28 (sub rsp, 28)
writeBytes(symbolName, bt)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>4340</ID>
          <Description>"[Marcus101RR's Scripts]"</Description>
          <Options moHideChildren="1"/>
          <Color>FF0000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1337095004</ID>
              <Description>"Pointers"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-01-26
  Author : Faye
  Define Base Address Pointers
  Item AOB:  23 00 00 00 CD CC CC 3E 00 00 C0 3F 66 66 A6 3F E0 F2 2A 43 01 00 00 00 46 00 00 00 CD CC CC 3E
}
[ENABLE]

define(pl_params,MonsterHunterWorld.exe+5011F58)
define(pl_item_params,MonsterHunterWorld.exe+5011F60)
define(pl_skill_params,MonsterHunterWorld.exe+5011F68)
define(pl_mantle_params,MonsterHunterWorld.exe+5012058)
define(player_data,MonsterHunterWorld.exe+500CDA0)
define(world_data,MonsterHunterWorld.exe+5013830)
define(session_data,MonsterHunterWorld.exe+51C46B8)
define(gathering_data,MonsterHunterWorld.exe+5012240)
define(monster_data,MonsterHunterWorld.exe+5013C50)
define(armor_skills,MonsterHunterWorld.exe+5012048)
define(save_data,MonsterHunterWorld.exe+5013950)

define(item_caps,MonsterHunterWorld.exe+5012000)
define(steamworks,MonsterHunterWorld.exe+4F87C30)

define(session_quest,MonsterHunterWorld.exe+500ED30)
define(coating_data,MonsterHunterWorld.exe+5012100)
define(world_session2,MonsterHunterWorld.exe+500DF10)

define(harvestbox_data,MonsterHunterWorld.exe+5012748)
define(steamworks_loottable,MonsterHunterWorld.exe+5012AF0)
define(armor_data,MonsterHunterWorld.exe+5012048)
define(jewel_data,MonsterHunterWorld.exe"+5072538)
define(system,MonsterHunterWorld.exe+51C2478)

registersymbol(pl_params)
registersymbol(pl_item_params)
registersymbol(pl_skill_params)
registersymbol(pl_mantle_params)
registersymbol(player_data)
registersymbol(world_data)
registersymbol(session_data)
registersymbol(gathering_data)
registersymbol(monster_data)
registersymbol(armor_skills)
registersymbol(save_data)

registersymbol(item_caps)
registersymbol(steamworks)
registersymbol(session_quest)
registersymbol(coating_data)
registersymbol(world_session2)
registersymbol(harvestbox_data)
registersymbol(steamworks_loottable)
registersymbol(armor_data)
registersymbol(jewel_data)
registersymbol(system)

[DISABLE]
unregistersymbol(pl_params)
unregistersymbol(pl_item_params)
unregistersymbol(pl_skill_params)
unregistersymbol(pl_mantle_params)
unregistersymbol(player_data)
unregistersymbol(world_data)
unregistersymbol(session_data)
unregistersymbol(gathering_data)
unregistersymbol(monster_data)
unregistersymbol(armor_skills)
unregistersymbol(save_data)

unregistersymbol(item_caps)
unregistersymbol(steamworks)
unregistersymbol(session_quest)
unregistersymbol(coating_data)
unregistersymbol(world_session2)
unregistersymbol(harvestbox_data)
unregistersymbol(steamworks_loottable)
unregistersymbol(armor_data)
unregistersymbol(jewel_data)
unregistersymbol(system)
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101352</ID>
                  <Description>"System"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101356</ID>
                      <Description>"Sessions Max Results"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>system</Address>
                      <Offsets>
                        <Offset>388</Offset>
                        <Offset>260</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>5492</ID>
                  <Description>"Player Data (pl_params)"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>6155</ID>
                      <Description>"Base"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_params</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100035</ID>
                      <Description>"Gravity"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_params</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337095006</ID>
                      <Description>"Gravity Speed Rate"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_params</Address>
                      <Offsets>
                        <Offset>BC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13124</ID>
                      <Description>"Health Header"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>6156</ID>
                          <Description>"Health (Initial)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>318</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6154</ID>
                          <Description>"Health (Max)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>31C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6150</ID>
                          <Description>"HP Recover Ratio"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>320</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6149</ID>
                          <Description>"HP Recover Delay"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>324</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6151</ID>
                          <Description>"HP Recover Interval"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>328</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6152</ID>
                          <Description>"HP Recover Amount"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>32C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091677</ID>
                      <Description>"Stamina"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>6153</ID>
                          <Description>"Stamina (Initial)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>330</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>5493</ID>
                          <Description>"Stamina (Max)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>334</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6158</ID>
                          <Description>"Stamina (Tired)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>338</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6164</ID>
                          <Description>"Stamina (Recover)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>33C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6163</ID>
                          <Description>"Stamina Regen Rate"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>340</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6159</ID>
                          <Description>"Stamina Reduction (Eat)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>344</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6165</ID>
                          <Description>"Stamina Reduction Timer"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>348</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6167</ID>
                          <Description>"Stamina Escape Dash Cost"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>34C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6168</ID>
                          <Description>"Stamina Cost Rate"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>350</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6354</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>354</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6355</ID>
                          <Description>"Stamina Multiplier (Actions)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>358</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6358</ID>
                          <Description>"Stamina Multiplier (Bow Hold Charge)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>35C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091678</ID>
                          <Description>"Stamina Cost (Actions)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>360</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6359</ID>
                          <Description>"DP Stamina Cost"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>370</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091679</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>388</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091745</ID>
                          <Description>"Bow Charge Step"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>460</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091686</ID>
                      <Description>"Limit Multipliers"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337100005</ID>
                          <Description>"HR Fixed Attack Rate"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100004</ID>
                          <Description>"MR Fixed Attack Rate"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7A4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100003</ID>
                          <Description>"Critical Damage"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099957</ID>
                          <Description>"Anti-Critical Damage"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7AC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6170</ID>
                          <Description>"Physical Limit"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12844</ID>
                          <Description>"Elemental Limit"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7CC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12824</ID>
                          <Description>"Condition Limit (Flat)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>6356</ID>
                          <Description>"Bow Gun Limit (Element)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12845</ID>
                          <Description>"Status Limit"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7D8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19038</ID>
                          <Description>"Stun Limit"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7DC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19039</ID>
                          <Description>"Exhaust Limit"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19040</ID>
                          <Description>"Mount Limit"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091721</ID>
                          <Description>"Super Armor Stun Damage Rate"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7E8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092327</ID>
                          <Description>"Range - Defense Penalty"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7F4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092328</ID>
                          <Description>"Range - Element Defense Bonus"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7F8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101149</ID>
                          <Description>"Lava Damage Interval"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>7FC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101150</ID>
                          <Description>"Lava Damage"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>800</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101152</ID>
                          <Description>"Acid Damage Interval"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>804</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101151</ID>
                          <Description>"Acid Damage"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>808</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091724</ID>
                      <Description>"Motion Data"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091735</ID>
                          <Description>"Walk Turn Tilt (Bow)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>838</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091736</ID>
                          <Description>"Run Turn Tilt (Bow)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>850</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091734</ID>
                          <Description>"Run Turn Tilt Head (Bow)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>854</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091722</ID>
                          <Description>"Walk Turn Speed"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>91C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091723</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>92C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101922</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>930</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101921</ID>
                          <Description>"Walk House Turn Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>934</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091737</ID>
                          <Description>"Walk Motion Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>938</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091742</ID>
                          <Description>"Run Turn Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>940</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091733</ID>
                          <Description>"Run Motion Speed (Room)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>954</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101923</ID>
                          <Description>"Run Motion Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>958</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091730</ID>
                          <Description>"Dash Turn Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>95C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091729</ID>
                          <Description>"Dash Motion Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>960</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13125</ID>
                          <Description>"Start Carving Speed"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>1570</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100037</ID>
                          <Description>"Carve Speed 1"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>1574</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100040</ID>
                          <Description>"Carve Speed 2"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>1578</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100039</ID>
                          <Description>"Carve Speed 3"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>157C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100038</ID>
                          <Description>"Carve Speed 4"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>1580</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091727</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>124C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091732</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>32CC</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091697</ID>
                      <Description>"Augments"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091698</ID>
                          <Description>"Attack Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>6394</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3054</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091700</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3055</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091699</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3056</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091701</ID>
                          <Description>"Affinity Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091702</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3057</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091703</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3058</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091704</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3059</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091705</ID>
                          <Description>"Defense Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091706</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305A</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091707</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305B</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091708</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091713</ID>
                          <Description>"Divine Blessing Chance"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091714</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305D</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091715</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305E</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091716</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>305F</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091709</ID>
                          <Description>"Divine Blessing Damage Reduction"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091710</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3060</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091711</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3064</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091712</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3064</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091717</ID>
                          <Description>"Health Regen"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091718</ID>
                              <Description>"Level 1"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>306C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091719</ID>
                              <Description>"Level 2"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3070</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091720</ID>
                              <Description>"Level 3"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3074</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091833</ID>
                      <Description>"Advanced Augments"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091834</ID>
                          <Description>"Attack Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091835</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3078</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091836</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3079</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091837</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307A</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091858</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307B</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091864</ID>
                          <Description>"Affinity Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091865</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091866</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307D</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091867</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307E</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091868</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>307F</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091859</ID>
                          <Description>"Defense Increase"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091860</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3080</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091861</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3081</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091862</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3082</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091863</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3083</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091869</ID>
                          <Description>"Divine Blessing Chance"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091870</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3084</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091871</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3085</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091872</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3086</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091873</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3087</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091874</ID>
                          <Description>"Divine Blessing Damage Reduction"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091875</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3088</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091876</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>308C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091877</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3090</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091878</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3094</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091879</ID>
                          <Description>"Health Regen"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091880</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>3098</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091881</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>309C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091882</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30A0</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091883</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30A4</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091885</ID>
                          <Description>"Element/Status Effect Up"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091886</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30A8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091887</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30A9</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091888</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AA</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091889</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AB</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091891</ID>
                          <Description>"??"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091892</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AC</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091893</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AD</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091894</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AE</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091895</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30AF</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091896</ID>
                          <Description>"??"</Description>
                          <Options moHideChildren="1" moManualExpandCollapse="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091897</ID>
                              <Description>"I"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30B0</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091898</ID>
                              <Description>"II"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30B1</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091899</ID>
                              <Description>"III"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30B2</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091900</ID>
                              <Description>"IV"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>pl_params</Address>
                              <Offsets>
                                <Offset>30B3</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099998</ID>
                          <Description>"Health Regen Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>30B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101920</ID>
                          <Description>"Health Regen Cooldown"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>31F8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091683</ID>
                      <Description>"Slinger Capacity (Max)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091959</ID>
                          <Description>"Stone"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>3390</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091684</ID>
                          <Description>"Redpits"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>3391</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091685</ID>
                          <Description>"Brightmoss"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>3392</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091687</ID>
                          <Description>"Scatternut"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>3393</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091690</ID>
                          <Description>"Torch Pod"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>3399</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091693</ID>
                          <Description>"Bomb Pod"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>339E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091695</ID>
                          <Description>"Piercing Pods"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>339F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091692</ID>
                          <Description>"Thorn Pod"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>33A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091694</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>33A1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091691</ID>
                          <Description>"Puddle Pod"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>33AB</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100012</ID>
                      <Description>"Dragon Seal"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>pl_params</Address>
                      <Offsets>
                        <Offset>F6C4</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337100011</ID>
                          <Description>"Low"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>F6C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100013</ID>
                          <Description>"Medium"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>F6C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100014</ID>
                          <Description>"High"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>F6CC</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091681</ID>
                      <Description>"DragonKnightJump"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>6347</ID>
                          <Description>"DragonKnightJump_LoopTime"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>5F5C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091676</ID>
                          <Description>"DragonKnightJump_Meteor_Beginning"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>5F60</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091675</ID>
                          <Description>"DragonKnightJump_Meteor_Duration"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>5F64</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091674</ID>
                          <Description>"DragonKnightJump_Meteor__??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>5F68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100006</ID>
                      <Description>"Claw"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <Address>pl_params</Address>
                      <Offsets>
                        <Offset>6400</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>6600</ID>
                          <Description>"Grapple Speed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>62D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100007</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>62F0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100008</ID>
                          <Description>"Grapple Delay"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>62F4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100009</ID>
                          <Description>"Retract Speed (Latched)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>6260</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100010</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_params</Address>
                          <Offsets>
                            <Offset>6298</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>6160</ID>
                  <Description>"Player Data (pl_item_params)"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>6161</ID>
                      <Description>"Base"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092255</ID>
                      <Description>"AOB"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>227</ByteLength>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                      </Offsets>
                      <Hotkeys>
                        <Hotkey>
                          <Action>Set Value</Action>
                          <Keys>
                            <Key>17</Key>
                            <Key>97</Key>
                          </Keys>
                          <Value>28 00 00 00 CD CC CC 3E 00 00 C0 3F 66 66 A6 3F E0 F2 2A 43 01 00 00 00 50 00 00 00 CD CC CC 3E 00 00 C0 3F 66 66 A6 3F 1E 3C 32 00 00 00 00 3F 00 00 40 3F 58 02 4B 00 00 00 00 40 2C 01 00 00 00 00 00 40 78 00 14 00 32 00 00 00 64 00 00 00 00 00 F0 42 58 02 58 02 F0 00 1E 00 F0 00 C8 00 F0 00 F4 01 78 00 00 00 00 00 C0 3F 23 46 7D FA 14 00 23 00 46 00 28 00 28 00 F0 00 58 02 F0 00 0A 00 78 00 1E 00 78 00 19 00 00 00 02 00 00 00 00 00 48 42 00 00 00 40 00 00 48 42 19 00 E7 FF 64 00 00 00 00 00 00 41 00 00 00 40 CD CC 9C 40 00 00 B0 40 00 00 F0 41 00 00 C0 3F 9A 99 99 40 CD CC AC 40 9A 99 99 3E CD CC CC 3D CD CC CC 3D 96 00 00 00 04 00 00 00 E8 03 00 00 02 01 0A 0F 1E 32 64</Value>
                          <Description>Overwright Data</Description>
                          <ID>0</ID>
                        </Hotkey>
                      </Hotkeys>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101098</ID>
                      <Description>"Potion (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12829</ID>
                      <Description>"Mega Potion (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>E0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12832</ID>
                      <Description>"Nutrients (Heal)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092261</ID>
                      <Description>"Mega Nutrients (Heal)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>F1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092260</ID>
                      <Description>"Mega Nutrients / Energy Drink (Cap Increase)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>F2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12828</ID>
                      <Description>"Dash Juice (Stamina Cost)"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19193</ID>
                      <Description>"Dash Juice (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>FC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6408</ID>
                      <Description>"Dash Juice (Power)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>FE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092257</ID>
                      <Description>"Immunizer (Multiplier)"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>100</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092258</ID>
                      <Description>"Immunizer (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>104</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12833</ID>
                      <Description>"Astera Jerky (Multiplier)"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>108</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12843</ID>
                      <Description>"Astera Jerky (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>10C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099976</ID>
                      <Description>"Sushifish (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>110</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099977</ID>
                      <Description>"Great Sushifish (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>114</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092259</ID>
                      <Description>"Cool Drink (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>11C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12815</ID>
                      <Description>"Hot Drink (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>11E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6409</ID>
                      <Description>"Might Seed (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>120</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6166</ID>
                      <Description>"Might Seed (Power)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>122</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6400</ID>
                      <Description>"Might Pill (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>124</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6401</ID>
                      <Description>"Might Pill (Power)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>126</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6402</ID>
                      <Description>"Adamant Seed (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>128</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6403</ID>
                      <Description>"Adamant Seed (Power)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>12A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6404</ID>
                      <Description>"Adamant Pill (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>12C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6405</ID>
                      <Description>"Adamant Pill (Power)"</Description>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>130</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6419</ID>
                      <Description>"Demondrug (Power)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>134</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6416</ID>
                      <Description>"Mega Demondrug (Power)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>135</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6415</ID>
                      <Description>"Armorskin (Power)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>136</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6414</ID>
                      <Description>"Mega Armorskin (Power)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>137</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6412</ID>
                      <Description>"Lifepowder (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>13A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19197</ID>
                      <Description>"Dust of Life (Heal)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>13C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6418</ID>
                      <Description>"Herbal Powder"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>13E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12830</ID>
                      <Description>"Ration"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>13A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6410</ID>
                      <Description>"Demon Powder (Power)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>140</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6406</ID>
                      <Description>"Demon Powder (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>142</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6407</ID>
                      <Description>"Hardshell Powder (Power)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>144</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>6411</ID>
                      <Description>"Hardshell Powder (Duration)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>146</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092256</ID>
                      <Description>"Demon Ammo Power"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>148</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101158</ID>
                      <Description>"Demon Ammo Duration"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>14A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19557</ID>
                      <Description>"Armor Ammo Power"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>14C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101159</ID>
                      <Description>"Armor Ammo Duration"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>14E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101160</ID>
                      <Description>"Ration Power"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>150</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12831</ID>
                      <Description>"Well Done Steak Muliplier"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>154</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101153</ID>
                      <Description>"Well Done Steak Stamina"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>158</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101167</ID>
                      <Description>"Well Done Steak Multiplier"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>15C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101166</ID>
                      <Description>"Well Done Steak Stamina"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>160</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101154</ID>
                      <Description>"Whetstone Sharpness"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>198</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101155</ID>
                      <Description>"Whetstone Cycles"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>19C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101156</ID>
                      <Description>"Whetfish Sharpness"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1A0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101157</ID>
                      <Description>"Whetfish Cycles"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101161</ID>
                      <Description>"Powertalon Power"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1A7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101164</ID>
                      <Description>"Powercharm Power"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1A8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101163</ID>
                      <Description>"Armortalon Power"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1A9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101162</ID>
                      <Description>"Armorcharm Power"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>pl_item_params</Address>
                      <Offsets>
                        <Offset>1AA</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092269</ID>
                  <Description>"Player Data (pl_skill_params)"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337099958</ID>
                      <Description>"No description"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_skill_params</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092270</ID>
                      <Description>"Base"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_skill_params</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092278</ID>
                      <Description>"Latent Power"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092271</ID>
                          <Description>"Activation Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>108</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092282</ID>
                          <Description>"Total Damage to Trigger"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>10A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092281</ID>
                          <Description>"Secret Total Damage to Trigger"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>10C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101203</ID>
                      <Description>"Heroics"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101204</ID>
                          <Description>"Health Threshold"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>110</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101205</ID>
                      <Description>"Ammo Up"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101206</ID>
                          <Description>"Level 1 Cap 1 Limit"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>508</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101207</ID>
                          <Description>"Level 1 Cap 1 Bonus"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>509</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101208</ID>
                          <Description>"Level 1 Cap 2 Limit"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>518</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101209</ID>
                          <Description>"Level 1 Cap 2 Bonus"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>519</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101192</ID>
                      <Description>"Wide-Range"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101193</ID>
                          <Description>"Efficacy [1]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>118</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101194</ID>
                          <Description>"Efficacy [2]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>11C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101195</ID>
                          <Description>"Efficacy [3]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>120</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101196</ID>
                          <Description>"Efficacy [4]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>124</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101197</ID>
                          <Description>"Efficacy [5]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>128</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101198</ID>
                          <Description>"Range [1]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>12C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101199</ID>
                          <Description>"Range [2]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>130</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101200</ID>
                          <Description>"Range [3]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>134</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101201</ID>
                          <Description>"Range [4]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>138</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101202</ID>
                          <Description>"Range [5]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>13C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092315</ID>
                      <Description>"Slinger Capacity"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092316</ID>
                          <Description>"Stone [1]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>624</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092320</ID>
                          <Description>"Stone [2]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>625</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092319</ID>
                          <Description>"Stone [3]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>626</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092318</ID>
                          <Description>"Stone [4]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>627</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092317</ID>
                          <Description>"Stone [5]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>628</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092321</ID>
                          <Description>"Piercing Pods [1]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>66F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092325</ID>
                          <Description>"Piercing Pods [2]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>670</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092324</ID>
                          <Description>"Piercing Pods [3]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>671</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092323</ID>
                          <Description>"Piercing Pods [4]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>672</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092322</ID>
                          <Description>"Piercing Pods [5]"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>673</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099959</ID>
                      <Description>"??"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <Address>pl_skill_params</Address>
                      <Offsets>
                        <Offset>94B</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092288</ID>
                          <Description>"??"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94B</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092290</ID>
                      <Description>"Health Boost (Food)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092289</ID>
                          <Description>"0"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B58</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092291</ID>
                          <Description>"1"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B5A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092292</ID>
                          <Description>"2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B5C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092294</ID>
                          <Description>"3"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B5E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092293</ID>
                          <Description>"4"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B60</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092295</ID>
                          <Description>"5"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B62</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092296</ID>
                      <Description>"Stamina Boost (Food)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092297</ID>
                          <Description>"0"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B64</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092298</ID>
                          <Description>"1"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B66</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092299</ID>
                          <Description>"2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B68</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092300</ID>
                      <Description>"Attack Boost (Food)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092301</ID>
                          <Description>"None"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B6A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092302</ID>
                          <Description>"Small"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B6C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092303</ID>
                          <Description>"Medium"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B6E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092304</ID>
                          <Description>"Large"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B70</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092305</ID>
                      <Description>"Defense Boost (Food)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092306</ID>
                          <Description>"None"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B72</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092307</ID>
                          <Description>"Small"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B74</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092308</ID>
                          <Description>"Medium"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B76</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092309</ID>
                          <Description>"Large"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B78</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092310</ID>
                      <Description>"Elemental Boost (Food)"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092311</ID>
                          <Description>"None"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092312</ID>
                          <Description>"Small"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B7C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092313</ID>
                          <Description>"Medium"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B7E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092314</ID>
                          <Description>"Large"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092345</ID>
                      <Description>"Felyne Rider"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092346</ID>
                          <Description>"Mount Boost"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092342</ID>
                      <Description>"Felyne Defender"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092287</ID>
                          <Description>"Chance [Lo]"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>BB0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092364</ID>
                          <Description>"Chance [Hi]"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>BB1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092343</ID>
                          <Description>"Ratio [Lo]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>BB4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092365</ID>
                          <Description>"Ratio [Hi]"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>BB8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092360</ID>
                      <Description>"Felyne Harvester"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092361</ID>
                          <Description>"Multiplier"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B1C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092366</ID>
                      <Description>"Felyne Heroics"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092367</ID>
                          <Description>"Attack Boost"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B8C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092368</ID>
                          <Description>"Defense Boost"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B90</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092369</ID>
                          <Description>"Health Threshold"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>B94</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099965</ID>
                      <Description>"Felyne Slugger"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099966</ID>
                          <Description>"Stun Power"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>BE0</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092347</ID>
                      <Description>"Felyne Booster"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092348</ID>
                          <Description>"Duration"</Description>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>C20</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101188</ID>
                      <Description>"Frostcraft"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101211</ID>
                          <Description>"Bow Recovery Unsheathed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>8E8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101217</ID>
                          <Description>"Bow Recovery Sheathed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>8EC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101216</ID>
                          <Description>"Level 1 Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>948</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101190</ID>
                          <Description>"Level 2 Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>949</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101191</ID>
                          <Description>"Level 3 Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101189</ID>
                          <Description>"Bow Basic Attack Cost"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101212</ID>
                          <Description>"Bow Power Shot Cost"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101213</ID>
                          <Description>"Bow Arc Shot Cost"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101214</ID>
                          <Description>"Bow Dragonpiercer Cost"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101215</ID>
                          <Description>"Bow Thousand Dragons Cost"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>pl_skill_params</Address>
                          <Offsets>
                            <Offset>94F</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092449</ID>
                  <Description>"Armor Skill Data (skill_dat)"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337099948</ID>
                      <Description>"Base"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <Address>armor_skills</Address>
                      <Offsets>
                        <Offset>0</Offset>
                        <Offset>CE8</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099949</ID>
                          <Description>"ID"</Description>
                          <DropDownListLink>listSkills</DropDownListLink>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099950</ID>
                          <Description>"Level"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099954</ID>
                          <Description>"Param 1"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099953</ID>
                          <Description>"Param 2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+26</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099952</ID>
                          <Description>"Param 3"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099951</ID>
                          <Description>"Param 4"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>+2A</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092451</ID>
                      <Description>"Commission Guidance"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092454</ID>
                          <Description>"4 Sets"</Description>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092450</ID>
                              <Description>"1"</Description>
                              <VariableType>2 Bytes</VariableType>
                              <Address>armor_skills</Address>
                              <Offsets>
                                <Offset>24</Offset>
                                <Offset>AE0</Offset>
                                <Offset>C8</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092455</ID>
                      <Description>"Geologist"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092456</ID>
                          <Description>"Level 3"</Description>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092457</ID>
                              <Description>"1"</Description>
                              <VariableType>2 Bytes</VariableType>
                              <Address>armor_skills</Address>
                              <Offsets>
                                <Offset>24</Offset>
                                <Offset>908</Offset>
                                <Offset>C8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092458</ID>
                              <Description>"2"</Description>
                              <VariableType>2 Bytes</VariableType>
                              <Address>armor_skills</Address>
                              <Offsets>
                                <Offset>26</Offset>
                                <Offset>908</Offset>
                                <Offset>C8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092459</ID>
                              <Description>"3"</Description>
                              <VariableType>2 Bytes</VariableType>
                              <Address>armor_skills</Address>
                              <Offsets>
                                <Offset>28</Offset>
                                <Offset>908</Offset>
                                <Offset>C8</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093748</ID>
                      <Description>"Partbreaker"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337093750</ID>
                          <Description>"Level 0"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>armor_skills</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>528</Offset>
                            <Offset>C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101574</ID>
                          <Description>"Level 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>armor_skills</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>530</Offset>
                            <Offset>C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101122</ID>
                          <Description>"Level 2"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>armor_skills</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>538</Offset>
                            <Offset>C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101573</ID>
                          <Description>"Level 3"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>armor_skills</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>540</Offset>
                            <Offset>C8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101092</ID>
                      <Description>"Slugger"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101093</ID>
                          <Description>"Level 5"</Description>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337101094</ID>
                              <Description>"1"</Description>
                              <VariableType>2 Bytes</VariableType>
                              <Address>armor_skills</Address>
                              <Offsets>
                                <Offset>26</Offset>
                                <Offset>CE8</Offset>
                                <Offset>C8</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101372</ID>
                      <Description>"Scentbound"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101374</ID>
                          <Description>"Data"</Description>
                          <DropDownListLink>listSkills</DropDownListLink>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>armor_skills</Address>
                          <Offsets>
                            <Offset>A10</Offset>
                            <Offset>C8</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337101376</ID>
                              <Description>"Skill"</Description>
                              <DropDownListLink>listSkills</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>+0</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101375</ID>
                              <Description>"Param"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>+0</Address>
                              <Offsets>
                                <Offset>24</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101373</ID>
                          <Description>"Level 5"</Description>
                          <GroupHeader>1</GroupHeader>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101514</ID>
                  <Description>"Jewel Data"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101513</ID>
                      <Description>"Start"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>"MonsterHunterWorld.exe"+05072538</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>40</Offset>
                        <Offset>438</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101515</ID>
                      <Description>"End"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>"MonsterHunterWorld.exe"+05072538</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>CD8</Offset>
                        <Offset>438</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337095989</ID>
                  <Description>"Tool Data (askill_params)"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337094971</ID>
                      <Description>"Base"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>4 Bytes</VariableType>
                      <Address>pl_mantle_params</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337094972</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101464</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101463</ID>
                          <Description>"Ghillie Mantle: Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094973</ID>
                          <Description>"Ghillie Mantle: Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094974</ID>
                          <Description>"Temporal Mantle: Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>F0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094975</ID>
                          <Description>"Temporal Mantle: Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>F4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094976</ID>
                          <Description>"Temporal Mantle: Use"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>128</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094977</ID>
                          <Description>"Health Booster: Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>12C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094978</ID>
                          <Description>"Health Booster: Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>130</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094979</ID>
                          <Description>"Health Booster+: Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>134</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094980</ID>
                          <Description>"Rocksteady Mantle: Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>138</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094981</ID>
                          <Description>"Rocksteady Mantle: Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>13C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094982</ID>
                          <Description>"Rocksteady Mantle: Damage Resist"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>144</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101465</ID>
                          <Description>"Challenger+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>14C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101466</ID>
                          <Description>"Challenger+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>150</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101467</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>154</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101468</ID>
                          <Description>"Vitality+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>15C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101477</ID>
                          <Description>"Vitality+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>160</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101469</ID>
                          <Description>"Fireproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>168</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101487</ID>
                          <Description>"Fireproof+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>16C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101470</ID>
                          <Description>"Waterproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>174</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101488</ID>
                          <Description>"Waterproof+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>178</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101471</ID>
                          <Description>"Iceproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>180</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101472</ID>
                          <Description>"Iceproof+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>184</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101474</ID>
                          <Description>"Thunderproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>18C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101473</ID>
                          <Description>"Thunderproof+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>190</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101475</ID>
                          <Description>"Dragonproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>198</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101476</ID>
                          <Description>"Dragonproof+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>19C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101478</ID>
                          <Description>"Cleanser+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101479</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1AC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101480</ID>
                          <Description>"Cleanser+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1B0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101481</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101482</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101483</ID>
                          <Description>"Glider+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101484</ID>
                          <Description>"Glider+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101485</ID>
                          <Description>"Evasion+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101486</ID>
                          <Description>"Evasion+: Effect Duration"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>pl_mantle_params</Address>
                          <Offsets>
                            <Offset>1D4</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101308</ID>
                  <Description>"Armor Stat Data"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101307</ID>
                      <Description>"Code"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>8</ByteLength>
                      <Address>armor_data</Address>
                      <Offsets>
                        <Offset>0</Offset>
                        <Offset>0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101309</ID>
                      <Description>"Defense"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>armor_data</Address>
                      <Offsets>
                        <Offset>16</Offset>
                        <Offset>0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101310</ID>
                      <Description>"End Header"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>armor_data</Address>
                      <Offsets>
                        <Offset>0</Offset>
                        <Offset>5930</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19199</ID>
                  <Description>"World"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19198</ID>
                      <Description>"Time of Day (Town)"</Description>
                      <VariableType>Float</VariableType>
                      <Address>world_data</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101333</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>world_data</Address>
                      <Offsets>
                        <Offset>3C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101332</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>world_data</Address>
                      <Offsets>
                        <Offset>40</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101331</ID>
                      <Description>"Weather"</Description>
                      <DropDownListLink>listWeather</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>world_data</Address>
                      <Offsets>
                        <Offset>8C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337091797</ID>
                  <Description>"Monsters"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092200</ID>
                      <Description>"Monster 1"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101219</ID>
                          <Description>"Size"</Description>
                          <VariableType>Float</VariableType>
                          <Address>monster_data</Address>
                          <Offsets>
                            <Offset>188</Offset>
                            <Offset>E58</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091796</ID>
                          <Description>"Health"</Description>
                          <VariableType>Float</VariableType>
                          <Address>monster_data</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>7670</Offset>
                            <Offset>E58</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092199</ID>
                              <Description>"Monster ID"</Description>
                              <DropDownListLink>listMonsters</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D7B8</Offset>
                                <Offset>12278</Offset>
                                <Offset>E58</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092182</ID>
                              <Description>"Max"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>60</Offset>
                                <Offset>7670</Offset>
                                <Offset>E58</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101220</ID>
                              <Description>"Timer"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D608</Offset>
                                <Offset>12278</Offset>
                                <Offset>E58</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092174</ID>
                              <Description>"Timer (Max)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D60C</Offset>
                                <Offset>12278</Offset>
                                <Offset>E58</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092201</ID>
                      <Description>"Monster 2"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091799</ID>
                          <Description>"Health"</Description>
                          <VariableType>Float</VariableType>
                          <Address>monster_data</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>7670</Offset>
                            <Offset>EA8</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092173</ID>
                              <Description>"Max"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>60</Offset>
                                <Offset>7670</Offset>
                                <Offset>EA8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092204</ID>
                              <Description>"Timer"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D608</Offset>
                                <Offset>12278</Offset>
                                <Offset>EA8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092175</ID>
                              <Description>"Timer (Max)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D60C</Offset>
                                <Offset>12278</Offset>
                                <Offset>EA8</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092202</ID>
                      <Description>"Monster 3"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091798</ID>
                          <Description>"Health"</Description>
                          <VariableType>Float</VariableType>
                          <Address>monster_data</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>7670</Offset>
                            <Offset>EF8</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092176</ID>
                              <Description>"Max"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>60</Offset>
                                <Offset>7670</Offset>
                                <Offset>EF8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092203</ID>
                              <Description>"Timer"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D608</Offset>
                                <Offset>12278</Offset>
                                <Offset>EF8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092177</ID>
                              <Description>"Timer (Max)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>monster_data</Address>
                              <Offsets>
                                <Offset>1D60C</Offset>
                                <Offset>12278</Offset>
                                <Offset>EF8</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>12663</ID>
                  <Description>"Player"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101172</ID>
                      <Description>"Session Time"</Description>
                      <VariableType>Float</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>14</Offset>
                        <Offset>46A0</Offset>
                        <Offset>90</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101174</ID>
                      <Description>"Weapon"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19373</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D14</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101178</ID>
                          <Description>"Defense"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D18</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101179</ID>
                          <Description>"Affinity"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D1C</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101176</ID>
                          <Description>"Element"</Description>
                          <DropDownListLink>listElementTypes</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D20</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101180</ID>
                          <Description>"Element Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D24</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101388</ID>
                          <Description>"Element 2"</Description>
                          <DropDownListLink>listElementTypes</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D28</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101389</ID>
                          <Description>"Element Attack 2"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D2C</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101401</ID>
                          <Description>"Hidden Element"</Description>
                          <DropDownListLink>listElementTypes</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D30</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101402</ID>
                          <Description>"Hidden Element Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D34</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101303</ID>
                          <Description>"Deviation"</Description>
                          <DropDownListLink>listDeviation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D40</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101175</ID>
                          <Description>"Coating Index"</Description>
                          <DropDownListLink>listCoatingSheet</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1D48</Offset>
                            <Offset>76B0</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337095988</ID>
                      <Description>"FOV"</Description>
                      <VariableType>Float</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>5F0</Offset>
                        <Offset>7690</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101425</ID>
                      <Description>"Vitality"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092183</ID>
                          <Description>"Health"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>64</Offset>
                            <Offset>7630</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092184</ID>
                              <Description>"Max"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>60</Offset>
                                <Offset>7630</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337092185</ID>
                              <Description>"Base"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>7628</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12671</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>12C</Offset>
                            <Offset>7630</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12672</ID>
                              <Description>"Max"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>134</Offset>
                                <Offset>7630</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12821</ID>
                              <Description>"Eat Timer (-25)"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>13C</Offset>
                                <Offset>7630</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092351</ID>
                      <Description>"Food Skills"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092350</ID>
                          <Description>"Health Type"</Description>
                          <DropDownList>0:None
1:S
2:M
3:L
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>8</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092358</ID>
                          <Description>"Stamina Type"</Description>
                          <DropDownList>0:None
1:S
2:M
3:L
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>C</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092357</ID>
                          <Description>"Attack Type"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:S
2:M
3:L
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>10</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092355</ID>
                          <Description>"Defense Type"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:S
2:M
3:L
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>14</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092356</ID>
                          <Description>"Elemental Type"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:S
2:M
3:L
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>18</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092354</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>listFoodSkills</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092353</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>listFoodSkills</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>20</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092352</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>listFoodSkills</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>24</Offset>
                            <Offset>18</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101423</ID>
                      <Description>"Armor"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101424</ID>
                          <Description>"Bonus Armor"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>674</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101427</ID>
                          <Description>"Fire"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>678</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101426</ID>
                          <Description>"Water"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>67C</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101430</ID>
                          <Description>"Thunder"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>680</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101429</ID>
                          <Description>"Ice"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>684</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101428</ID>
                          <Description>"Dragon"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>688</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101552</ID>
                      <Description>"Charge Great Sword"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>2358</Offset>
                        <Offset>76B0</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101553</ID>
                      <Description>"Special Ammo"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>2358</Offset>
                        <Offset>76B0</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12716</ID>
                      <Description>"Slinger Ammo"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>7E20</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12719</ID>
                      <Description>"Buffs"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12740</ID>
                          <Description>"Hunting Horn Buffs"</Description>
                          <Options moHideChildren="1"/>
                          <Color>0080FF</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12723</ID>
                              <Description>"Self Improvement"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>38</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12742</ID>
                              <Description>"Attack Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>3C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12743</ID>
                              <Description>"Attack Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>40</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12744</ID>
                              <Description>"Health Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>44</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12745</ID>
                              <Description>"Health Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>48</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12746</ID>
                              <Description>"Stamina Use Reduced (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>4C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12747</ID>
                              <Description>"Stamina Use Reduced (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>50</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12749</ID>
                              <Description>"Wind Pressure Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>54</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12748</ID>
                              <Description>"All Wind Pressure Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>58</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12750</ID>
                              <Description>"Defense Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>5C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12751</ID>
                              <Description>"Defense Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>60</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12752</ID>
                              <Description>"Tool Use Drain Reduced (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>64</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12753</ID>
                              <Description>"Tool Use Drain Reduced (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>68</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12756</ID>
                              <Description>"Recovery Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>80</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12757</ID>
                              <Description>"Recovery Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>84</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12758</ID>
                              <Description>"Earplugs (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>88</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12759</ID>
                              <Description>"Earplugs (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>8C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19268</ID>
                              <Description>"Divine Protection"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>90</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12762</ID>
                              <Description>"Scoutfly Power Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>94</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091765</ID>
                              <Description>"Envir. Damage Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>98</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091764</ID>
                              <Description>"Stun Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>9C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12763</ID>
                              <Description>"Paralysis Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>A0</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12764</ID>
                              <Description>"Tremors Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>A4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12765</ID>
                              <Description>"Much/Water/Deep Snow Res"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>A8</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12768</ID>
                              <Description>"Fire Res Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>AC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12769</ID>
                              <Description>"Fire Res Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>B0</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12770</ID>
                              <Description>"Water Res Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>B4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12771</ID>
                              <Description>"Water Res Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>B8</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12772</ID>
                              <Description>"Thunder Res Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>BC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12773</ID>
                              <Description>"Thunder Res Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>C0</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12774</ID>
                              <Description>"Ice Res Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>C4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12775</ID>
                              <Description>"Ice Res Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>C8</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12776</ID>
                              <Description>"Dragon Res Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>CC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12777</ID>
                              <Description>"Dragon Res Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>D0</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19266</ID>
                              <Description>"Elemental Attack Boost"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>D4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19267</ID>
                              <Description>"Blight Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>D8</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19269</ID>
                              <Description>"???"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>DC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19270</ID>
                              <Description>"Knockbacks Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>E4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19273</ID>
                              <Description>"Blight Resistance Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>EC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19272</ID>
                              <Description>"Affinity Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>F0</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12766</ID>
                              <Description>"All Ailments Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>F4</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19274</ID>
                              <Description>"Wind &amp; Earplugs"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>F8</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12761</ID>
                              <Description>"Abnormal Status Atk. Increase"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>FC</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19158</ID>
                              <Description>"Max Stamina Up / Recovery"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>10C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091766</ID>
                              <Description>"Extended Health Recovery"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>110</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091759</ID>
                              <Description>"Speed Boost / Evade Window Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>114</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091758</ID>
                              <Description>"Elemental Effectiveness"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>118</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19382</ID>
                          <Description>"Palico Buffs"</Description>
                          <Options moHideChildren="1"/>
                          <Color>A00000</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091757</ID>
                              <Description>"Resuscitate"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>11C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091756</ID>
                              <Description>"Attack Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>120</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091755</ID>
                              <Description>"Attack Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>124</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091754</ID>
                              <Description>"Defense Up (S)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>128</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091753</ID>
                              <Description>"Defense Up (L)"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>12C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091752</ID>
                              <Description>"Affinity Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>130</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091751</ID>
                              <Description>"Recovery Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>134</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091750</ID>
                              <Description>"Health Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>138</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091749</ID>
                              <Description>"Stamina Up"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>13C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091748</ID>
                              <Description>"Divine Protection"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>144</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091747</ID>
                              <Description>"Divine Protection"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>148</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091767</ID>
                              <Description>"Stun Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>14C</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091813</ID>
                              <Description>"Thunder Negated"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>150</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091814</ID>
                              <Description>"??"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>154</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337091815</ID>
                              <Description>"Earplugs"</Description>
                              <VariableType>Float</VariableType>
                              <Address>player_data</Address>
                              <Offsets>
                                <Offset>158</Offset>
                                <Offset>7D20</Offset>
                                <Offset>80</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19381</ID>
                          <Description>"Fire Blight"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5EC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12731</ID>
                          <Description>"Thunder Blight"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5F0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12732</ID>
                          <Description>"Water Blight"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5F4</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12733</ID>
                          <Description>"Ice Blight"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5F8</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12734</ID>
                          <Description>"Dragon Blight"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5FC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12737</ID>
                          <Description>"Bleed"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>600</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12735</ID>
                          <Description>"Bleed Recovery"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>604</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12736</ID>
                          <Description>"Effuvial"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>608</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19457</ID>
                          <Description>"Poison"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5DC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19555</ID>
                          <Description>"Deadly Poison"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>5E0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12741</ID>
                          <Description>"Blastscourge"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>62C</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12730</ID>
                          <Description>"Dash Juice"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>690</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101148</ID>
                          <Description>"Wiggly Litchi"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>694</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12728</ID>
                          <Description>"Recovery Up"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>698</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12668</ID>
                          <Description>"Might Seed"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6A0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101171</ID>
                          <Description>"Might Seed (Power)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6A4</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12720</ID>
                          <Description>"Adamant Seed"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6B0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12721</ID>
                          <Description>"Demon Powder"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6C4</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12724</ID>
                          <Description>"Hardshell Powder"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6C8</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12725</ID>
                          <Description>"Attack +12"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6CC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12726</ID>
                          <Description>"Defense +30"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6D0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19033</ID>
                          <Description>"Cool Drink"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6EC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19034</ID>
                          <Description>"Hot Drink"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6F0</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19116</ID>
                          <Description>"Hot Springs: HP Regen"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6F8</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19117</ID>
                          <Description>"Hot Springs: Cold Res"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>6FC</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337096000</ID>
                          <Description>"Snowman Head"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>704</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19115</ID>
                          <Description>"Bald Head"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>708</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095998</ID>
                          <Description>"Powercone"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>718</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19056</ID>
                          <Description>"Thawpuff: Ice Res (L)"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>71C</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095994</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>720</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095995</ID>
                          <Description>"??"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>728</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095996</ID>
                          <Description>"Elemental Acceleration"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>730</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095997</ID>
                          <Description>"Elemental Acceleration"</Description>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>734</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101140</ID>
                          <Description>"Latent Power (Active)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>738</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101145</ID>
                          <Description>"Latent Power (Cooldown)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>73C</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101146</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>740</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101141</ID>
                          <Description>"Agitator"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>744</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101147</ID>
                          <Description>"Heroics (Bool)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>74D</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101142</ID>
                          <Description>"Adrenaline"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>754</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101143</ID>
                          <Description>"Fortify"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>764</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19258</ID>
                          <Description>"Frostcraft (Melee)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>77C</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101133</ID>
                          <Description>"Frostcraft (Range)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>788</Offset>
                            <Offset>7D20</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101441</ID>
                      <Description>"Tools"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101442</ID>
                          <Description>"Affinity: Cooldown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E50</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101446</ID>
                          <Description>"Ghillie+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E5C</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101444</ID>
                          <Description>"Temporal+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E60</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101461</ID>
                          <Description>"Health+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E64</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101453</ID>
                          <Description>"Rocksteady+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E68</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101448</ID>
                          <Description>"Challenger+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E6C</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101445</ID>
                          <Description>"Vitality+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E70</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101456</ID>
                          <Description>"Fireproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E74</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101455</ID>
                          <Description>"Waterproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E78</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101458</ID>
                          <Description>"Iceproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E7C</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101457</ID>
                          <Description>"Thunderproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E80</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101459</ID>
                          <Description>"Dragonproof+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E84</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101462</ID>
                          <Description>"Cleanser+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E88</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101447</ID>
                          <Description>"Glider+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E8C</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101454</ID>
                          <Description>"Evasion+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E90</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101451</ID>
                          <Description>"Impact+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E94</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101449</ID>
                          <Description>"Apothecary+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E98</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101452</ID>
                          <Description>"Immunity+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>E9C</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101443</ID>
                          <Description>"Affinity+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>EA0</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101450</ID>
                          <Description>"Bandit+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>EA4</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101460</ID>
                          <Description>"Assassin's Hood+: Recharge Time"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>player_data</Address>
                          <Offsets>
                            <Offset>EA8</Offset>
                            <Offset>14F8</Offset>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092186</ID>
                      <Description>"Type"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>8208</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100018</ID>
                      <Description>"Drinks"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>13D6C</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101387</ID>
                      <Description>"Current Map"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>player_data</Address>
                      <Offsets>
                        <Offset>118</Offset>
                        <Offset>EEC0</Offset>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>13129</ID>
                  <Description>"Item Capacity"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13130</ID>
                      <Description>"Potion"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>8</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13131</ID>
                      <Description>"Mega Potion"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>10</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13132</ID>
                      <Description>"Max Potion"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>18</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13133</ID>
                      <Description>"Ancient Potion"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>20</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19136</ID>
                      <Description>"Demon Powder"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>F0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13135</ID>
                      <Description>"Tranq Bomb"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>1D8</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19257</ID>
                      <Description>"Flash Pods"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>1E0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19047</ID>
                      <Description>"Mega Barrel Bomb"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>260</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19045</ID>
                      <Description>"Pit Trap"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>280</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19046</ID>
                      <Description>"Shock Trap"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>288</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19135</ID>
                      <Description>"Sushifish Scale"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>350</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19256</ID>
                      <Description>"Great Sushifish Scale"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>358</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13134</ID>
                      <Description>"Power Coating"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>578</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19055</ID>
                      <Description>"Poison Coating"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>580</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096006</ID>
                      <Description>"Paralysis Coating"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>588</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096007</ID>
                      <Description>"Sleep Coating"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>590</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096008</ID>
                      <Description>"??"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>598</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096010</ID>
                      <Description>"Blast Coating"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>item_caps</Address>
                      <Offsets>
                        <Offset>12</Offset>
                        <Offset>5A0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092076</ID>
                  <Description>"Gathering Spots"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092082</ID>
                      <Description>"??"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092075</ID>
                      <Description>"Outcrops"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>60</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092077</ID>
                      <Description>"Bone Piles"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>68</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092078</ID>
                      <Description>"Unique Gather"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>E8</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092080</ID>
                      <Description>"Mining Outcrops (GL)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>268</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092081</ID>
                      <Description>"Bone Piles (GL)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>270</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092079</ID>
                      <Description>"Giant Mining Outcrops"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>278</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092083</ID>
                      <Description>"Giant Bone Piles"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gathering_data</Address>
                      <Offsets>
                        <Offset>8</Offset>
                        <Offset>280</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101563</ID>
                  <Description>"Session Data"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101571</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>BFF0</Offset>
                        <Offset>10</Offset>
                        <Offset>258</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101566</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>5C</Offset>
                        <Offset>280</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101572</ID>
                      <Description>"Safi Join Siege"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>BFF0</Offset>
                        <Offset>10</Offset>
                        <Offset>260</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101568</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>549EC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101565</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>498438</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101570</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4984F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101569</ID>
                      <Description>"Special Daily Bonus (Login)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>47BFF0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101397</ID>
                      <Description>"Special Daily Bonus (Login)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>47BFF1</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>12661</ID>
                  <Description>"Kulve Taroth"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101364</ID>
                      <Description>"Inactivity Timer"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>533B0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12680</ID>
                      <Description>"Objectives"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12673</ID>
                          <Description>"Discovered Kulve Taroth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12679</ID>
                          <Description>"2nd Area Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12678</ID>
                          <Description>"3rd Area Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12677</ID>
                          <Description>"4th Area Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12676</ID>
                          <Description>"Persuit Level 2 Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12675</ID>
                          <Description>"Persuit Level 4 Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12674</ID>
                          <Description>"Persuit Level 6 Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12686</ID>
                          <Description>"Kulve Taroth Released"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12685</ID>
                          <Description>"Giant Horns Chipped"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12684</ID>
                          <Description>"Giant Horns Completely Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5C9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12683</ID>
                          <Description>"Horns Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12682</ID>
                          <Description>"Tail Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12681</ID>
                          <Description>"Right Foreleg Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12688</ID>
                          <Description>"Left Foreleg Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12687</ID>
                          <Description>"Right Chest Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12692</ID>
                          <Description>"Left Chest Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5CF</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12691</ID>
                          <Description>"Right Hindleg Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12690</ID>
                          <Description>"Tail Right Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12689</ID>
                          <Description>"Left Hindleg Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12694</ID>
                          <Description>"Tail Left Gold Plating Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13073</ID>
                          <Description>"Single Run Siege Complete"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13050</ID>
                          <Description>"Giant Horns Broken While Furied"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13051</ID>
                          <Description>"Furied Kulve Taroth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13069</ID>
                          <Description>"??? (All Parts?) Fury x2?"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B5D7</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12780</ID>
                      <Description>"Persuit Points (Lobby)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5A0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12696</ID>
                      <Description>"Quest Accepted"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Not Started
1:Started
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12664</ID>
                      <Description>"Persuit Points (Siege Total)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5B0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12665</ID>
                      <Description>"Status"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Not Started
1:Started
2:Complete
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5B4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12667</ID>
                      <Description>"Persuit Points (Collected)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5B8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13090</ID>
                      <Description>"Persuit Points (Started With)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5BC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13082</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>49B5BD</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13071</ID>
                      <Description>"No Failure / Abandon (Lobby)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983EF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13072</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13074</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>800080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983F1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13083</ID>
                      <Description>"No Failure / Abandon"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983F2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13075</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983F3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13076</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>4983F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101567</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_data</Address>
                      <Offsets>
                        <Offset>498413</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092488</ID>
                  <Description>"Safi'Jiiva"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337093743</ID>
                      <Description>"Lobby"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092487</ID>
                          <Description>"Siege Status"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B610</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095003</ID>
                          <Description>"Lobby Status"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B620</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095001</ID>
                          <Description>"1st Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B630</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092493</ID>
                          <Description>"2nd Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B634</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092492</ID>
                          <Description>"Bottom Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B638</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337095002</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B648</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092494</ID>
                          <Description>"1st Level (Before)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B658</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092496</ID>
                          <Description>"2nd Level (Before)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B65C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092495</ID>
                          <Description>"Bottom Level (Before)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B660</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093794</ID>
                      <Description>"Session"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337093744</ID>
                          <Description>"1st Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337093745</ID>
                          <Description>"2nd Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337093746</ID>
                          <Description>"Bottom Level"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6E8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092498</ID>
                      <Description>"Objectives"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092499</ID>
                          <Description>"Single Siege Run Completed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092523</ID>
                          <Description>"Safi'jiiva Slayed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092522</ID>
                          <Description>"Supercritical State Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092500</ID>
                          <Description>"2nd Level Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092501</ID>
                          <Description>"Bottom Level Reached"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092502</ID>
                          <Description>"1st Level Energy Absorbed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092503</ID>
                          <Description>"2nd Level Energy Absorbed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092504</ID>
                          <Description>"Bottom Level Energy Absorbed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092505</ID>
                          <Description>"1st Level Energy Depleted"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092506</ID>
                          <Description>"2nd Level Energy Depleted"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6C9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092507</ID>
                          <Description>"Bottom Level Energy Depleted"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092508</ID>
                          <Description>"Back Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092509</ID>
                          <Description>"Chest Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092510</ID>
                          <Description>"Right Wing Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092511</ID>
                          <Description>"Left Wing Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092512</ID>
                          <Description>"Right Hindleg Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6CF</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092513</ID>
                          <Description>"Left Hindleg Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092514</ID>
                          <Description>"Right Foreleg Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092515</ID>
                          <Description>"Left Foreleg Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092516</ID>
                          <Description>"Tail Severed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092517</ID>
                          <Description>"Head Partly Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092518</ID>
                          <Description>"Head Completely Broken"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_data</Address>
                          <Offsets>
                            <Offset>49B6D5</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337094986</ID>
                  <Description>"Quest Progress"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101365</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100023</ID>
                      <Description>"Quest ID"</Description>
                      <DropDownListLink>listQuests</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100025</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>50</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100026</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>54</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100027</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>B0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100028</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099989</ID>
                      <Description>"Quest Flag"</Description>
                      <DropDownListLink>listSessionQuestFlags</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>BC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100024</ID>
                      <Description>"Investigation Flag?"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>BF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099990</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100030</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>C4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100029</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099991</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>D9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337094984</ID>
                      <Description>"Objective Status 1"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">1:Active
5:Complete
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>9B</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337098425</ID>
                          <Description>"Objective"</Description>
                          <DropDownListLink>listSessionQuest</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>98</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094985</ID>
                          <Description>"Target"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>9C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099982</ID>
                          <Description>"Count (Max)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>9E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337098424</ID>
                          <Description>"Count"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>A0</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337094987</ID>
                      <Description>"Objective Status 2"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">1:Active
5:Complete
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>B3</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099983</ID>
                          <Description>"Objective"</Description>
                          <DropDownListLink>listSessionQuest</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>B0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337094988</ID>
                          <Description>"Target"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>B4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101311</ID>
                          <Description>"Target Gather"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>B4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099981</ID>
                          <Description>"Count (Max)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>B6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099980</ID>
                          <Description>"Count"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>B8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099984</ID>
                      <Description>"Objective Status 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>CB</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099985</ID>
                          <Description>"Objective"</Description>
                          <DropDownListLink>listSessionQuest</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099986</ID>
                          <Description>"Target"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>CC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099987</ID>
                          <Description>"Count (Max)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>CE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099988</ID>
                          <Description>"Count"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>D0</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101186</ID>
                      <Description>"In Expedition"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>AE7B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101366</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>AE7C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337094989</ID>
                      <Description>"Return Timer"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>131A0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337096034</ID>
                          <Description>"Max"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>131A4</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099964</ID>
                      <Description>"Feyline Insurance (Bool)"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>17550</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101339</ID>
                      <Description>"Weather Expeditions"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101337</ID>
                          <Description>"Ancient Forest"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8B0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101340</ID>
                          <Description>"Wildspire Wastes"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8B4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101341</ID>
                          <Description>"Coral Highlands"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101342</ID>
                          <Description>"Rotten Vale"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8BC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101343</ID>
                          <Description>"Elder Recess"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101344</ID>
                          <Description>"Hoarfrost Reach"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101345</ID>
                          <Description>"Guiding Lands"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>3A8C8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101338</ID>
                      <Description>"Force Weather"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>3A88C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101385</ID>
                      <Description>"Map ID"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>3A68C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096036</ID>
                      <Description>"Palico Gain"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>47160</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099941</ID>
                      <Description>"Gadget Gains"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>47164</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099942</ID>
                          <Description>"Vigorwasp"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47164</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099943</ID>
                          <Description>"Flashfly Cage"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47168</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337098419</ID>
                          <Description>"Shieldspire"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>4716C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099940</ID>
                          <Description>"Coral Orchastra"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47170</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099944</ID>
                          <Description>"Plunderblade"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47174</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099971</ID>
                          <Description>"Molotov"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47178</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099946</ID>
                      <Description>"Tailraider Gain"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <Address>session_quest</Address>
                      <Offsets>
                        <Offset>47180</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099939</ID>
                          <Description>"Bugtrappers"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47184</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337096035</ID>
                          <Description>"Protectors"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47188</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099938</ID>
                          <Description>"Troupe"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>4718C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099945</ID>
                          <Description>"Plunderers"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47190</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099972</ID>
                          <Description>"Gajalaka"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47194</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099967</ID>
                          <Description>"Palico"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>47198</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099970</ID>
                          <Description>"Monster"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>4719C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100033</ID>
                          <Description>"Boaboa"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>471A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099936</ID>
                          <Description>"Protectors Time"</Description>
                          <VariableType>Float</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>471A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099937</ID>
                          <Description>"Troupe Time"</Description>
                          <VariableType>Float</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>471AC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099968</ID>
                          <Description>"Palico Time"</Description>
                          <VariableType>Float</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>471B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099969</ID>
                          <Description>"Monster Time"</Description>
                          <VariableType>Float</VariableType>
                          <Address>session_quest</Address>
                          <Offsets>
                            <Offset>471BC</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337095005</ID>
                  <Description>"Steamworks"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337091629</ID>
                      <Description>"Steamworks Combo"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">00 01 02:AWD (AXY)
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>3</ByteLength>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>350</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093752</ID>
                      <Description>"Steamworks Phase"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>57C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093753</ID>
                      <Description>"Steamworks Check"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>5C5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101615</ID>
                      <Description>"Item 1 Obtained"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>368</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101616</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>steamworks</Address>
                          <Offsets>
                            <Offset>36C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101611</ID>
                      <Description>"Item 2 Obtained"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>380</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101612</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>steamworks</Address>
                          <Offsets>
                            <Offset>384</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101613</ID>
                      <Description>"Level 3 Item"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>820</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101614</ID>
                      <Description>"Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>824</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101246</ID>
                      <Description>"Level 2 Item"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>838</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101247</ID>
                      <Description>"Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>83C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101248</ID>
                      <Description>"Level 1 Item"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>850</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101249</ID>
                      <Description>"Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>steamworks</Address>
                      <Offsets>
                        <Offset>854</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101234</ID>
                  <Description>"Harvest Box Data"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101235</ID>
                      <Description>"Item ID"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>harvestbox_data</Address>
                      <Offsets>
                        <Offset>10</Offset>
                        <Offset>0</Offset>
                        <Offset>C8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101236</ID>
                          <Description>"Time Needed"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101239</ID>
                          <Description>"Default Harvest"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101238</ID>
                          <Description>"Fertilizer (S)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101237</ID>
                          <Description>"Fertilizer (L)"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101251</ID>
                  <Description>"Steamworks Loot Table"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101252</ID>
                      <Description>"Drop 1"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>0</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101253</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101254</ID>
                      <Description>"Drop 2"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>8</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101255</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101256</ID>
                      <Description>"Drop 3"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>10</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101257</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101258</ID>
                      <Description>"Drop 4"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>18</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101259</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101260</ID>
                      <Description>"Drop 5"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>20</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101261</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101262</ID>
                      <Description>"Drop 5"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>28</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101263</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101264</ID>
                      <Description>"Drop 6"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>30</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101265</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101266</ID>
                      <Description>"Drop 7"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>38</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101267</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101268</ID>
                      <Description>"Drop 8"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>40</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101269</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101622</ID>
                      <Description>"Drop 9"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>48</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101623</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101624</ID>
                      <Description>"Drop 10"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>steamworks_loottable</Address>
                      <Offsets>
                        <Offset>C</Offset>
                        <Offset>50</Offset>
                        <Offset>1D8</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101625</ID>
                          <Description>"Amount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337098423</ID>
                  <Description>"Coating Pointer"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>6</ByteLength>
                  <Address>coating_data</Address>
                  <Offsets>
                    <Offset>8</Offset>
                    <Offset>90</Offset>
                    <Offset>C8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>19304</ID>
              <Description>"Save Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>// New Offset : 11B70

[ENABLE]
globalalloc(gSaveData,1024)
createthread(gSaveData)

label(gSave)
registersymbol(gSave)

label(cSlot)
registersymbol(cSlot)

label(sMon)
registersymbol(sMon)

label(gSaveMon)
registersymbol(gSaveMon)

label(sWeap)
registersymbol(sWeap)

label(gSaveWeap)
registersymbol(gSaveWeap)

label(svData)
registersymbol(svData)

label(slot_source_index)
registersymbol(slot_source_index)
label(slot_destination_index)
registersymbol(slot_destination_index)

label(loop)

gSaveData:
push rcx
push rdx

loop:
//grabs the address
mov rcx,MonsterHunterWorld.exe+5013950
mov rcx,[rcx]
mov rcx,[rcx+A8]

//address + slot * 27E9F0
mov rdx,26CC00 // 27E9F0 - 11DF0
imul rdx,[cSlot]
lea rcx,[rcx+rdx]

//stores the new address
mov [gSave],rcx

// store monster data (guild card)
mov rcx,[gSave]
mov rdx,4
imul rdx,[sMon]
lea rcx,[rcx+rdx+F4EA8]
mov [gSaveMon],rcx

// +844 Weapon Usage
mov rcx,[gSave]
mov rdx,4
imul rdx,[sWeap]
lea rcx,[rcx+rdx+148CB4]
mov [gSaveWeap],rcx

// Get Endemic Life
mov rcx,[gSave]
mov rdx,4
imul rdx,[svData]
lea rcx,[rcx+rdx+F6F28]
mov [svData+8],rcx

mov rcx,#1000
sub rsp,28
call sleep
add rsp,28

//repeat
jne loop

pop rdx
pop rcx
ret

gSave:
  dq 0
cSlot:
  dq 0
sMon:
  dq 0
gSaveMon:
  dq 0
sWeap:
  dq 0
gSaveWeap:
  dq 0
svData:
  dq 0
  dq 0
slot_source_index:
  dq 0
slot_destination_index:
  dq 1
[DISABLE]

//dealloc(gSaveData)
unregistersymbol(gSave)
unregistersymbol(cSlot)
unregistersymbol(sMon)
unregistersymbol(gSaveMon)
unregistersymbol(sWeap)
unregistersymbol(gSaveWeap)
unregistersymbol(svData)
unregistersymbol(slot_source_index)
unregistersymbol(slot_destination_index)
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337092061</ID>
                  <Description>"Duplicate"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]
{$lua}
-- code before either enable/disable section runs for both just like with AA code
if syntaxcheck then return end
if memrec then print(memrec.Description) end
print('Preparing to Duplicate...')
sleep(2000)

--Grab the array base address
local slot_array = getAddressSafe('MonsterHunterWorld.exe')+0x5013950
slot_array = readPointer(slot_array)+0xA8
slot_array = readPointer(slot_array)

--Grab source &amp; destination indexes (you'll have to register 2 symbols: slot_source_index &amp; slot_destination_index)
local slot_source_index = getAddressSafe('slot_source_index')
slot_source_index = readQword(slot_source_index)
local slot_destination_index = getAddressSafe('slot_destination_index')
slot_destination_index = readQword(slot_destination_index)

if slot_source_index == slot_destination_index then
  print('Invalid Slot Provided')
  return
end
--Copy
local address_source = slot_array + slot_source_index * 0x26CC00
local address_destination = slot_array + slot_destination_index * 0x26CC00
copyMemory(address_source, 0x26CC00, address_destination)
print("Duplicated Save Complete: ",slot_destination_index)
{$asm}
[DISABLE]
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092070</ID>
                      <Description>"Source"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Slot 1
1:Slot 2
2:Slot 3
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>slot_source_index</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092071</ID>
                      <Description>"Destination"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Slot 1
1:Slot 2
2:Slot 3
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>slot_destination_index</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19452</ID>
                  <Description>"Voucher Data"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19443</ID>
                      <Description>"Character Edit Voucher"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19444</ID>
                          <Description>"MHW Voucher Used"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>520</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19445</ID>
                          <Description>"Iceborne Voucher Used"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3AAC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19446</ID>
                          <Description>"1-Pack Used?"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3A68</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19447</ID>
                          <Description>"2-Pack Used?"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3A69</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19448</ID>
                          <Description>"3-Pack Used"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3A6A</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19449</ID>
                      <Description>"Palico Edit Voucher"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19451</ID>
                          <Description>"3-Pack Used"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3AA3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19450</ID>
                          <Description>"MHW Voucher Used"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>save_data</Address>
                          <Offsets>
                            <Offset>3AB8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19306</ID>
                  <Description>"Slot"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Slot 1
1:Slot 2
2:Slot 3
</DropDownList>
                  <Color>FF8000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>cSlot</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>19305</ID>
                  <Description>"Header"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>[gSave]</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337091809</ID>
                  <Description>"Header End"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>[gSave]+27E9EF</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>19315</ID>
                  <Description>"Character"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19307</ID>
                      <Description>"Name"</Description>
                      <VariableType>String</VariableType>
                      <Length>16</Length>
                      <Unicode>0</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>[gSave]+50</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19309</ID>
                      <Description>"Hunter Rank"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+90</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19310</ID>
                      <Description>"Zeni"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+94</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19311</ID>
                      <Description>"Research Point"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19312</ID>
                      <Description>"Experience"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+9C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19313</ID>
                      <Description>"Play Time"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091966</ID>
                      <Description>"Master Rank"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+D4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091965</ID>
                      <Description>"Master Rank Experience"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+D8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101668</ID>
                      <Description>"Login Bonus (Epoch)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>[gSave]+16DBD8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19411</ID>
                      <Description>"Unity"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+16E248</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101667</ID>
                      <Description>"Vouchers"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:0 Vouchers
1:1 Vouchers
2:2 Vouchers
3:3 Vouchers
4:4 Vouchers
5:5 Vouchers
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269154</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091627</ID>
                      <Description>"Handler Outfit"</Description>
                      <DropDownList>14:Rose Dress
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+27B7E4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091641</ID>
                      <Description>"Special Daily Bonus (MHW:I)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+26A528</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101669</ID>
                      <Description>"Special Daily Bonus (MHW)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+26CA60</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092159</ID>
                  <Description>"Current Equipment Index"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092158</ID>
                      <Description>"Weapon"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+A8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092160</ID>
                      <Description>"Armor - Head"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092161</ID>
                      <Description>"Armor - Chest"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092163</ID>
                      <Description>"Armor - Arms"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+B4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092162</ID>
                      <Description>"Armor - Waist"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+B8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092164</ID>
                      <Description>"Armor - Legs"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+BC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092165</ID>
                      <Description>"Charm"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+C0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092166</ID>
                      <Description>"Tool 1"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+C4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092168</ID>
                      <Description>"Tool 2"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+C8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092167</ID>
                      <Description>"Kinsect"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+CC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337098416</ID>
                  <Description>"Appearance"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337098417</ID>
                      <Description>"Header"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+D8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101285</ID>
                      <Description>"Face"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+171</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101286</ID>
                      <Description>"Skin X"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+166</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101287</ID>
                      <Description>"Skin Y"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+167</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101288</ID>
                      <Description>"Wrinkle Volume"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+168</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101289</ID>
                      <Description>"Wrinkles"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+169</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101291</ID>
                      <Description>"Hairstyle"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+184</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101296</ID>
                      <Description>"Eyebrows"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101297</ID>
                          <Description>"Brow Type"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+170</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101292</ID>
                          <Description>"Eyebrows"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+175</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101293</ID>
                          <Description>"Hue Red"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+15C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101295</ID>
                          <Description>"Hue Green"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+15D</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101294</ID>
                          <Description>"Hue Blue"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+15E</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101300</ID>
                      <Description>"Eyes"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101299</ID>
                          <Description>"Eyes"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+172</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101302</ID>
                          <Description>"Narrow / Wide"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+164</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101301</ID>
                          <Description>"Low / High"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+165</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101290</ID>
                      <Description>"Hair Discovered Flags"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+1CB</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101298</ID>
                      <Description>"Voice"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+187</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092152</ID>
                  <Description>"Inventory"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092485</ID>
                      <Description>"Start"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+38078</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092484</ID>
                      <Description>"End"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+3DF00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092155</ID>
                      <Description>"Item Pouch"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092156</ID>
                          <Description>"Slot 1 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+38088</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092157</ID>
                          <Description>"Slot 1"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3808C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092415</ID>
                      <Description>"Item Box"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092413</ID>
                          <Description>"Slot 1 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+38A10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092414</ID>
                          <Description>"Slot 1"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+38A14</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101314</ID>
                      <Description>"Materials Pouch"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101315</ID>
                          <Description>"Slot 1 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+38388</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101316</ID>
                          <Description>"Slot 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3838C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101549</ID>
                          <Description>"Slot 2 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+38398</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101550</ID>
                          <Description>"Slot 2"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3839C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101506</ID>
                      <Description>"Materials Box"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101507</ID>
                          <Description>"Slot 1 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3A310</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101508</ID>
                          <Description>"Slot 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3A314</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101509</ID>
                      <Description>"Decorations Box"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101510</ID>
                          <Description>"Slot 1 ID"</Description>
                          <DropDownListLink>listItems</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3F130</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101511</ID>
                          <Description>"Slot 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+3F134</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092146</ID>
                  <Description>"Equipment"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092149</ID>
                      <Description>"Header"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+41068</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092150</ID>
                      <Description>"End"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+71028</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19538</ID>
                  <Description>"Layered Armor"</Description>
                  <Options moHideChildren="1"/>
                  <Color>FF8080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19539</ID>
                      <Description>"Head"</Description>
                      <DropDownListLink>listArmors</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+E7434</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19540</ID>
                      <Description>"Chest"</Description>
                      <DropDownListLink>listArmors</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+E7438</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19541</ID>
                      <Description>"Arm"</Description>
                      <DropDownListLink>listArmors</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+E743C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19542</ID>
                      <Description>"Waist"</Description>
                      <DropDownListLink>listArmors</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+E7440</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19543</ID>
                      <Description>"Leg"</Description>
                      <DropDownListLink>listArmors</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+E7444</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19412</ID>
                  <Description>"Monster Stats"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19413</ID>
                      <Description>"Header"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>4</ByteLength>
                      <Address>[gSave]+F4E48</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19414</ID>
                      <Description>"Monster"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>sMon</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19430</ID>
                      <Description>"Captured"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveMon]</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19417</ID>
                      <Description>"Killed"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveMon]+200</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19432</ID>
                      <Description>"Large Crown"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveMon]+C00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19433</ID>
                      <Description>"Small Crown"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveMon]+E00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19436</ID>
                      <Description>"XP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>[gSaveMon]+1000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19435</ID>
                      <Description>"Level"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveMon]+1200</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092062</ID>
                  <Description>"Discovered Items"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092063</ID>
                      <Description>"Potion"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092064</ID>
                      <Description>"Mega Potion"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092065</ID>
                      <Description>"Max Potion"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092066</ID>
                      <Description>"Ancient Potion"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091688</ID>
                      <Description>"Antidote"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091689</ID>
                      <Description>"Herbal Medicine"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092067</ID>
                      <Description>"Nullberry"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+f6d98</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19351</ID>
                  <Description>"Endemic Life"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19352</ID>
                      <Description>"Header"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+6636C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092045</ID>
                      <Description>"Endemic Type"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
8:Shepherd Hare
9:Pilot Hare
16:Woodland Pteryx
17:Forest Pteryx
24:Cobalt Flutterfly
25:Phantom Flutterfly
32:Climbing Joyperch
40:Forest Gekko
41:Wildspire Gekko
42:Gloom Gekko
43:Moonlight Gekko
48:Vaporonid
49:Scavantula
56:Revolture
57:Blissbill
58:Stonebill
64:Omenfly
65:Augurfly
72:Scalebat
73:Gold Scalebat
80:Dung Beetle
81:Bomb Beetle
82:Rime Beetle
88:Pink Parexus
96:Burst Arowana
97:Bomb Arowana
104:Elegant Coralbird
105:Dapper Coralbird
112:Andangler
120:Downy Crake
121:Bristly Crake
128:Hopguppy
136:Petricanths
144:Paratoad
145:Sleeptoad
146:Nitrotoad
152:Wiggler
153:Wiggler Queen
160:Vigorwasp
161:Giant Vigorwasp
168:Flying Meduso
176:Carrier Ant
184:Hercudrome
185:Gold Hercudrome
186:Prism Hercudrome
192:Emperor Hopper
193:Tyrant Hopper
200:Flashfly
240:Grandfather Mantagrell
248:Iron Helmcrab
249:Soldier Helmcrab
250:Emerald Helmcrab
251:Gold Helmcrab
252:Shiny Gold Helmcrab
264:Whetfish
272:Gastronome Tuna
280:King Marlin
296:Goldenfish
297:Platinumfish
304:Goldenfry
312:Sushifish
320:Gunpowderfish
328:Copper Calappa
329:Gold Calappa
336:Tsuchinoko
344:Cactuar Cutting
345:Cactuar
346:Flowering Cactuar Cutting
352:Nekker
400:Pearlspring Macaque
401:Goldspring Macaque
408:Crowned Prawn
416:Moon Slug
424:Duffel Penguin
432:Arrowhead Gekko
440:Blue Diva
448:Sealord's Crestfish
456:Glass Parexus
464:Wintermoon Nettle
472:Moly
473:Mossy Moly
474:Rocky Moly
475:Fluffy Moly
476:Spiny Moly
477:Rowdy Moly
478:Frosty Moly
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>svData</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092057</ID>
                      <Description>"Count"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[svData+8]</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092059</ID>
                          <Description>"Great Size (Aquatic Life)"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092060</ID>
                          <Description>"Large Count"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+8E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092058</ID>
                          <Description>"Small Count"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+11C0</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101876</ID>
                  <Description>"Mantles"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101877</ID>
                      <Description>"Mantle Field"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>16</ByteLength>
                      <Address>[gSave]+E92D8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101878</ID>
                      <Description>"Unlocks"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101879</ID>
                          <Description>"Ghillie Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101880</ID>
                          <Description>"Temporal Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101881</ID>
                          <Description>"Health Booster"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101882</ID>
                          <Description>"Rocksteady Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101883</ID>
                          <Description>"Challenger Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101884</ID>
                          <Description>"Vitality Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101885</ID>
                          <Description>"Fireproof Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101886</ID>
                          <Description>"Waterproof Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101887</ID>
                          <Description>"Iceproof Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101888</ID>
                          <Description>"Thunderproof Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101889</ID>
                          <Description>"Dragonproof Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101890</ID>
                          <Description>"Cleanser Booster"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101891</ID>
                          <Description>"Glider Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101892</ID>
                          <Description>"Evasion Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101893</ID>
                          <Description>"Impact Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101894</ID>
                          <Description>"Apothecary Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92D9</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101895</ID>
                          <Description>"Immunity Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92DA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101896</ID>
                          <Description>"Affinity Booster"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92DA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101897</ID>
                          <Description>"Bandit Mantle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92DA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101898</ID>
                          <Description>"Assassin's Hood"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+E92DA</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101899</ID>
                      <Description>"Upgrades"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101900</ID>
                          <Description>"Ghillie Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*00+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101901</ID>
                          <Description>"Temporal Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*01+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101902</ID>
                          <Description>"Health Booster Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*02+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101903</ID>
                          <Description>"Rocksteady Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*03+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101904</ID>
                          <Description>"Challenger Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*04+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101905</ID>
                          <Description>"Vitality Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*05+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101906</ID>
                          <Description>"Fireproof Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*06+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101907</ID>
                          <Description>"Waterproof Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*07+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101908</ID>
                          <Description>"Iceproof Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*08+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101909</ID>
                          <Description>"Thunderproof Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*09+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101910</ID>
                          <Description>"Dragonproof Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0A+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101911</ID>
                          <Description>"Cleanser Booster Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0B+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101912</ID>
                          <Description>"Glider Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0C+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101913</ID>
                          <Description>"Evasion Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0D+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101914</ID>
                          <Description>"Impact Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0E+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101915</ID>
                          <Description>"Apothecary Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*0F+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101916</ID>
                          <Description>"Immunity Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*10+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101917</ID>
                          <Description>"Affinity Booster Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*11+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101918</ID>
                          <Description>"Bandit Mantle Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*12+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101919</ID>
                          <Description>"Assassin's Hood Upgrade"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+E92E8+98*13+28</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092103</ID>
                  <Description>"Progression Flags"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092140</ID>
                      <Description>"Current Progress"</Description>
                      <DropDownList DisplayValueAsItem="1">0:New Game
130200:Speak to the Smithy/Handler
130300:Accept A Kestodon Kerfuffle
100100:New World
100300:Character Created
100400:Zorah
100600:Zorah (Escape)
110000:Head for the Research Commission HQ
901300:MHW Complete
1210200:Serious Handler?
1710100:Complete?
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102424</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101496</ID>
                      <Description>"Celestial Persuit Cutscene"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+10242B</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096002</ID>
                      <Description>"Azure Pendant"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+EDEFA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101100</ID>
                      <Description>"Fun Fright Fest Tutorial Unlocked"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+F6ECB</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101381</ID>
                      <Description>"Unlock Decorations"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+102483</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101403</ID>
                      <Description>"Unlock Charms"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+102487</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101395</ID>
                      <Description>"Astera Blossom Fest Cutscene"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1024A5</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101380</ID>
                      <Description>"Azure Content"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025D2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101076</ID>
                      <Description>"??"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101083</ID>
                      <Description>"Fatalis A-Lister Met"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101077</ID>
                      <Description>"Fatalis A-Lister Met"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101078</ID>
                      <Description>"Fatalis Alatreon Fight"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101079</ID>
                      <Description>"Fatalis Second Meeting"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101080</ID>
                      <Description>"Fatalis Schrade Meeting"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101081</ID>
                      <Description>"Fatalis Introduction Cutscene"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101082</ID>
                      <Description>"Fatalis Fire Breath Cutscene"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F7</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101084</ID>
                      <Description>"Fatalis Slayed / Completed"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101087</ID>
                      <Description>"Fatalis Final Meeting Concluded"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101088</ID>
                      <Description>"Fatalis Talk Commander [End]"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101089</ID>
                      <Description>"Fatalis Obtained Pendant?"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101091</ID>
                      <Description>"Fatalis A-Lister [End]"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101090</ID>
                      <Description>"Fatalis Guiding Bond Crystal"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101085</ID>
                      <Description>"Fatalis Astera Commander Meeting"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101086</ID>
                      <Description>"Fatalis Talk Commander [Slayed]"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+1025F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101557</ID>
                      <Description>"Fun Fright Fest Scene Unlocked"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+10260F</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101556</ID>
                      <Description>"Fun Fright Fest Scene Unlocked"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+10260F</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101102</ID>
                      <Description>"Holiday Joy Fest Scene Unlocked"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+10260F</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092394</ID>
                      <Description>"Aquired Flags"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092386</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092387</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092388</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092389</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092390</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092391</ID>
                          <Description>"Setting Up Camp: Ancient Forest II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092392</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092393</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10242E</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092405</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092406</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092407</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092408</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092409</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092410</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092411</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092412</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>7F672503</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092395</ID>
                      <Description>"Completed Flags"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337092396</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092397</ID>
                          <Description>"Setting Up Camp: Ancient Forest I"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092398</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092399</ID>
                          <Description>"Setting Up Camp: Ancient Forest II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092400</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092401</ID>
                          <Description>"Setting Up Camp: Wildspire Waste I"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092402</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092403</ID>
                          <Description>"Setting Up Camp: Wildspire Waste II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102432</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092427</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092428</ID>
                          <Description>"Setting Up Camp: Coral Highlands"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092429</ID>
                          <Description>"The Shortcut to Happiness"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092430</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092431</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092432</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092433</ID>
                          <Description>"Setting Up Camp: Elder's Recess II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092434</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102433</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092469</ID>
                          <Description>"Mushrooms: Nature's Smelly Bounty"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102448</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092441</ID>
                          <Description>"A Veggie Master of Disguise"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102448</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092442</ID>
                          <Description>"A Feast of Fish"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102448</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092443</ID>
                          <Description>"Princely Prawns"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092467</ID>
                          <Description>"The Juicy Meat Resistance"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092444</ID>
                          <Description>"Million Zenny Veggie"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092468</ID>
                          <Description>"The Bone-In Roast Resistance"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092465</ID>
                          <Description>"A Thousand-Year-Old Crab!?"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092466</ID>
                          <Description>"Tomatoes Red As Magma"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102449</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092445</ID>
                          <Description>"Ancient But Fresh!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+10244A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092417</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092418</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092419</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092420</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092421</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092422</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092423</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092424</ID>
                          <Description>"Sprouting an Ancient Tree"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102454</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092435</ID>
                          <Description>"Grow, Greenery, Grow"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092474</ID>
                          <Description>"A Mountain of Mushrooms"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092436</ID>
                          <Description>"A Pied Bug Piper"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092437</ID>
                          <Description>"Shattering the Grass Ceiling"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092425</ID>
                          <Description>"To Hold a Harvest"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092438</ID>
                          <Description>"Your Storage Solution"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102455</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092470</ID>
                          <Description>"Phantasmagoric Paprika!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102473</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092440</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102480</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092439</ID>
                          <Description>"Armory R&amp;D: Waterproofing"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102480</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092475</ID>
                          <Description>"Armory R&amp;D: Weatherizing"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+102480</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092471</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025BB</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092472</ID>
                          <Description>"The House of Holiday Joy!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025BA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092473</ID>
                          <Description>"Lighting Up The Place"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025BA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101037</ID>
                          <Description>"A House of Full Bloom!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101038</ID>
                          <Description>"A House of Full Bloom!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101039</ID>
                          <Description>"Hanging Around I"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101042</ID>
                          <Description>"Hanging Around II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101041</ID>
                          <Description>"Hanging Around III"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101040</ID>
                          <Description>"Hanging Around IV"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025DE</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101043</ID>
                          <Description>"The House of Sizzling Spice!"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025EA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101044</ID>
                          <Description>"Mask DeMasque I"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025EA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101046</ID>
                          <Description>"Mask DeMasque II"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025EA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101045</ID>
                          <Description>"Mask DeMasque III"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025EA</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101521</ID>
                          <Description>"The House of Fun Fright!"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025F6</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101522</ID>
                          <Description>"Frighteningly Fashionable 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025F6</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101524</ID>
                          <Description>"Frighteningly Fashionable 2"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025F6</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101523</ID>
                          <Description>"Frighteningly Fashionable 3"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+1025F6</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19316</ID>
                  <Description>"Palico"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19317</ID>
                      <Description>"Name"</Description>
                      <VariableType>String</VariableType>
                      <Length>16</Length>
                      <Unicode>0</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>[gSave]+10261C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19318</ID>
                      <Description>"Experience"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+10265C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19319</ID>
                      <Description>"Vigorwasp Spray"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102660</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19320</ID>
                      <Description>"Flashfly Cage"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102664</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19321</ID>
                      <Description>"Shieldspire"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102668</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19322</ID>
                      <Description>"Coral Orchestra"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+10266C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19323</ID>
                      <Description>"Plunderblade"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102670</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19324</ID>
                      <Description>"Meowlotov Cocktail"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102674</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19325</ID>
                      <Description>"Bugtrapper"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19326</ID>
                      <Description>"Protectors"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19327</ID>
                      <Description>"Troupers"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026A8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19328</ID>
                      <Description>"Plunderers"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19329</ID>
                      <Description>"Gajalaka"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19330</ID>
                      <Description>"Boaboa"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1026BC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19331</ID>
                  <Description>"Botanist"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19332</ID>
                      <Description>"Cultivate Slot 1"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103030</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19333</ID>
                      <Description>"Cultivate Slot 2"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103040</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19334</ID>
                      <Description>"Cultivate Slot 3"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103050</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19335</ID>
                      <Description>"Cultivate Slot 4"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103060</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19336</ID>
                      <Description>"Fertilizer Effect 1"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103070</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19337</ID>
                      <Description>"Fertilizer Duration 1"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103074</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19338</ID>
                      <Description>"Fertilizer Effect 2"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103080</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19339</ID>
                      <Description>"Fertilizer Duration 2"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103084</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19340</ID>
                      <Description>"Fertilizer Effect 3"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103090</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19341</ID>
                      <Description>"Fertilizer Duration 3"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+103094</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19342</ID>
                      <Description>"Fertilizer Effect 4"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1030A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19343</ID>
                      <Description>"Fertilizer Duration 4"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1030A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19344</ID>
                      <Description>"Fertilizer Effect 5"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1030B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19345</ID>
                      <Description>"Fertilizer Duration 5"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1030B4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101228</ID>
                      <Description>"Harvest Box"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101229</ID>
                          <Description>"Slot 1"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+1030C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101230</ID>
                          <Description>"Slot 2"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+1030D4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101670</ID>
                  <Description>"Achievements"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101671</ID>
                      <Description>"Monster Hunter World"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101672</ID>
                          <Description>"Conqueror of the New World"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101673</ID>
                          <Description>"Welcome to the New World"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101674</ID>
                          <Description>"Nothing Stops This Commission"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101675</ID>
                          <Description>"Defender of Astera"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101676</ID>
                          <Description>"Into the Deep"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101677</ID>
                          <Description>"Death Begets Life"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101678</ID>
                          <Description>"The Empress of the Highlands"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101679</ID>
                          <Description>"One Shall Stand, One Shall Fall"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101680</ID>
                          <Description>"The Sapphire Star"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101681</ID>
                          <Description>"The Hunters Life for Me"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101682</ID>
                          <Description>"An Inquisitive Mind"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101683</ID>
                          <Description>"The Franchise Hunter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101684</ID>
                          <Description>"Step into the Arena"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101685</ID>
                          <Description>"Nowhere to Go but Up"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101686</ID>
                          <Description>"New World Settler"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101687</ID>
                          <Description>"The Art of Camouflage"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148461</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101688</ID>
                          <Description>"Angling for a Bite"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101689</ID>
                          <Description>"Mmm, So Tasty!"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101690</ID>
                          <Description>"The Bigger They Are..."</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101691</ID>
                          <Description>"A Living Fossil"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101692</ID>
                          <Description>"Snuggles for All"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101693</ID>
                          <Description>"Bristles for All"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101694</ID>
                          <Description>"Rainbow Bright"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101695</ID>
                          <Description>"Commissioned Work"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148462</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101696</ID>
                          <Description>"Bourgeois Hunter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101697</ID>
                          <Description>"Impregnable Defense"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101698</ID>
                          <Description>"Power is Everything"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101699</ID>
                          <Description>"Movin On Up"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101700</ID>
                          <Description>"First Friends"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101701</ID>
                          <Description>"Bosom Buddies"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101702</ID>
                          <Description>"Monster Ph.D."</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101703</ID>
                          <Description>"Temper Temper"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148463</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101704</ID>
                          <Description>"Indomitable"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101705</ID>
                          <Description>"Miniature Crown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101706</ID>
                          <Description>"Miniature Crown Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101707</ID>
                          <Description>"Miniature Crown Master"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101708</ID>
                          <Description>"Giant Crown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101709</ID>
                          <Description>"Giant Crown Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101710</ID>
                          <Description>"Giant Crown Master"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101711</ID>
                          <Description>"Capture Novice"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101712</ID>
                          <Description>"Capture Pro"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101713</ID>
                          <Description>"Elderslayer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101714</ID>
                          <Description>"Monster Slayer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101715</ID>
                          <Description>"Monster Hunter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101716</ID>
                          <Description>"HELP!"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101717</ID>
                          <Description>"I Am the Reinforcements"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101718</ID>
                          <Description>"Hunters United"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101719</ID>
                          <Description>"Hunters United Forever"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148465</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101720</ID>
                          <Description>"Spreading the Word"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101721</ID>
                          <Description>"Established Hunter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101722</ID>
                      <Description>"Iceborne"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101723</ID>
                          <Description>"Conqueror of the Hinterlands"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101724</ID>
                          <Description>"The Beginning of a New Expedition"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101725</ID>
                          <Description>"Time to Get Serious"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101726</ID>
                          <Description>"The Elusive Elder Dragon"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101727</ID>
                          <Description>"Indomitable Spirit"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101728</ID>
                          <Description>"The Old Everwyrm"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148466</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101729</ID>
                          <Description>"An End and a Beginning"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101730</ID>
                          <Description>"To the Land of Discoveries"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101731</ID>
                          <Description>"Evolving Ecology"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101732</ID>
                          <Description>"In Search of Rare Materials"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101733</ID>
                          <Description>"Insatiable Investigator"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101734</ID>
                          <Description>"Fate's Conclusion"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101735</ID>
                          <Description>"Master Explorer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101736</ID>
                          <Description>"Source of Relaxation"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148467</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101737</ID>
                          <Description>"Clutch Claw Neophyte"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101738</ID>
                          <Description>"Golden Gleam"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101739</ID>
                          <Description>"Friendly Pointer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101740</ID>
                          <Description>"Sweet Melody"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101741</ID>
                          <Description>"Submerged Mystery"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101742</ID>
                          <Description>"Celestial Illusion"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101743</ID>
                          <Description>"Deft Digger"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101744</ID>
                          <Description>"Creatures of the Earth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101745</ID>
                          <Description>"Unwavering Defense"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101746</ID>
                          <Description>"Devastating Offense"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101747</ID>
                          <Description>"Personal Treasure"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101748</ID>
                          <Description>"First Ride"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101749</ID>
                          <Description>"Experienced Rider"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101750</ID>
                          <Description>"Fledgling Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101751</ID>
                          <Description>"Veteran Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101752</ID>
                          <Description>"Ultimate Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+148469</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101753</ID>
                          <Description>"Remodeler"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101754</ID>
                          <Description>"Interior Decorator"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101755</ID>
                          <Description>"Architectural Artist"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101756</ID>
                          <Description>"Eager Engineer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101757</ID>
                          <Description>"Skilled Steamworker"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101758</ID>
                          <Description>"Another Miniature Crown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101759</ID>
                          <Description>"Another Giant Crown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101760</ID>
                          <Description>"Fledgling Observer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846A</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101761</ID>
                          <Description>"Outstanding Observer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101762</ID>
                          <Description>"Helpful Hunter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101763</ID>
                          <Description>"Master of Masters"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101764</ID>
                          <Description>"Monster Master"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101765</ID>
                          <Description>"True Miniature Crown Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101766</ID>
                          <Description>"True Large Crown Collector"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101767</ID>
                          <Description>"The True Hunt Begins"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101768</ID>
                          <Description>"Hunter Prodigy"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846B</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101769</ID>
                          <Description>"Master Capturer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101770</ID>
                          <Description>"Master Slayer"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101771</ID>
                          <Description>"Confronting the Unknown"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101772</ID>
                          <Description>"Seen It All"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>[gSave]+14846C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101773</ID>
                      <Description>"Guild Card Display"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101774</ID>
                          <Description>"Monster Hunter World"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337101775</ID>
                              <Description>"Conqueror of the New World"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101776</ID>
                              <Description>"Welcome to the New World"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101777</ID>
                              <Description>"Nothing Stops This Commission"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101778</ID>
                              <Description>"Defender of Astera"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101779</ID>
                              <Description>"Into the Deep"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101780</ID>
                              <Description>"Death Begets Life"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101781</ID>
                              <Description>"The Empress of the Highlands"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101782</ID>
                              <Description>"One Shall Stand, One Shall Fall"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101783</ID>
                              <Description>"The Sapphire Star"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101784</ID>
                              <Description>"The Hunters Life for Me"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101785</ID>
                              <Description>"An Inquisitive Mind"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101786</ID>
                              <Description>"The Franchise Hunter"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101787</ID>
                              <Description>"Step into the Arena"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101788</ID>
                              <Description>"Nowhere to Go but Up"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101789</ID>
                              <Description>"New World Settler"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101790</ID>
                              <Description>"The Art of Camouflage"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E269</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101791</ID>
                              <Description>"Angling for a Bite"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101792</ID>
                              <Description>"Mmm, So Tasty!"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101793</ID>
                              <Description>"The Bigger They Are..."</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101794</ID>
                              <Description>"A Living Fossil"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101795</ID>
                              <Description>"Snuggles for All"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101796</ID>
                              <Description>"Bristles for All"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101797</ID>
                              <Description>"Rainbow Bright"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101798</ID>
                              <Description>"Commissioned Work"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26A</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101799</ID>
                              <Description>"Bourgeois Hunter"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101800</ID>
                              <Description>"Impregnable Defense"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101801</ID>
                              <Description>"Power is Everything"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101802</ID>
                              <Description>"Movin On Up"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101803</ID>
                              <Description>"First Friends"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101804</ID>
                              <Description>"Bosom Buddies"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101805</ID>
                              <Description>"Monster Ph.D."</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101806</ID>
                              <Description>"Temper Temper"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26B</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101807</ID>
                              <Description>"Indomitable"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101808</ID>
                              <Description>"Miniature Crown"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101809</ID>
                              <Description>"Miniature Crown Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101810</ID>
                              <Description>"Miniature Crown Master"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101811</ID>
                              <Description>"Giant Crown"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101812</ID>
                              <Description>"Giant Crown Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101813</ID>
                              <Description>"Giant Crown Master"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101814</ID>
                              <Description>"Capture Novice"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101815</ID>
                              <Description>"Capture Pro"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101816</ID>
                              <Description>"Elderslayer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101817</ID>
                              <Description>"Monster Slayer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101818</ID>
                              <Description>"Monster Hunter"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101819</ID>
                              <Description>"HELP!"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101820</ID>
                              <Description>"I Am the Reinforcements"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101821</ID>
                              <Description>"Hunters United"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101822</ID>
                              <Description>"Hunters United Forever"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26D</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101823</ID>
                              <Description>"Spreading the Word"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101824</ID>
                              <Description>"Established Hunter"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101825</ID>
                          <Description>"Iceborne"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337101826</ID>
                              <Description>"Conqueror of the Hinterlands"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101827</ID>
                              <Description>"The Beginning of a New Expedition"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101828</ID>
                              <Description>"Time to Get Serious"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101829</ID>
                              <Description>"The Elusive Elder Dragon"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101830</ID>
                              <Description>"Indomitable Spirit"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101831</ID>
                              <Description>"The Old Everwyrm"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26E</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101832</ID>
                              <Description>"An End and a Beginning"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101833</ID>
                              <Description>"To the Land of Discoveries"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101834</ID>
                              <Description>"Evolving Ecology"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101835</ID>
                              <Description>"In Search of Rare Materials"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101836</ID>
                              <Description>"Insatiable Investigator"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101837</ID>
                              <Description>"Fate's Conclusion"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101838</ID>
                              <Description>"Master Explorer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101839</ID>
                              <Description>"Source of Relaxation"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E26F</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101840</ID>
                              <Description>"Clutch Claw Neophyte"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101841</ID>
                              <Description>"Golden Gleam"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101842</ID>
                              <Description>"Friendly Pointer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101843</ID>
                              <Description>"Sweet Melody"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101844</ID>
                              <Description>"Submerged Mystery"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101845</ID>
                              <Description>"Celestial Illusion"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101846</ID>
                              <Description>"Deft Digger"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101847</ID>
                              <Description>"Creatures of the Earth"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101848</ID>
                              <Description>"Unwavering Defense"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101849</ID>
                              <Description>"Devastating Offense"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101850</ID>
                              <Description>"Personal Treasure"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101851</ID>
                              <Description>"First Ride"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101852</ID>
                              <Description>"Experienced Rider"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101853</ID>
                              <Description>"Fledgling Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101854</ID>
                              <Description>"Veteran Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101855</ID>
                              <Description>"Ultimate Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E271</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101856</ID>
                              <Description>"Remodeler"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101857</ID>
                              <Description>"Interior Decorator"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101858</ID>
                              <Description>"Architectural Artist"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101859</ID>
                              <Description>"Eager Engineer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101860</ID>
                              <Description>"Skilled Steamworker"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101861</ID>
                              <Description>"Another Miniature Crown"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101862</ID>
                              <Description>"Another Giant Crown"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101863</ID>
                              <Description>"Fledgling Observer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E272</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101864</ID>
                              <Description>"Outstanding Observer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101865</ID>
                              <Description>"Helpful Hunter"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101866</ID>
                              <Description>"Master of Masters"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101867</ID>
                              <Description>"Monster Master"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101868</ID>
                              <Description>"True Miniature Crown Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101869</ID>
                              <Description>"True Large Crown Collector"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101870</ID>
                              <Description>"The True Hunt Begins"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101871</ID>
                              <Description>"Hunter Prodigy"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E273</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101872</ID>
                              <Description>"Master Capturer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E274</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101873</ID>
                              <Description>"Master Slayer"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E274</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101874</ID>
                              <Description>"Confronting the Unknown"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E274</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1337101875</ID>
                              <Description>"Seen It All"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>[gSave]+16E274</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101526</ID>
                  <Description>"Registered Bounties"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101527</ID>
                      <Description>"Bounty ID 1"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027CC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101531</ID>
                      <Description>"Bounty ID 2"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027D0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101530</ID>
                      <Description>"Bounty ID 3"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027D4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101529</ID>
                      <Description>"Bounty ID 4"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027D8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101528</ID>
                      <Description>"Bounty ID 5"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027DC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101532</ID>
                      <Description>"Bounty ID 6"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027E0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101534</ID>
                      <Description>"Bounty Progress 1"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1027E4</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101392</ID>
                  <Description>"Cutscene Unlocked"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101393</ID>
                      <Description>"ID 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+105560</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101394</ID>
                      <Description>"ID 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1055B4</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19350</ID>
                  <Description>"Steamworks"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19346</ID>
                      <Description>"Natural Fuel"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102FDC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19347</ID>
                      <Description>"Stored Fuel"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+102FE0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19348</ID>
                      <Description>"Steam Gauge"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>[gSave]+102FE4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19349</ID>
                      <Description>"Bonus Time (Left)"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>[gSave]+102FE6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092169</ID>
                  <Description>"NPC Chat Flags"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092170</ID>
                      <Description>"??"</Description>
                      <DropDownList>0:New Game
100100:New World
100300:Character Created
100400:Zorah
100600:Zorah (Escape)
110000:Head for the Research Commission HQ
901300:MHW Complete
1210200:Serious Handler?
1710100:Complete?
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+151FC4</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19419</ID>
                  <Description>"Quests Completed"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19421</ID>
                      <Description>"Investigations"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+14848C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19422</ID>
                      <Description>"Arena Quests"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+148490</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19423</ID>
                      <Description>"High Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1484A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19425</ID>
                      <Description>"Low Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1484A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19426</ID>
                      <Description>"Master Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1484AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19424</ID>
                      <Description>"The Guiding Lands"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+1484B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092264</ID>
                      <Description>"Low/High Rank SOS Completed"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+27C054</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19427</ID>
                  <Description>"Weapon Usage"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19429</ID>
                      <Description>"Header"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>4</ByteLength>
                      <Address>[gSave]+148C80</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19428</ID>
                      <Description>"Weapon Type"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Great Sword
1:Sword &amp; Shield
2:Dual Blades
3:Long Sword
4:Hammer
5:Hunting Horn
6:Lance
7:Gunlance
8:Switch Axe
9:Charge Blade
10:Insect Glaive
11:Bow
12:Heavy Bowgun
13:Light Bowgun
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>sWeap</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19442</ID>
                      <Description>"High Rank"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveWeap]</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19438</ID>
                      <Description>"Low Rank"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveWeap]+38</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19439</ID>
                      <Description>"Investigations"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveWeap]+70</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19441</ID>
                      <Description>"Master Rank"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveWeap]+A8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19440</ID>
                      <Description>"The Guiding Lands"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSaveWeap]+E0</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092189</ID>
                  <Description>"Guidling Lands Research Level"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092190</ID>
                      <Description>"Time Spent"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+16E278</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092191</ID>
                      <Description>"Quests Completed"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+16E27C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092192</ID>
                      <Description>"Special Tracks Analyzed"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+16E280</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101103</ID>
                  <Description>"Iceborne Progression Flags"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101107</ID>
                      <Description>"Fun Fright Fest Handler Announce"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>3</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+27C319</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101105</ID>
                      <Description>"Fun Fright Fest Content?"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+27C321</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101106</ID>
                      <Description>"Fun Fright Fest Content?"</Description>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>[gSave]+27E859</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337091800</ID>
                  <Description>"Unity / Pawswap / Treasure Hunt"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337091802</ID>
                      <Description>"Bugtrappers"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697C0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091818</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+26986C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091819</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269870</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091820</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269874</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091808</ID>
                      <Description>"Protector"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697C4</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091821</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091822</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091823</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698B4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091807</ID>
                      <Description>"Troupers"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697C8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091824</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091825</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091826</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2698F4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091806</ID>
                      <Description>"Plunderers"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697CC</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091827</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269924</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091828</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269928</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091829</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269934</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091805</ID>
                      <Description>"Gajalaka"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697D0</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091830</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269964</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091831</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269968</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091832</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269974</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091804</ID>
                      <Description>"Boaboa"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+2697D4</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091810</ID>
                          <Description>"Available Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2699A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091811</ID>
                          <Description>"Current Index"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2699A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091812</ID>
                          <Description>"Flags"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+2699B4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093796</ID>
                  <Description>"Lynian Observatory"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337093797</ID>
                      <Description>"A Keen Sense of Smell"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093799</ID>
                      <Description>"Keeping Up the Pace"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093798</ID>
                      <Description>"The Leaf Boat"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A1C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093814</ID>
                      <Description>"Grimalkyne Under a Chilly, Wet Roof"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093813</ID>
                      <Description>"Itchy Ears"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A24</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093812</ID>
                      <Description>"The Grimalkyne's Out of the Bag"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A28</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093811</ID>
                      <Description>"Day Training"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A2C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093810</ID>
                      <Description>"Hello There!"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A30</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093809</ID>
                      <Description>"Taming the Wildlife"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A34</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093808</ID>
                      <Description>"The Sound of Success"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A38</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093807</ID>
                      <Description>"Air Pollution"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A3C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093806</ID>
                      <Description>"Polished to a Sheen"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A40</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093805</ID>
                      <Description>"A Big Catch"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A44</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093804</ID>
                      <Description>"Let's Dance!"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A48</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093803</ID>
                      <Description>"Big Bang Attack"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A4C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093802</ID>
                      <Description>"Flight of the Gajalaka"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A50</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093801</ID>
                      <Description>"Popo Pecking Order"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A54</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093800</ID>
                      <Description>"Ready, Aim, Fire!"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A58</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093818</ID>
                      <Description>"Skinny Dipping"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A5C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093817</ID>
                      <Description>"Bath Connoisseurs"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A60</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093816</ID>
                      <Description>"The Vipers's Banquet"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A64</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093815</ID>
                      <Description>"Say, "Sneeze!""</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A68</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093819</ID>
                      <Description>"Rust Abandoned in the Frost"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A6C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101071</ID>
                      <Description>"Gathering Hub Courier"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A70</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101072</ID>
                      <Description>"Velkana Icy Breath"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269A74</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337091906</ID>
                  <Description>"Guiding Lands"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337091910</ID>
                      <Description>"Region (Level)"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091911</ID>
                          <Description>"Forest"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091912</ID>
                          <Description>"Wildspire"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091913</ID>
                          <Description>"Coral"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091914</ID>
                          <Description>"Rotted"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091956</ID>
                          <Description>"Volcanic"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092263</ID>
                          <Description>"Tundra"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B44</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091909</ID>
                      <Description>"Guidling Lands Level (Max)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269B50</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091915</ID>
                      <Description>"Mining Outcrops (Level)"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091916</ID>
                          <Description>"Forest"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B54</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093754</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269B94</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091917</ID>
                          <Description>"Wildspire"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B58</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091918</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269B98</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091919</ID>
                          <Description>"Coral"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B5C</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093755</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269B9C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091920</ID>
                          <Description>"Rotted"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B60</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093756</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BA0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091961</ID>
                          <Description>"Volcanic"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B64</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093757</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BA4</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337093758</ID>
                          <Description>"Tundra"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B68</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093759</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BA8</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091921</ID>
                      <Description>"Bone Piles (Level)"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091922</ID>
                          <Description>"Forest"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B74</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093760</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BB4</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091923</ID>
                          <Description>"Wildspire"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B78</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091924</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BB8</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091925</ID>
                          <Description>"Coral"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B7C</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093761</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BBC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091926</ID>
                          <Description>"Rotted"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B80</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093762</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BC0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091962</ID>
                          <Description>"Volcanic"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B84</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093763</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BC4</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337093764</ID>
                          <Description>"Tundra"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269B88</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337093765</ID>
                              <Description>"Giant"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>[gSave]+269BC8</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091927</ID>
                      <Description>"Monster 1"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BE0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091928</ID>
                      <Description>"Monster 2"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BE4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091929</ID>
                      <Description>"Monster 3"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BE8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091930</ID>
                      <Description>"Monster 1 Location"</Description>
                      <DropDownListLink>listRegions</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BEC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091931</ID>
                      <Description>"Monster 2 Location"</Description>
                      <DropDownListLink>listRegions</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BF0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091932</ID>
                      <Description>"Monster 3 Location"</Description>
                      <DropDownListLink>listRegions</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BF4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091933</ID>
                      <Description>"Monster 1 Level"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BF8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091934</ID>
                      <Description>"Monster 2 Level"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269BFC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091935</ID>
                      <Description>"Monster 3 Level"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269C00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091936</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269C04</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091937</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269C08</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091938</ID>
                      <Description>"???"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>[gSave]+269C0C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091939</ID>
                      <Description>"Region Level Unlocked"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091940</ID>
                          <Description>"Ancient Forest"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091941</ID>
                          <Description>"Wildspire Waste"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C11</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091942</ID>
                          <Description>"Coral Highlands"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C12</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091943</ID>
                          <Description>"Rotten Vale"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C13</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091955</ID>
                          <Description>"Elder Recess"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092262</ID>
                          <Description>"Tundra"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>[gSave]+269C15</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091944</ID>
                      <Description>"Analysis Progress"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337091945</ID>
                          <Description>"Fanged Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269C20</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091946</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+269C24</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091947</ID>
                          <Description>"Bird Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269C40</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091948</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+269C44</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091949</ID>
                          <Description>"Brute Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269C60</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091950</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+269C64</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337092068</ID>
                          <Description>"Piscine Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269C80</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337092069</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+11DF8</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091951</ID>
                          <Description>"Flying Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269CA0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091952</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+269CA4</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337091953</ID>
                          <Description>"Elder Wyvern"</Description>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gSave]+269CC0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>1337091954</ID>
                              <Description>"Level"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gSave]+269CC4</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096040</ID>
                      <Description>"Completed Analysis"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337096038</ID>
                          <Description>"Anjanath"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101124</ID>
                          <Description>"Rathalos"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101125</ID>
                          <Description>"Great Jagras"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101126</ID>
                          <Description>"Rathian"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101127</ID>
                          <Description>"Pink Rathian"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101924</ID>
                          <Description>"Azure Rathalos"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101129</ID>
                          <Description>"Diablos"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101130</ID>
                          <Description>"Black Diablos"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101131</ID>
                          <Description>"Kirin"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101134</ID>
                          <Description>"Kushala Daora"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101136</ID>
                          <Description>"Lunastra"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101135</ID>
                          <Description>"Teostra"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101137</ID>
                          <Description>"Lavasioth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101138</ID>
                          <Description>"Barroth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101139</ID>
                          <Description>"Uragaan"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101123</ID>
                          <Description>"Pukei-Pukei"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337096042</ID>
                          <Description>"Kulu-Ya-Ku"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101925</ID>
                          <Description>"Tzitzi-Ya-Ku"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101926</ID>
                          <Description>"Tobi-Kadachi"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101927</ID>
                          <Description>"Paolumu"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101928</ID>
                          <Description>"Legiana"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101929</ID>
                          <Description>"Great Girros"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269D9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101930</ID>
                          <Description>"Odogaron"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269DA0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101931</ID>
                          <Description>"Radobaan"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269DA4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101932</ID>
                          <Description>"Dodogama"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269DAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101933</ID>
                          <Description>"Tigrex"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101934</ID>
                          <Description>"Nargacuga"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101935</ID>
                          <Description>"Barioth"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101936</ID>
                          <Description>"Savage Deviljho"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101937</ID>
                          <Description>"Brachydios"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101938</ID>
                          <Description>"Glavenus"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101939</ID>
                          <Description>"Acidic Galvenus"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101940</ID>
                          <Description>"Fulgur Anjanath"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101941</ID>
                          <Description>"Coral Pukei-Pukei"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101942</ID>
                          <Description>"Ruiner Nergigante"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101943</ID>
                          <Description>"Viper Tobi-Kadachi"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101944</ID>
                          <Description>"Nightshade Paolumu"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101945</ID>
                          <Description>"Shrieking Legiana"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101946</ID>
                          <Description>"Ebony Odogaron"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101947</ID>
                          <Description>"Blackveil Vall Hazak"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101948</ID>
                          <Description>"Seething Bazelgeuse"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101949</ID>
                          <Description>"??"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101950</ID>
                          <Description>"Velkhana"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101951</ID>
                          <Description>"Namielle"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101952</ID>
                          <Description>"Gold Rathian"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101953</ID>
                          <Description>"Silver Rathian"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101954</ID>
                          <Description>"Yian Garuga"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E80</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101955</ID>
                          <Description>"Rajang"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101956</ID>
                          <Description>"Brute Tigrex"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101957</ID>
                          <Description>"Zinogre"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101958</ID>
                          <Description>"Stygian Zinogre"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>[gSave]+269E94</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101273</ID>
                  <Description>"Use Arena Equipment"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>[gSave]+27AD10</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337099993</ID>
              <Description>"Get Selected Item (Item Box)"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2019-03-18
  Author : Marcus101RR

  Get Item Box
}

[ENABLE]

aobscanmodule(getItemBox,MonsterHunterWorld.exe,8B 53 08 48 8B CE 48)
alloc(newmem,$256,MonsterHunterWorld.exe)

label(code)
label(return)

label(gItemBox)
registersymbol(gItemBox)

label(gSetItem)
registersymbol(gSetItem)
newmem:

code:
  cmp [gSetItem],-1
  je @f
  mov ecx,[rbx+0C] // Move and check JGE amount
  cmp rcx,#0
  jle @f
  cmp [gSetItem],ecx
  jl @f
  mov ecx,[gSetItem] // Move item dat over
  mov [rbx+0C],ecx
@@:
  mov [gItemBox],rbx
  mov edx,[rbx+08]
  mov rcx,rsi
  jmp return

gItemBox:
  dq 0

gSetItem:
  dq -1

getItemBox:
  jmp newmem
  nop
return:
registersymbol(getItemBox)

[DISABLE]

getItemBox:
  db 8B 53 08 48 8B CE

unregistersymbol(getItemBox)
dealloc(newmem)
unregistersymbol(gItemBox)
unregistersymbol(gSetItem)


{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+1D5B6EE

MonsterHunterWorld.exe+1D5B6BE: 89 54 24 28                 - mov [rsp+28],edx
MonsterHunterWorld.exe+1D5B6C2: 45 33 C9                    - xor r9d,r9d
MonsterHunterWorld.exe+1D5B6C5: 48 8D 54 24 20              - lea rdx,[rsp+20]
MonsterHunterWorld.exe+1D5B6CA: 48 C7 44 24 40 00 00 00 00  - mov qword ptr [rsp+40],00000000
MonsterHunterWorld.exe+1D5B6D3: 48 89 74 24 20              - mov [rsp+20],rsi
MonsterHunterWorld.exe+1D5B6D8: E8 03 E4 FF FF              - call MonsterHunterWorld.exe+1D59AE0
MonsterHunterWorld.exe+1D5B6DD: EB 0F                       - jmp MonsterHunterWorld.exe+1D5B6EE
MonsterHunterWorld.exe+1D5B6DF: 48 8D 8E 68 29 00 00        - lea rcx,[rsi+00002968]
MonsterHunterWorld.exe+1D5B6E6: 41 B0 01                    - mov r8l,01
MonsterHunterWorld.exe+1D5B6E9: E8 72 61 E2 FE              - call MonsterHunterWorld.exe+B81860
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+1D5B6EE: 8B 53 08                    - mov edx,[rbx+08]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+1D5B6F1: 48 8B CE                    - mov rcx,rsi
MonsterHunterWorld.exe+1D5B6F4: 48 8B 5C 24 48              - mov rbx,[rsp+48]
MonsterHunterWorld.exe+1D5B6F9: 48 83 C4 30                 - add rsp,30
MonsterHunterWorld.exe+1D5B6FD: 5E                          - pop rsi
MonsterHunterWorld.exe+1D5B6FE: E9 DD 38 00 00              - jmp MonsterHunterWorld.exe+1D5EFE0
MonsterHunterWorld.exe+1D5B703: 49 63 C0                    - movsxd  rax,r8d
MonsterHunterWorld.exe+1D5B706: 48 8D 54 24 20              - lea rdx,[rsp+20]
MonsterHunterWorld.exe+1D5B70B: 45 33 C9                    - xor r9d,r9d
MonsterHunterWorld.exe+1D5B70E: 48 C7 44 24 40 00 00 00 00  - mov qword ptr [rsp+40],00000000
MonsterHunterWorld.exe+1D5B717: 4C 8D 44 24 40              - lea r8,[rsp+40]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337099994</ID>
                  <Description>"Set Amount To"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gSetItem</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337099995</ID>
                  <Description>"Type"</Description>
                  <DropDownListLink>listItems</DropDownListLink>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gItemBox</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337099996</ID>
                  <Description>"Amount"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gItemBox</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>19052</ID>
              <Description>"Equipment Data Editor (Equipment Info)"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(gArmorLevel,MonsterHunterWorld.exe,8B 42 28 89 41 28 8B 42 2C 89 41 2C 4D) // should be unique
alloc(newmem,$128,gArmorLevel)

label(code)
label(return)

label(gALevel)
registersymbol(gALevel)

newmem:

code:
  mov [gALevel],rdx
  mov eax,[rdx+28]
  mov [rcx+28],eax
  jmp return

gALevel:
  dq 0

gArmorLevel:
  jmp newmem
  nop
return:
registersymbol(gArmorLevel)

[DISABLE]

gArmorLevel:
  db 8B 42 28 89 41 28

unregistersymbol(gArmorLevel)
dealloc(newmem)
unregistersymbol(gALevel)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+62E256

MonsterHunterWorld.exe+62E237: 89 41 08     - mov [rcx+08],eax
MonsterHunterWorld.exe+62E23A: 4C 8D 49 30  - lea r9,[rcx+30]
MonsterHunterWorld.exe+62E23E: 8B 42 0C     - mov eax,[rdx+0C]
MonsterHunterWorld.exe+62E241: 89 41 0C     - mov [rcx+0C],eax
MonsterHunterWorld.exe+62E244: 8B 42 18     - mov eax,[rdx+18]
MonsterHunterWorld.exe+62E247: 89 41 18     - mov [rcx+18],eax
MonsterHunterWorld.exe+62E24A: 8B 42 20     - mov eax,[rdx+20]
MonsterHunterWorld.exe+62E24D: 89 41 20     - mov [rcx+20],eax
MonsterHunterWorld.exe+62E250: 8B 42 24     - mov eax,[rdx+24]
MonsterHunterWorld.exe+62E253: 89 41 24     - mov [rcx+24],eax
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+62E256: 8B 42 28     - mov eax,[rdx+28]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+62E259: 89 41 28     - mov [rcx+28],eax
MonsterHunterWorld.exe+62E25C: 8B 42 2C     - mov eax,[rdx+2C]
MonsterHunterWorld.exe+62E25F: 89 41 2C     - mov [rcx+2C],eax
MonsterHunterWorld.exe+62E262: 4D 3B C8     - cmp r9,r8
MonsterHunterWorld.exe+62E265: 74 16        - je MonsterHunterWorld.exe+62E27D
MonsterHunterWorld.exe+62E267: 41 8B 00     - mov eax,[r8]
MonsterHunterWorld.exe+62E26A: 41 89 01     - mov [r9],eax
MonsterHunterWorld.exe+62E26D: 41 8B 40 04  - mov eax,[r8+04]
MonsterHunterWorld.exe+62E271: 41 89 41 04  - mov [r9+04],eax
MonsterHunterWorld.exe+62E275: 41 8B 40 08  - mov eax,[r8+08]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101323</ID>
                  <Description>"Index"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093771</ID>
                  <Description>"Serialized Item Category"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093770</ID>
                  <Description>"Category"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>1C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093769</ID>
                  <Description>"Type"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>20</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093768</ID>
                  <Description>"ID"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>24</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093767</ID>
                  <Description>"Level"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>28</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>19054</ID>
                  <Description>"Points"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gALevel</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>19178</ID>
                  <Description>"Decorations"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19175</ID>
                      <Description>"1"</Description>
                      <DropDownListLink>listDecorations</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19177</ID>
                      <Description>"2"</Description>
                      <DropDownListLink>listDecorations</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19176</ID>
                      <Description>"3"</Description>
                      <DropDownListLink>listDecorations</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19179</ID>
                  <Description>"Bowgun Mods"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19180</ID>
                      <Description>"1"</Description>
                      <DropDownListLink>listBowgunMods</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>3C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19182</ID>
                      <Description>"2"</Description>
                      <DropDownListLink>listBowgunMods</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>40</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19181</ID>
                      <Description>"3"</Description>
                      <DropDownListLink>listBowgunMods</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>44</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092330</ID>
                      <Description>"4"</Description>
                      <DropDownListLink>listBowgunMods</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092329</ID>
                      <Description>"5"</Description>
                      <DropDownListLink>listBowgunMods</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19172</ID>
                  <Description>"Augments"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19171</ID>
                      <Description>"1"</Description>
                      <DropDownListLink>listAugments</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>50</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19174</ID>
                      <Description>"2"</Description>
                      <DropDownListLink>listAugments</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>54</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19173</ID>
                      <Description>"3"</Description>
                      <DropDownListLink>listAugments</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>58</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19383</ID>
                  <Description>"Advanced Augments"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19384</ID>
                      <Description>"Extra Slots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19385</ID>
                      <Description>"Attack Increase"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>69</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19386</ID>
                      <Description>"Affinity Increase"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>6A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19387</ID>
                      <Description>"Defense Increase"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>6B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19389</ID>
                      <Description>"Slot Upgrade"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>6C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19388</ID>
                      <Description>"Health Regen"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>6D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19390</ID>
                      <Description>"Element/Status Effect Up"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>6E</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337091673</ID>
                  <Description>"Custom Upgrades"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337099703</ID>
                      <Description>"Great Sword"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337100987</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100988</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100989</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100990</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100991</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100992</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100993</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100994</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100995</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100996</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100997</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100998</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099728</ID>
                      <Description>"Long Sword"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099704</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099705</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099706</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099707</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099708</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099709</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099710</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099711</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099712</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099713</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099714</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099715</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCULongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099729</ID>
                      <Description>"Sword &amp; Shield"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099716</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099717</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099718</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099719</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099720</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099721</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099722</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099723</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099724</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099725</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099726</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099727</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099742</ID>
                      <Description>"Dual Blades"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099730</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099731</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099732</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099733</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099734</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099735</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099736</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099737</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099738</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099739</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099740</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099741</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099755</ID>
                      <Description>"Hammer"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099743</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099744</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099745</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099746</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099747</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099748</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099749</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099750</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099751</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099752</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099753</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099754</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099768</ID>
                      <Description>"Hunting Horn"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099756</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099757</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099758</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099759</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099760</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099761</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099762</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099763</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099764</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099765</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099766</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099767</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099781</ID>
                      <Description>"Lance"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099769</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099770</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099771</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099772</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099773</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099774</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099775</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099776</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099777</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099778</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099779</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099780</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCULance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099794</ID>
                      <Description>"Gunlance"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099782</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099783</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099784</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099785</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099786</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099787</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099788</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099789</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099790</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099791</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099792</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099793</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099807</ID>
                      <Description>"Switch Axe"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099795</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099796</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099797</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099798</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099799</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099800</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099801</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099802</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099803</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099804</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099805</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099806</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099820</ID>
                      <Description>"Charge Blade"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099808</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099809</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099810</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099811</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099812</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099813</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099814</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099815</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099816</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099817</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099818</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099819</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099833</ID>
                      <Description>"Insect Glaive"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099821</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099822</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099823</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099824</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099825</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099826</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099827</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099828</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099829</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099830</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099831</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099832</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099846</ID>
                      <Description>"Light Bowgun"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099834</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099835</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099836</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099837</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099838</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099839</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099840</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099841</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099842</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099843</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099844</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099845</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCULightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099859</ID>
                      <Description>"Heavy Bowgun"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099847</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099848</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099849</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099850</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099851</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099852</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099853</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099854</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099855</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099856</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099857</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099858</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099872</ID>
                      <Description>"Bow"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099860</ID>
                          <Description>"Custom Upgrade I"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099861</ID>
                          <Description>"Custom Upgrade II"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7b</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099862</ID>
                          <Description>"Custom Upgrade III"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7c</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099863</ID>
                          <Description>"Custom Upgrade IV"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7d</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099864</ID>
                          <Description>"Custom Upgrade V"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7e</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099865</ID>
                          <Description>"Custom Upgrade VI"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>7F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099866</ID>
                          <Description>"Custom Upgrade VII"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099867</ID>
                          <Description>"Custom Upgrade VIII"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>81</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099868</ID>
                          <Description>"Custom Upgrade IX"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099869</ID>
                          <Description>"Custom Upgrade X"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>83</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099870</ID>
                          <Description>"Custom Upgrade XI"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099871</ID>
                          <Description>"Custom Upgrade XII"</Description>
                          <DropDownListLink>listCUBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>85</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337095991</ID>
                  <Description>"Layered Weapon"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337095990</ID>
                      <Description>"Pendant"</Description>
                      <DropDownListLink>listPendants</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>64</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099665</ID>
                      <Description>"Great Sword"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101032</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101033</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWGreatSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099666</ID>
                      <Description>"Long Sword"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099663</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWLongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099664</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWLongSword</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099669</ID>
                      <Description>"Sword &amp; Shield"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099670</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099668</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWSwordShield</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099678</ID>
                      <Description>"Dual Blades"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099667</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099671</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWDualBlades</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099679</ID>
                      <Description>"Hammer"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099672</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099673</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWHammer</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099680</ID>
                      <Description>"Hunting Horn"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099676</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099677</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWHuntingHorn</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099687</ID>
                      <Description>"Lance"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099674</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWLance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099675</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWLance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099688</ID>
                      <Description>"Gunlance"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099685</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099686</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWGunlance</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099689</ID>
                      <Description>"Switch Axe"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099683</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099684</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWSwitchAxe</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099692</ID>
                      <Description>"Charge Blade"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099681</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099691</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWChargeBlade</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099695</ID>
                      <Description>"Insect Glaive"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099690</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099682</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWInsectGlaive</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099700</ID>
                      <Description>"Light Bowgun"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099693</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWLightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099694</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWLightBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099701</ID>
                      <Description>"Heavy Bowgun"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099698</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099699</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWHeavyBowgun</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099702</ID>
                      <Description>"Bow"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337099696</ID>
                          <Description>"Base"</Description>
                          <DropDownListLink>listLWBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337099697</ID>
                          <Description>"Parts"</Description>
                          <DropDownListLink>listLWBow</DropDownListLink>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gALevel</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337093734</ID>
                  <Description>"Awakened Abilities"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337093736</ID>
                      <Description>"Awakened Upgrade I"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>8A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093737</ID>
                      <Description>"Awakened Upgrade II"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>8c</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093738</ID>
                      <Description>"Awakened Upgrade III"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>8e</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093739</ID>
                      <Description>"Awakened Upgrade IV"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>90</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093740</ID>
                      <Description>"Awakened Upgrade V"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>92</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093741</ID>
                      <Description>"Awakened Upgrade VI"</Description>
                      <DropDownListLink>tableAwakenMod</DropDownListLink>
                      <Color>0000FF</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>94</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093773</ID>
                      <Description>"Awakened Checksum"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gALevel</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>13052</ID>
              <Description>"Weapon Editor (View Equipment)"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-01-12
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getWeaponR,MonsterHunterWorld.exe,41 0F B7 46 22 89 83) // should be unique
aobscanmodule(getWeaponM,MonsterHunterWorld.exe,0F B7 46 20 89 83 14 1D 00 00) // should be unique

alloc(newmem,$256,MonsterHunterWorld.exe)

label(code)
label(return)

label(gWeaponR)
registersymbol(getWeaponR)

// Melee

label(code_M)
label(return_M)

label(gWeaponM)
registersymbol(getWeaponM)

registersymbol(gWeaponR)
registersymbol(gWeaponM)
newmem:

code:
  movzx eax,word ptr [r14+22]
  mov [gWeaponR],r14
  mov [gWeaponM],0
  jmp return

code_M:
movzx eax,word ptr [rsi+20]
  mov [rbx+00001D14],eax
  mov [gWeaponM],rsi
  mov [gWeaponR],0
  jmp return_M

gWeaponR:
  dq 0
gWeaponM:
  dq 0

getWeaponR:
  jmp newmem
return:

getWeaponM:
  jmp code_M
  nop
  nop
  nop
  nop
  nop
return_M:

[DISABLE]

getWeaponR:
  db 41 0F B7 46 22

unregistersymbol(getWeaponR)
dealloc(newmem)
unregistersymbol(gWeaponR)

// Melee Section

getWeaponM:
  db 0F B7 46 20 89 83 14 1D 00 00

unregistersymbol(getWeaponM)
unregistersymbol(gWeaponM)


{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+1E08D73E

"MonsterHunterWorld.exe"+1E08D716: 0F BE 47 24           -  movsx eax,byte ptr [rdi+24]
"MonsterHunterWorld.exe"+1E08D71A: 89 86 FC 1C 00 00     -  mov [rsi+00001CFC],eax
"MonsterHunterWorld.exe"+1E08D720: 75 36                 -  jne MonsterHunterWorld.exe+1E08D758
"MonsterHunterWorld.exe"+1E08D722: 85 ED                 -  test ebp,ebp
"MonsterHunterWorld.exe"+1E08D724: 74 32                 -  je MonsterHunterWorld.exe+1E08D758
"MonsterHunterWorld.exe"+1E08D726: 48 8B 0D C3 BA E3 E6  -  mov rcx,[MonsterHunterWorld.exe+4EC91F0]
"MonsterHunterWorld.exe"+1E08D72D: 89 EA                 -  mov edx,ebp
"MonsterHunterWorld.exe"+1E08D72F: E8 EC 3B 34 E2        -  call MonsterHunterWorld.exe+3D1320
"MonsterHunterWorld.exe"+1E08D734: 0F B6 48 0C           -  movzx ecx,byte ptr [rax+0C]
"MonsterHunterWorld.exe"+1E08D738: 89 8E 00 1D 00 00     -  mov [rsi+00001D00],ecx
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+1E08D73E: 0F B7 48 0E           -  movzx ecx,word ptr [rax+0E]
"MonsterHunterWorld.exe"+1E08D742: 89 8E 04 1D 00 00     -  mov [rsi+00001D04],ecx
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+1E08D748: 0F B6 48 0D           -  movzx ecx,byte ptr [rax+0D]
"MonsterHunterWorld.exe"+1E08D74C: 89 8E 08 1D 00 00     -  mov [rsi+00001D08],ecx
"MonsterHunterWorld.exe"+1E08D752: 0F B7 48 10           -  movzx ecx,word ptr [rax+10]
"MonsterHunterWorld.exe"+1E08D756: EB 1E                 -  jmp MonsterHunterWorld.exe+1E08D776
"MonsterHunterWorld.exe"+1E08D758: 0F B6 47 25           -  movzx eax,byte ptr [rdi+25]
"MonsterHunterWorld.exe"+1E08D75C: 44 89 F1              -  mov ecx,r14d
"MonsterHunterWorld.exe"+1E08D75F: 89 86 00 1D 00 00     -  mov [rsi+00001D00],eax
"MonsterHunterWorld.exe"+1E08D765: 0F B7 47 26           -  movzx eax,word ptr [rdi+26]
"MonsterHunterWorld.exe"+1E08D769: 89 86 04 1D 00 00     -  mov [rsi+00001D04],eax
"MonsterHunterWorld.exe"+1E08D76F: 44 89 B6 08 1D 00 00  -  mov [rsi+00001D08],r14d
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>19153</ID>
                  <Description>"Melee"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19163</ID>
                      <Description>"Rarity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>1C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19166</ID>
                      <Description>"Sharpness Capacity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>1D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19170</ID>
                      <Description>"Sharpness Level"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>1E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19169</ID>
                      <Description>"Attack"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19164</ID>
                      <Description>"Affinity"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101377</ID>
                      <Description>"Element"</Description>
                      <DropDownListLink>listElementTypes</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19168</ID>
                      <Description>"Element Attack"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>26</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19167</ID>
                      <Description>"Hidden Element"</Description>
                      <DropDownListLink>listElementTypes</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>28</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101378</ID>
                      <Description>"Hidden Element Attack"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>2A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19155</ID>
                      <Description>"Defense"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>22</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19159</ID>
                      <Description>"Decoration Slots"</Description>
                      <Options moHideChildren="1" moManualExpandCollapse="1"/>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>2D</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19160</ID>
                          <Description>"1"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponM</Address>
                          <Offsets>
                            <Offset>2E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19161</ID>
                          <Description>"2"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponM</Address>
                          <Offsets>
                            <Offset>2F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19162</ID>
                          <Description>"3"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponM</Address>
                          <Offsets>
                            <Offset>30</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337091768</ID>
                      <Description>"Kinsect Bonus"</Description>
                      <DropDownListLink>listKinsectBonus</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>31</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101224</ID>
                      <Description>"Phial Type"</Description>
                      <DropDownListLink>listPhialType</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>31</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101227</ID>
                      <Description>"Shelling Type"</Description>
                      <DropDownListLink>listShellingType</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponM</Address>
                      <Offsets>
                        <Offset>31</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19154</ID>
                  <Description>"Range"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13053</ID>
                      <Description>"Base"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101221</ID>
                      <Description>"Rarity"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19165</ID>
                      <Description>"Attack"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>22</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13054</ID>
                      <Description>"Defense"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13058</ID>
                      <Description>"Affinity"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>26</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13057</ID>
                      <Description>"Element"</Description>
                      <DropDownListLink>listElementTypes</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>27</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13065</ID>
                      <Description>"Element Attack"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>28</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13067</ID>
                      <Description>"Elderseal"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>2E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13059</ID>
                      <Description>"Element (Hidden)"</Description>
                      <DropDownListLink>listElementTypes</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>2A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13060</ID>
                      <Description>"Element Attack (Hidden)"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13066</ID>
                      <Description>"Coatings / Special Ammo"</Description>
                      <DropDownListLink>listCoatingSheet</DropDownListLink>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>45</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092384</ID>
                      <Description>"Skill"</Description>
                      <DropDownListLink>listSkills</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>50</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13056</ID>
                      <Description>"Deviation"</Description>
                      <DropDownListLink>listDeviation</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>32</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13061</ID>
                      <Description>"Decoration Slots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gWeaponR</Address>
                      <Offsets>
                        <Offset>33</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>13064</ID>
                          <Description>"1"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponR</Address>
                          <Offsets>
                            <Offset>34</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13063</ID>
                          <Description>"2"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponR</Address>
                          <Offsets>
                            <Offset>35</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13062</ID>
                          <Description>"3"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gWeaponR</Address>
                          <Offsets>
                            <Offset>36</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>13103</ID>
              <Description>"Armor Data Editor (Equipment Info)"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-04-25
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getArmorDat,MonsterHunterWorld.exe,0F B6 7B 10 48 8B 1E) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gArmorDat)
registersymbol(gArmorDat)

newmem:

code:
  mov [gArmorDat],rbx
  movzx edi,byte ptr [rbx+10]
  mov rbx,[rsi]
  jmp return

gArmorDat:
  dq 0

getArmorDat:
  jmp newmem
  nop
  nop
return:
registersymbol(getArmorDat)

[DISABLE]

getArmorDat:
  db 0F B6 7B 10 48 8B 1E

unregistersymbol(getArmorDat)
dealloc(newmem)
unregistersymbol(gArmorDat)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+18C5EE4

MonsterHunterWorld.exe+18C5EC2: 48 8B CE           - mov rcx,rsi
MonsterHunterWorld.exe+18C5EC5: F3 0F 11 44 24 20  - movss [rsp+20],xmm0
MonsterHunterWorld.exe+18C5ECB: 8B 14 82           - mov edx,[rdx+rax*4]
MonsterHunterWorld.exe+18C5ECE: E8 8D 34 00 00     - call MonsterHunterWorld.exe+18C9360
MonsterHunterWorld.exe+18C5ED3: 48 85 F6           - test rsi,rsi
MonsterHunterWorld.exe+18C5ED6: 74 47              - je MonsterHunterWorld.exe+18C5F1F
MonsterHunterWorld.exe+18C5ED8: 48 89 7C 24 50     - mov [rsp+50],rdi
MonsterHunterWorld.exe+18C5EDD: 33 FF              - xor edi,edi
MonsterHunterWorld.exe+18C5EDF: 48 85 DB           - test rbx,rbx
MonsterHunterWorld.exe+18C5EE2: 74 04              - je MonsterHunterWorld.exe+18C5EE8
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+18C5EE4: 0F B6 7B 10        - movzx edi,byte ptr [rbx+10]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+18C5EE8: 48 8B 1E           - mov rbx,[rsi]
MonsterHunterWorld.exe+18C5EEB: 48 8D 4C 24 58     - lea rcx,[rsp+58]
MonsterHunterWorld.exe+18C5EF0: 8B D7              - mov edx,edi
MonsterHunterWorld.exe+18C5EF2: E8 B9 8D FD FF     - call MonsterHunterWorld.exe+189ECB0
MonsterHunterWorld.exe+18C5EF7: 48 8B D0           - mov rdx,rax
MonsterHunterWorld.exe+18C5EFA: 48 8B CE           - mov rcx,rsi
MonsterHunterWorld.exe+18C5EFD: FF 93 C8 00 00 00  - call qword ptr [rbx+000000C8]
MonsterHunterWorld.exe+18C5F03: 8B D7              - mov edx,edi
MonsterHunterWorld.exe+18C5F05: 48 8D 4C 24 30     - lea rcx,[rsp+30]
MonsterHunterWorld.exe+18C5F0A: E8 E1 8D FD FF     - call MonsterHunterWorld.exe+189ECF0
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337091960</ID>
                  <Description>"Base"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337096029</ID>
                  <Description>"Code"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>52</ByteLength>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                  <Hotkeys>
                    <Hotkey>
                      <Action>Set Value</Action>
                      <Keys>
                        <Key>17</Key>
                        <Key>102</Key>
                      </Keys>
                      <Value>?? 03 ?? 00 ?? ?? 00 00 00 00 00 00 CB 00 4A 01 ?? ?? ?? ?? 80 3E 00 00 03 00 00 00 00 00 00 00 00 04 02 05 05 05 DE 00 CB 00 4A 00 0B 00 39 00 04 04 04 00</Value>
                      <Description>Charm</Description>
                      <ID>0</ID>
                    </Hotkey>
                    <Hotkey>
                      <Action>Set Value</Action>
                      <Keys>
                        <Key>17</Key>
                        <Key>101</Key>
                      </Keys>
                      <Value>?? 03 ?? 00 ?? ?? 92 00 1B 00 F4 01 80 01 9D 01 ?? ?? ?? ?? 50 46 00 00 03 00 00 00 FD 02 FF 03 00 02 04 02 01 05 C4 00 B2 00 49 00 29 00 3A 00 04 04 04 00</Value>
                      <Description>Armor 5</Description>
                      <ID>3</ID>
                    </Hotkey>
                    <Hotkey>
                      <Action>Set Value</Action>
                      <Keys>
                        <Key>17</Key>
                        <Key>100</Key>
                      </Keys>
                      <Value>?? 03 ?? 00 ?? ?? 92 00 14 00 65 00 62 01 92 01 ?? ?? ?? ?? 50 46 00 00 03 00 00 00 FF FF 02 FD 00 01 04 02 03 01 B6 00 96 00 32 00 4C 00 DF 00 04 04 04 00</Value>
                      <Description>Armor 4</Description>
                      <ID>4</ID>
                    </Hotkey>
                  </Hotkeys>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101304</ID>
                  <Description>"Rarity"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13111</ID>
                  <Description>"Gem Slots"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>11</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13112</ID>
                      <Description>"1"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>40</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13114</ID>
                      <Description>"2"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>41</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13113</ID>
                      <Description>"3"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>42</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19391</ID>
                  <Description>"ID"</Description>
                  <DropDownListLink>listArmors</DropDownListLink>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13104</ID>
                  <Description>"Defense"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>16</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337099999</ID>
                  <Description>"Information ID"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>20</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337100000</ID>
                  <Description>"Display ID"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>22</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13105</ID>
                  <Description>"Resistances"</Description>
                  <Options moHideChildren="1"/>
                  <Color>400080</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13107</ID>
                      <Description>"Fire"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13106</ID>
                      <Description>"Water"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>2D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13110</ID>
                      <Description>"Thunder"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>2E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13109</ID>
                      <Description>"Ice"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>2F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>13108</ID>
                      <Description>"Dragon"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>13115</ID>
                  <Description>"Set Bonus"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>36</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13116</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>31</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092331</ID>
                  <Description>"Hidden Set Bonus"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>38</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337092332</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>32</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>13121</ID>
                  <Description>"Skill 1"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>3A</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13122</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>33</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>13119</ID>
                  <Description>"Skill 2"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>3C</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13120</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>13117</ID>
                  <Description>"Skill 3"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gArmorDat</Address>
                  <Offsets>
                    <Offset>3E</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13118</ID>
                      <Description>"Level"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>gArmorDat</Address>
                      <Offsets>
                        <Offset>35</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101417</ID>
              <Description>"Palico Weapon Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(getPalicoWeapon,MonsterHunterWorld.exe,0F B6 73 0C 48 8B 1F) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gPalicoWeapon)
registersymbol(gPalicoWeapon)

newmem:
code:
  mov [gPalicoWeapon],rbx
  movzx esi,byte ptr [rbx+0C]
  mov rbx,[rdi]
  jmp return

gPalicoWeapon:
  dq 0

getPalicoWeapon:
  jmp newmem
  nop
  nop
return:
registersymbol(getPalicoWeapon)

[DISABLE]

getPalicoWeapon:
  db 0F B6 73 0C 48 8B 1F

unregistersymbol(getPalicoWeapon)
dealloc(newmem)
unregistersymbol(gPalicoWeapon)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+18D67AA

MonsterHunterWorld.exe+18D6787: 48 8D 0D F2 AA B3 01  - lea rcx,[MonsterHunterWorld.exe+3411280]
MonsterHunterWorld.exe+18D678E: 8B 14 81              - mov edx,[rcx+rax*4]
MonsterHunterWorld.exe+18D6791: 48 8B CF              - mov rcx,rdi
MonsterHunterWorld.exe+18D6794: E8 47 E7 FF FF        - call MonsterHunterWorld.exe+18D4EE0
MonsterHunterWorld.exe+18D6799: 48 85 FF              - test rdi,rdi
MonsterHunterWorld.exe+18D679C: 74 47                 - je MonsterHunterWorld.exe+18D67E5
MonsterHunterWorld.exe+18D679E: 48 89 74 24 40        - mov [rsp+40],rsi
MonsterHunterWorld.exe+18D67A3: 33 F6                 - xor esi,esi
MonsterHunterWorld.exe+18D67A5: 48 85 DB              - test rbx,rbx
MonsterHunterWorld.exe+18D67A8: 74 04                 - je MonsterHunterWorld.exe+18D67AE
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+18D67AA: 0F B6 73 0C           - movzx esi,byte ptr [rbx+0C]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+18D67AE: 48 8B 1F              - mov rbx,[rdi]
MonsterHunterWorld.exe+18D67B1: 48 8D 4C 24 48        - lea rcx,[rsp+48]
MonsterHunterWorld.exe+18D67B6: 8B D6                 - mov edx,esi
MonsterHunterWorld.exe+18D67B8: E8 13 22 FD FF        - call MonsterHunterWorld.exe+18A89D0
MonsterHunterWorld.exe+18D67BD: 48 8B D0              - mov rdx,rax
MonsterHunterWorld.exe+18D67C0: 48 8B CF              - mov rcx,rdi
MonsterHunterWorld.exe+18D67C3: FF 93 C8 00 00 00     - call qword ptr [rbx+000000C8]
MonsterHunterWorld.exe+18D67C9: 8B D6                 - mov edx,esi
MonsterHunterWorld.exe+18D67CB: 48 8D 4C 24 20        - lea rcx,[rsp+20]
MonsterHunterWorld.exe+18D67D0: E8 3B 22 FD FF        - call MonsterHunterWorld.exe+18A8A10
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101418</ID>
                  <Description>"Rarity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101433</ID>
                  <Description>"Element Attack"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101438</ID>
                  <Description>"Attack Type"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>12</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101431</ID>
                  <Description>"Melee"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>16</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101432</ID>
                  <Description>"Range"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101436</ID>
                  <Description>"Defense"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>1A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101437</ID>
                  <Description>"Affinity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101434</ID>
                  <Description>"Element"</Description>
                  <DropDownListLink>listElementTypes</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101435</ID>
                  <Description>"Elderseal"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoWeapon</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101406</ID>
              <Description>"Palico Armor Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(getPalicoArmor,MonsterHunterWorld.exe,0F B6 73 0D 48 8B 1F) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gPalicoArmor)
registersymbol(gPalicoArmor)

newmem:
code:
  mov [gPalicoArmor],rbx
  movzx esi,byte ptr [rbx+0D]
  mov rbx,[rdi]
  jmp return

gPalicoArmor:
  dq 0

getPalicoArmor:
  jmp newmem
  nop
  nop
return:
registersymbol(getPalicoArmor)

[DISABLE]

gPalicoArmor:
  db 0F B6 73 0D 48 8B 1F

unregistersymbol(getPalicoArmor)
dealloc(newmem)
unregistersymbol(gPalicoArmor)
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101407</ID>
                  <Description>"Rarity"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101413</ID>
                  <Description>"ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101414</ID>
                  <Description>"Defense"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>16</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101408</ID>
                  <Description>"Fire"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>28</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101412</ID>
                  <Description>"Water"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>29</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101411</ID>
                  <Description>"Thunder"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>2A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101410</ID>
                  <Description>"Ice"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>2B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101409</ID>
                  <Description>"Dragon"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gPalicoArmor</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101064</ID>
              <Description>"Jewel Data Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-08-15
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getJewelData,MonsterHunterWorld.exe,8B 47 14 4C 8D A6 18 2A 00 00) // should be unique
alloc(newmem,$1000,getJewelData)

label(code)
label(return)

label(gJewelData)
registersymbol(gJewelData)

newmem:

code:
  mov [gJewelData],rdi
  mov eax,[rdi+14]
  lea r12,[rsi+00002A18]
  jmp return

gJewelData:
  dq 0

getJewelData:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(getJewelData)

[DISABLE]

getJewelData:
  db 8B 47 14 4C 8D A6 18 2A 00 00

unregistersymbol(getJewelData)
dealloc(newmem)
unregistersymbol(gJewelData)
{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+BCFA950

"MonsterHunterWorld.exe"+BCFA924: 89 C1                    -  mov ecx,eax
"MonsterHunterWorld.exe"+BCFA926: 89 C3                    -  mov ebx,eax
"MonsterHunterWorld.exe"+BCFA928: E8 13 AE B3 F5           -  call MonsterHunterWorld.exe+1835740
"MonsterHunterWorld.exe"+BCFA92D: 48 8B 8E A0 29 00 00     -  mov rcx,[rsi+000029A0]
"MonsterHunterWorld.exe"+BCFA934: 48 89 C2                 -  mov rdx,rax
"MonsterHunterWorld.exe"+BCFA937: E8 E4 81 B6 F5           -  call MonsterHunterWorld.exe+1862B20
"MonsterHunterWorld.exe"+BCFA93C: 48 8B 8E A8 29 00 00     -  mov rcx,[rsi+000029A8]
"MonsterHunterWorld.exe"+BCFA943: 41 B8 FF FF FF FF        -  mov r8d,FFFFFFFF
"MonsterHunterWorld.exe"+BCFA949: 89 DA                    -  mov edx,ebx
"MonsterHunterWorld.exe"+BCFA94B: E8 30 74 B6 F5           -  call MonsterHunterWorld.exe+1861D80
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+BCFA950: 8B 47 14                 -  mov eax,[rdi+14]
"MonsterHunterWorld.exe"+BCFA953: 4C 8D A6 18 2A 00 00     -  lea r12,[rsi+00002A18]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+BCFA95A: F3 0F 10 35 36 37 12 F7  -  movss xmm6,[MonsterHunterWorld.exe+2E1E098]
"MonsterHunterWorld.exe"+BCFA962: 45 31 ED                 -  xor r13d,r13d
"MonsterHunterWorld.exe"+BCFA965: F3 0F 10 3D 3B 1E 28 F7  -  movss xmm7,[MonsterHunterWorld.exe+2F7C7A8]
"MonsterHunterWorld.exe"+BCFA96D: 89 44 24 30              -  mov [rsp+30],eax
"MonsterHunterWorld.exe"+BCFA971: 8B 47 18                 -  mov eax,[rdi+18]
"MonsterHunterWorld.exe"+BCFA974: 89 44 24 38              -  mov [rsp+38],eax
"MonsterHunterWorld.exe"+BCFA978: 8B 47 1C                 -  mov eax,[rdi+1C]
"MonsterHunterWorld.exe"+BCFA97B: 89 44 24 2C              -  mov [rsp+2C],eax
"MonsterHunterWorld.exe"+BCFA97F: 89 44 24 34              -  mov [rsp+34],eax
"MonsterHunterWorld.exe"+BCFA983: 8B 47 20                 -  mov eax,[rdi+20]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101065</ID>
                  <Description>"ID"</Description>
                  <DropDownListLink>listItems</DropDownListLink>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gJewelData</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101066</ID>
                  <Description>"Socket Level"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gJewelData</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101067</ID>
                  <Description>"Skill 1"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gJewelData</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101068</ID>
                      <Description>"Level"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gJewelData</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101069</ID>
                  <Description>"Skill 2"</Description>
                  <DropDownListLink>listSkills</DropDownListLink>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gJewelData</Address>
                  <Offsets>
                    <Offset>1C</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101070</ID>
                      <Description>"Level"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gJewelData</Address>
                      <Offsets>
                        <Offset>20</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101580</ID>
              <Description>"Investigation Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-11
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(gInvest,MonsterHunterWorld.exe,8B 87 30 50 10 00) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(getInvest)
registersymbol(getInvest)

newmem:

code:
  mov [getInvest],rdi
  mov eax,[rdi+001058A0]
  jmp return

getInvest:
  dq 0

gInvest:
  jmp newmem
  nop
return:
registersymbol(gInvest)

[DISABLE]

gInvest:
  db 8B 87 30 50 10 00

unregistersymbol(gInvest)
dealloc(newmem)
unregistersymbol(getInvest)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+1AE16403

"MonsterHunterWorld.exe"+1AE163CF: 48 8D 58 08              -  lea rbx,[rax+08]
"MonsterHunterWorld.exe"+1AE163D3: 48 89 D9                 -  mov rcx,rbx
"MonsterHunterWorld.exe"+1AE163D6: FF 15 64 3D CF 08        -  call qword ptr [MonsterHunterWorld.exe+23B0A140]
"MonsterHunterWorld.exe"+1AE163DC: 48 69 D6 F8 00 00 00     -  imul rdx,rsi,000000F8
"MonsterHunterWorld.exe"+1AE163E3: 48 89 D9                 -  mov rcx,rbx
"MonsterHunterWorld.exe"+1AE163E6: 48 01 D7                 -  add rdi,rdx
"MonsterHunterWorld.exe"+1AE163E9: FF 15 81 3F CF 08        -  call qword ptr [MonsterHunterWorld.exe+23B0A370]
"MonsterHunterWorld.exe"+1AE163EF: 48 8B B4 24 F0 01 00 00  -  mov rsi,[rsp+000001F0]
"MonsterHunterWorld.exe"+1AE163F7: 48 8D 05 72 A8 14 E8     -  lea rax,[MonsterHunterWorld.exe+2F60C70]
"MonsterHunterWorld.exe"+1AE163FE: 48 89 44 24 20           -  mov [rsp+20],rax
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+1AE16403: 8B 87 A0 58 10 00        -  mov eax,[rdi+001058A0]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+1AE16409: 89 44 24 28              -  mov [rsp+28],eax
"MonsterHunterWorld.exe"+1AE1640D: 0F B6 87 A4 58 10 00     -  movzx eax,byte ptr [rdi+001058A4]
"MonsterHunterWorld.exe"+1AE16414: 88 44 24 2C              -  mov [rsp+2C],al
"MonsterHunterWorld.exe"+1AE16418: 8B 87 A8 58 10 00        -  mov eax,[rdi+001058A8]
"MonsterHunterWorld.exe"+1AE1641E: 89 44 24 30              -  mov [rsp+30],eax
"MonsterHunterWorld.exe"+1AE16422: 48 8D 05 C7 8D E3 E7     -  lea rax,[MonsterHunterWorld.exe+2C4F1F0]
"MonsterHunterWorld.exe"+1AE16429: 48 89 44 24 38           -  mov [rsp+38],rax
"MonsterHunterWorld.exe"+1AE1642E: 8B 8F B8 58 10 00        -  mov ecx,[rdi+001058B8]
"MonsterHunterWorld.exe"+1AE16434: 89 4C 24 40              -  mov [rsp+40],ecx
"MonsterHunterWorld.exe"+1AE16438: 0F 10 87 C0 58 10 00     -  movups xmm0,[rdi+001058C0]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101581</ID>
                  <Description>"Base Address"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101582</ID>
                  <Description>"???"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105030</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101583</ID>
                  <Description>"Registered"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105034</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101584</ID>
                  <Description>"Attempts"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105038</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101586</ID>
                  <Description>"Map"</Description>
                  <DropDownList>0:Ancient Forest
1:Wildspire Waste
2:Coral Highlands
3:Rotten Vale
4:Elder's Recess
5:Hoarfrost Reach
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105050</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101587</ID>
                  <Description>"Rank"</Description>
                  <DropDownList>0:Low Rank
1:High Rank
2:High Rank Tempered
3:Master Rank
4:Master Rank Tempered
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105051</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101588</ID>
                  <Description>"Monster Data"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101589</ID>
                      <Description>"Monster 1"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>105054</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101591</ID>
                      <Description>"Monster 2"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>105058</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101593</ID>
                      <Description>"Monster 3"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>10505C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101594</ID>
                      <Description>"Tempered 1"</Description>
                      <DropDownList>DF B7 01 86 4C BD 63 AF 00 00 00 00 00 00 00 00 00 00 00 00:Normal
2C B6 01 86 4C BC 63 AF 00 00 00 00 00 00 00 00 01 00 00 00:Tempered
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>105060</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101592</ID>
                      <Description>"Tempered 2"</Description>
                      <DropDownList>DF B7 01 86 4C BD 63 AF 00 00 00 00 00 00 00 00 00 00 00 00:Normal
2C B6 01 86 4C BC 63 AF 00 00 00 00 00 00 00 00 01 00 00 00:Tempered
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>105061</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101590</ID>
                      <Description>"Tempered 3"</Description>
                      <DropDownList>DF B7 01 86 4C BD 63 AF 00 00 00 00 00 00 00 00 00 00 00 00:Normal
2C B6 01 86 4C BC 63 AF 00 00 00 00 00 00 00 00 01 00 00 00:Tempered
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>getInvest</Address>
                      <Offsets>
                        <Offset>105062</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101595</ID>
                  <Description>"Health Modifier"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:lvl 0
1:lvl 1
2:lvl 2
3:lvl 3
4:lvl 4
5:lvl 5
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105063</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101596</ID>
                  <Description>"Attack Modifier"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:lvl 0
1:lvl 1
2:lvl 2
3:lvl 3
4:lvl 4
5:lvl 5
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105064</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101597</ID>
                  <Description>"Defense Modifier"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:lvl 0
1:lvl 1
2:lvl 2
3:lvl 3
4:lvl 4
5:lvl 5
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105065</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101598</ID>
                  <Description>"Size Modifier"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:None
1:Small Chance
2:Large Chance
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105066</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101599</ID>
                  <Description>"???"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105067</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101600</ID>
                  <Description>"Locale"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Nothing to report
1:Primary Unique Resource
2:Secondary Unique Resource
3:Upsurge: Mining Outcrops
4:Upsurge: Bonepiless
5:Flourishing: Plants
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105068</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101601</ID>
                  <Description>"Type"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Hunt / 1T / 50 Min
1:Hunt / 1T / 30 Min
2:Hunt / 1T / 20 Min
3:Hunt / 2T / 50 Min
4:Hunt / 2T / 30 Min
5:Hunt / 3T / 50 Min
6:Hunt small monster 1 / 50 Min
7:Hunt Small Monster 2 / 50 Min
8:Capture / 1T / 50 Min
9:Capture / 1T / 30 Min
10:Capture / 1T / 20 Min
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>105069</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101602</ID>
                  <Description>"???"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>10506A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101603</ID>
                  <Description>"Faints"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Failure: Faint 5 time(s)
1:Failure: Faint 3 time(s)
2:Failure: Faint 2 time(s)
3:Failure: Faint 1 time(s)
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>10506B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101604</ID>
                  <Description>"Players"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:4 Players
1:2 Players
2:100 Players
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>10506C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101605</ID>
                  <Description>"Bonus Reward"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>10506D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101606</ID>
                  <Description>"Zeni Reward"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:100%
1:125%
2:150%
3:200%
4:250%
5:0%
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>getInvest</Address>
                  <Offsets>
                    <Offset>10506E</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>13027</ID>
              <Description>"Expedition Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2019-07-29
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getExped,MonsterHunterWorld.exe,F2 41 0F 10 44 C2 08) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)
label(gExped)
registersymbol(gExped)
registersymbol(getExped)

newmem:

code:
  movsd xmm0,[r10+rax*8+08]
  lea rcx,[r10+rax*8]
  mov [gExped],rcx
  jmp return

gExped:
dq 0

getExped:
  jmp newmem
  nop
  nop
return:


[DISABLE]

getExped:
  db F2 41 0F 10 44 C2 08

unregistersymbol(getExped)
dealloc(newmem)
unregistersymbol(gExped)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+89551AB

"MonsterHunterWorld.exe"+8955183: 41 8D 41 03                             -  lea eax,[r9+03]
"MonsterHunterWorld.exe"+8955187: EB 13                                   -  jmp MonsterHunterWorld.exe+895519C
"MonsterHunterWorld.exe"+8955189: B8 03 00 00 00                          -  mov eax,00000003
"MonsterHunterWorld.exe"+895518E: EB 0C                                   -  jmp MonsterHunterWorld.exe+895519C
"MonsterHunterWorld.exe"+8955190: B8 02 00 00 00                          -  mov eax,00000002
"MonsterHunterWorld.exe"+8955195: EB 05                                   -  jmp MonsterHunterWorld.exe+895519C
"MonsterHunterWorld.exe"+8955197: B8 01 00 00 00                          -  mov eax,00000001
"MonsterHunterWorld.exe"+895519C: 41 8D 0C 40                             -  lea ecx,[r8+rax*2]
"MonsterHunterWorld.exe"+89551A0: 48 8D 89 4B 50 00 00                    -  lea rcx,[rcx+0000504B]
"MonsterHunterWorld.exe"+89551A7: 48 8D 04 49                             -  lea rax,[rcx+rcx*2]
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+89551AB: F2 41 0F 10 44 C2 08                    -  movsd xmm0,[r10+rax*8+08]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+89551B2: 49 8D 0C C2                             -  lea rcx,[r10+rax*8]
"MonsterHunterWorld.exe"+89551B6: 48 8D 05 3B 68 3B FA                    -  lea rax,[MonsterHunterWorld.exe+2D0B9F8]
"MonsterHunterWorld.exe"+89551BD: F2 0F 11 42 08                          -  movsd [rdx+08],xmm0
"MonsterHunterWorld.exe"+89551C2: 48 89 02                                -  mov [rdx],rax
"MonsterHunterWorld.exe"+89551C5: 8B 41 10                                -  mov eax,[rcx+10]
"MonsterHunterWorld.exe"+89551C8: 89 42 10                                -  mov [rdx+10],eax
"MonsterHunterWorld.exe"+89551CB: 0F B6 41 14                             -  movzx eax,byte ptr [rcx+14]
"MonsterHunterWorld.exe"+89551CF: 88 42 14                                -  mov [rdx+14],al
"MonsterHunterWorld.exe"+89551D2: 0F B6 41 15                             -  movzx eax,byte ptr [rcx+15]
"MonsterHunterWorld.exe"+89551D6: 88 42 15                                -  mov [rdx+15],al
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>13028</ID>
                  <Description>"Monster 1"</Description>
                  <DropDownListLink>listMonsters</DropDownListLink>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gExped</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13029</ID>
                  <Description>"Monster 2"</Description>
                  <DropDownListLink>listMonsters</DropDownListLink>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gExped</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13030</ID>
                  <Description>"Monster 3"</Description>
                  <DropDownListLink>listMonsters</DropDownListLink>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gExped</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13031</ID>
                  <Description>"Locale Info"</Description>
                  <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Nothing to Report
1:Unique Resource 1
2:Unique Resource 2
3:Mining Outcrops
4:Upsurge: Bone Piles
5:Flourishing: Gathering Points
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gExped</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>13032</ID>
                  <Description>"Field Researcher"</Description>
                  <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Piscine Researcher
1:Edemic Life Researcher
2:Lynian Researcher
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>gExped</Address>
                  <Offsets>
                    <Offset>15</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101537</ID>
              <Description>"Bounty Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2021-08-13
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getBounty,MonsterHunterWorld.exe,41 8B 57 08 48 8B CB E8 F1) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gBounty)
registersymbol(gBounty)

newmem:

code:
  mov [gBounty],r15
  mov edx,[r15+08]
  mov rcx,rbx
  jmp return

gBounty:
  dq 0

getBounty:
  jmp newmem
  nop
  nop
return:
registersymbol(getBounty)

[DISABLE]

getBounty:
  db 41 8B 57 08 48 8B CB

unregistersymbol(getBounty)
dealloc(newmem)
unregistersymbol(gBounty)
{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+62D1E3

MonsterHunterWorld.exe+62D1C3: 74 11                 - je MonsterHunterWorld.exe+62D1D6
MonsterHunterWorld.exe+62D1C5: 48 8D 15 1C 44 9F 02  - lea rdx,[MonsterHunterWorld.exe+30215E8]
MonsterHunterWorld.exe+62D1CC: E8 8F 05 D3 01        - call MonsterHunterWorld.exe+235D760
MonsterHunterWorld.exe+62D1D1: 48 8B D8              - mov rbx,rax
MonsterHunterWorld.exe+62D1D4: EB 03                 - jmp MonsterHunterWorld.exe+62D1D9
MonsterHunterWorld.exe+62D1D6: 48 8B DF              - mov rbx,rdi
MonsterHunterWorld.exe+62D1D9: 4D 85 FF              - test r15,r15
MonsterHunterWorld.exe+62D1DC: 74 15                 - je MonsterHunterWorld.exe+62D1F3
MonsterHunterWorld.exe+62D1DE: 83 FD 02              - cmp ebp,02
MonsterHunterWorld.exe+62D1E1: 74 0C                 - je MonsterHunterWorld.exe+62D1EF
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+62D1E3: 41 8B 57 08           - mov edx,[r15+08]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+62D1E7: 48 8B CB              - mov rcx,rbx
MonsterHunterWorld.exe+62D1EA: E8 61 F7 8E 00        - call MonsterHunterWorld.exe+F1C950
MonsterHunterWorld.exe+62D1EF: 32 D2                 - xor dl,dl
MonsterHunterWorld.exe+62D1F1: EB 02                 - jmp MonsterHunterWorld.exe+62D1F5
MonsterHunterWorld.exe+62D1F3: B2 01                 - mov dl,01
MonsterHunterWorld.exe+62D1F5: 48 8B CB              - mov rcx,rbx
MonsterHunterWorld.exe+62D1F8: E8 53 2A D3 01        - call MonsterHunterWorld.exe+235FC50
MonsterHunterWorld.exe+62D1FD: 48 8B 46 08           - mov rax,[rsi+08]
MonsterHunterWorld.exe+62D201: 48 8B 88 C0 01 00 00  - mov rcx,[rax+000001C0]
MonsterHunterWorld.exe+62D208: 48 85 C9              - test rcx,rcx
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101536</ID>
                  <Description>"ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gBounty</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101547</ID>
                  <Description>"??"</Description>
                  <DropDownListLink>listBountyType</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gBounty</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101538</ID>
                  <Description>"Progress"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gBounty</Address>
                  <Offsets>
                    <Offset>20</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101542</ID>
                  <Description>"Rewards"</Description>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101539</ID>
                      <Description>"Research Points"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>1C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101540</ID>
                      <Description>"Item 1 ID"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101543</ID>
                      <Description>"Item 2 ID"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>28</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101545</ID>
                      <Description>"Item 3 ID"</Description>
                      <DropDownListLink>listItems</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>2C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101541</ID>
                      <Description>"Item 1 Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101544</ID>
                      <Description>"Item 2 Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101546</ID>
                      <Description>"Item 3 Amount"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gBounty</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101633</ID>
              <Description>"Quest Editor"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-29
  Author : Marcus101RR
  Quest Editor MHW
}

[ENABLE]

aobscanmodule(getQuest,MonsterHunterWorld.exe,8B 57 30 48 8B 8C 24 A0 00 00 00) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gQuest)
registersymbol(gQuest)

label(gMonSlot)
registersymbol(gMonSlot)

newmem:
code:
  mov [gQuest],rdi
  mov edx,[rdi+30]
  mov rcx,[rsp+000000A0]
  jmp return

gQuest:
  dq 0

gMonSlot:
  dd 0

getQuest:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(getQuest)

[DISABLE]

getQuest:
  db 8B 57 30 48 8B 8C 24 A0 00 00 00

unregistersymbol(getQuest)
dealloc(newmem)
unregistersymbol(gQuest)
unregistersymbol(gMonSlot)
{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+EEDAB32

"MonsterHunterWorld.exe"+EEDAB06: 4C 8B 7C 24 38           -  mov r15,[rsp+38]
"MonsterHunterWorld.exe"+EEDAB0B: 49 89 C1                 -  mov r9,rax
"MonsterHunterWorld.exe"+EEDAB0E: 45 89 E0                 -  mov r8d,r12d
"MonsterHunterWorld.exe"+EEDAB11: 49 8B 0F                 -  mov rcx,[r15]
"MonsterHunterWorld.exe"+EEDAB14: E8 B7 5E 7D F2           -  call MonsterHunterWorld.exe+16B09D0
"MonsterHunterWorld.exe"+EEDAB19: 49 83 C7 10              -  add r15,10
"MonsterHunterWorld.exe"+EEDAB1D: 49 83 C6 04              -  add r14,04
"MonsterHunterWorld.exe"+EEDAB21: 48 83 6C 24 40 01        -  sub qword ptr [rsp+40],01
"MonsterHunterWorld.exe"+EEDAB27: 4C 89 7C 24 38           -  mov [rsp+38],r15
"MonsterHunterWorld.exe"+EEDAB2C: 0F 85 4E FF FF FF        -  jne MonsterHunterWorld.exe+EEDAA80
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+EEDAB32: 8B 57 70                 -  mov edx,[rdi+70]
"MonsterHunterWorld.exe"+EEDAB35: 48 8B 8C 24 A0 00 00 00  -  mov rcx,[rsp+000000A0]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+EEDAB3D: E8 1E D1 C8 F2           -  call MonsterHunterWorld.exe+1B67C60
"MonsterHunterWorld.exe"+EEDAB42: 48 8B 8C 24 A0 00 00 00  -  mov rcx,[rsp+000000A0]
"MonsterHunterWorld.exe"+EEDAB4A: 48 8D 15 47 75 2C F4     -  lea rdx,[MonsterHunterWorld.exe+31A2098]
"MonsterHunterWorld.exe"+EEDAB51: E8 FA CF 20 F3           -  call MonsterHunterWorld.exe+20E7B50
"MonsterHunterWorld.exe"+EEDAB56: 31 D2                    -  xor edx,edx
"MonsterHunterWorld.exe"+EEDAB58: 48 89 C1                 -  mov rcx,rax
"MonsterHunterWorld.exe"+EEDAB5B: 48 8B 9C 24 B0 00 00 00  -  mov rbx,[rsp+000000B0]
"MonsterHunterWorld.exe"+EEDAB63: 48 83 C4 60              -  add rsp,60
"MonsterHunterWorld.exe"+EEDAB67: 41 5F                    -  pop r15
"MonsterHunterWorld.exe"+EEDAB69: 41 5E                    -  pop r14
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101634</ID>
                  <Description>"Header"</Description>
                  <DropDownListLink>listQuests</DropDownListLink>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101635</ID>
                  <Description>"Quest Goals"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101636</ID>
                      <Description>"Flags"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101637</ID>
                          <Description>"Multiple Targets (Same)"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>0</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101638</ID>
                          <Description>"Slay"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>1</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101639</ID>
                          <Description>"Capture"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>2</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101640</ID>
                          <Description>"Delivery"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>3</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101641</ID>
                          <Description>"Multiple Targets (Unspecified)"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>4</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101642</ID>
                          <Description>"Scripted Event"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>5</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101643</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>6</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101644</ID>
                          <Description>"??"</Description>
                          <VariableType>Binary</VariableType>
                          <BitStart>7</BitStart>
                          <BitLength>1</BitLength>
                          <ShowAsBinary>0</ShowAsBinary>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101645</ID>
                      <Description>"Goal 1"</Description>
                      <DropDownList>0:--None--
2:Delivery
17:Capture Specific Target
33:Slay Specific Target
49:Kill/Capture Specific Target
1025:Kill/Capture X Unspecific Targets
</DropDownList>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>90</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101646</ID>
                      <Description>"Goal 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101647</ID>
                      <Description>"Target 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101648</ID>
                      <Description>"Target 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101649</ID>
                      <Description>"Amount 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101650</ID>
                      <Description>"Amount 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>AA</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101651</ID>
                  <Description>"Zenny"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101653</ID>
                  <Description>"ID"</Description>
                  <DropDownListLink>listQuests</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>30</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101654</ID>
                  <Description>"Stars"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>34</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101655</ID>
                  <Description>"Map ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>44</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101656</ID>
                  <Description>"HR/MR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>4A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101657</ID>
                  <Description>"HR Reward"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gQuest</Address>
                  <Offsets>
                    <Offset>94</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101658</ID>
                  <Description>"Monsters"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101659</ID>
                      <Description>"Monster 1"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101665</ID>
                      <Description>"Monster 2"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101664</ID>
                      <Description>"Monster 3"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101663</ID>
                      <Description>"Monster 4"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>AC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101662</ID>
                      <Description>"Monster 5"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>B0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101661</ID>
                      <Description>"Monster 6"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>B4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101660</ID>
                      <Description>"Monster 7"</Description>
                      <DropDownListLink>listMonsters</DropDownListLink>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>6422</ID>
              <Description>"Bypass Player Limit (Quests)"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2018-10-24
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(bypassPlayers,MonsterHunterWorld.exe,8B 89 44 02 00 00 45) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

newmem:

code:
  mov [rcx+00000244],#4
  mov ecx,[rcx+00000244]
  jmp return

bypassPlayers:
  jmp newmem
  nop
return:
registersymbol(bypassPlayers)

[DISABLE]

bypassPlayers:
  db 8B 89 44 02 00 00

unregistersymbol(bypassPlayers)
dealloc(newmem)


{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+18C11E54

"MonsterHunterWorld.exe"+18C11E27: 44 89 BC 24 98 00 00 00  -  mov [rsp+00000098],r15d
"MonsterHunterWorld.exe"+18C11E2F: 48 89 CB                 -  mov rbx,rcx
"MonsterHunterWorld.exe"+18C11E32: 41 39 D7                 -  cmp r15d,edx
"MonsterHunterWorld.exe"+18C11E35: 0F 84 11 03 00 00        -  je MonsterHunterWorld.exe+18C1214C
"MonsterHunterWorld.exe"+18C11E3B: 4C 89 64 24 60           -  mov [rsp+60],r12
"MonsterHunterWorld.exe"+18C11E40: 45 31 C9                 -  xor r9d,r9d
"MonsterHunterWorld.exe"+18C11E43: 4C 89 6C 24 58           -  mov [rsp+58],r13
"MonsterHunterWorld.exe"+18C11E48: 45 30 E4                 -  xor r12l,r12l
"MonsterHunterWorld.exe"+18C11E4B: 45 30 ED                 -  xor r13l,r13l
"MonsterHunterWorld.exe"+18C11E4E: 89 91 40 02 00 00        -  mov [rcx+00000240],edx
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+18C11E54: 8B 89 44 02 00 00        -  mov ecx,[rcx+00000244]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+18C11E5A: 45 8D 51 01              -  lea r10d,[r9+01]
"MonsterHunterWorld.exe"+18C11E5E: 39 CA                    -  cmp edx,ecx
"MonsterHunterWorld.exe"+18C11E60: 7C 0E                    -  jl MonsterHunterWorld.exe+18C11E70
"MonsterHunterWorld.exe"+18C11E62: 45 84 C0                 -  test r8l,r8l
"MonsterHunterWorld.exe"+18C11E65: 8D 41 FF                 -  lea eax,[rcx-01]
"MonsterHunterWorld.exe"+18C11E68: 44 89 CA                 -  mov edx,r9d
"MonsterHunterWorld.exe"+18C11E6B: 0F 44 D0                 -  cmove edx,eax
"MonsterHunterWorld.exe"+18C11E6E: EB 19                    -  jmp MonsterHunterWorld.exe+18C11E89
"MonsterHunterWorld.exe"+18C11E70: 85 D2                    -  test edx,edx
"MonsterHunterWorld.exe"+18C11E72: 79 1B                    -  jns MonsterHunterWorld.exe+18C11E8F
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>19394</ID>
              <Description>"Bypass Armor Upgrade Limit"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-03-14
  Author : Marcus101RR

  Armor Bypass Script
}

[ENABLE]

aobscanmodule(gArmorBypass,MonsterHunterWorld.exe,0F BF 44 48 08 48) // should be unique
alloc(newmem,$1000,gArmorBypass)

label(code)
label(return)

newmem:

code:
  movsx eax,word ptr [rax+rcx*2+08]
  mov eax,#100
  jmp return

gArmorBypass:
  jmp newmem
return:
registersymbol(gArmorBypass)

[DISABLE]

gArmorBypass:
  db 0F BF 44 48 08

unregistersymbol(gArmorBypass)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+1B291469

"MonsterHunterWorld.exe"+1B291443: 84 C0                    -  test al,al
"MonsterHunterWorld.exe"+1B291445: B9 01 00 00 00           -  mov ecx,00000001
"MonsterHunterWorld.exe"+1B29144A: 0F 45 D9                 -  cmovne ebx,ecx
"MonsterHunterWorld.exe"+1B29144D: 0F B6 55 10              -  movzx edx,byte ptr [rbp+10]
"MonsterHunterWorld.exe"+1B291451: 48 8B 0D 70 7D C3 E9     -  mov rcx,[MonsterHunterWorld.exe+4EC91C8]
"MonsterHunterWorld.exe"+1B291458: E8 C3 FE 13 E5           -  call MonsterHunterWorld.exe+3D1320
"MonsterHunterWorld.exe"+1B29145D: 48 85 C0                 -  test rax,rax
"MonsterHunterWorld.exe"+1B291460: 74 17                    -  je MonsterHunterWorld.exe+1B291479
"MonsterHunterWorld.exe"+1B291462: 89 D9                    -  mov ecx,ebx
"MonsterHunterWorld.exe"+1B291464: 48 8B 5C 24 30           -  mov rbx,[rsp+30]
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+1B291469: 0F BF 44 48 08           -  movsx eax,word ptr [rax+rcx*2+08]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+1B29146E: 48 8B 6C 24 48           -  mov rbp,[rsp+48]
"MonsterHunterWorld.exe"+1B291473: 48 83 C4 20              -  add rsp,20
"MonsterHunterWorld.exe"+1B291477: 5E                       -  pop rsi
"MonsterHunterWorld.exe"+1B291478: C3                       -  ret
"MonsterHunterWorld.exe"+1B291479: 48 8B 5C 24 30           -  mov rbx,[rsp+30]
"MonsterHunterWorld.exe"+1B29147E: B8 FF FF FF FF           -  mov eax,FFFFFFFF
"MonsterHunterWorld.exe"+1B291483: 48 8B 6C 24 48           -  mov rbp,[rsp+48]
"MonsterHunterWorld.exe"+1B291488: 48 83 C4 20              -  add rsp,20
"MonsterHunterWorld.exe"+1B29148C: 5E                       -  pop rsi
"MonsterHunterWorld.exe"+1B29148D: C3                       -  ret
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337091786</ID>
              <Description>"Force Selected Quest"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-02-03
  Author : Marcus101RR

  This forces a quest on selection
}

[ENABLE]

aobscanmodule(gSelectQuest,MonsterHunterWorld.exe,44 89 BF 2C 29 00 00) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gFQuest)
registersymbol(gFQuest)

newmem:

code:
  cmp [gFQuest],-01
  je @f
  mov r15d,[gFQuest]
@@:
  mov [rdi+0000292C],r15d
  jmp return

gFQuest:
  dq -1

gSelectQuest:
  jmp newmem
  nop
  nop
return:
registersymbol(gSelectQuest)

[DISABLE]

gSelectQuest:
  db 44 89 BF 2C 29 00 00

unregistersymbol(gSelectQuest)
dealloc(newmem)
unregistersymbol(gFQuest)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+11428D6

MonsterHunterWorld.exe+11428AA: 41 8B D7                 - mov edx,r15d
MonsterHunterWorld.exe+11428AD: 46 8B 84 A7 EC 33 00 00  - mov r8d,[rdi+r12*4+000033EC]
MonsterHunterWorld.exe+11428B5: 48 8B CF                 - mov rcx,rdi
MonsterHunterWorld.exe+11428B8: 44 89 64 24 30           - mov [rsp+30],r12d
MonsterHunterWorld.exe+11428BD: 66 89 44 24 28           - mov [rsp+28],ax
MonsterHunterWorld.exe+11428C2: 4C 89 74 24 20           - mov [rsp+20],r14
MonsterHunterWorld.exe+11428C7: E8 14 1E 00 00           - call MonsterHunterWorld.exe+11446E0
MonsterHunterWorld.exe+11428CC: 8B F0                    - mov esi,eax
MonsterHunterWorld.exe+11428CE: 85 C0                    - test eax,eax
MonsterHunterWorld.exe+11428D0: 0F 85 F9 FE FF FF        - jne MonsterHunterWorld.exe+11427CF
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+11428D6: 44 89 BF 2C 29 00 00     - mov [rdi+0000292C],r15d
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+11428DD: 44 89 B7 30 29 00 00     - mov [rdi+00002930],r14d
MonsterHunterWorld.exe+11428E4: 8B 9F 34 29 00 00        - mov ebx,[rdi+00002934]
MonsterHunterWorld.exe+11428EA: 83 FB FF                 - cmp ebx,-01
MonsterHunterWorld.exe+11428ED: 74 1E                    - je MonsterHunterWorld.exe+114290D
MonsterHunterWorld.exe+11428EF: 48 8B 0D 1A EE EC 03     - mov rcx,[save_data]
MonsterHunterWorld.exe+11428F6: E8 E5 A4 A4 00           - call MonsterHunterWorld.exe+1B8CDE0
MonsterHunterWorld.exe+11428FB: 48 8B C8                 - mov rcx,rax
MonsterHunterWorld.exe+11428FE: 8B D3                    - mov edx,ebx
MonsterHunterWorld.exe+1142900: E8 4B 5E 22 00           - call MonsterHunterWorld.exe+1368750
MonsterHunterWorld.exe+1142905: 48 8B CF                 - mov rcx,rdi
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337091787</ID>
                  <Description>"Quest ID"</Description>
                  <DropDownListLink>listQuests</DropDownListLink>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gFQuest</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337096015</ID>
              <Description>"Force Monster Difficulty"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gEmDiffIndex,MonsterHunterWorld.exe,48 63 88 A8 08 00 00 85 C9 79 0D) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gEmSet)
registersymbol(gEmSet)

newmem:

code:
  movsxd  rcx,dword ptr [rax+000008A8]
  mov rcx,[gEmSet]
  jmp return

gEmSet:
  dd 1

gEmDiffIndex:
  jmp newmem
  nop
  nop
return:
registersymbol(gEmDiffIndex)

[DISABLE]

gEmDiffIndex:
  db 48 63 88 A8 08 00 00

unregistersymbol(gEmDiffIndex)
dealloc(newmem)
unregistersymbol(gEmSet)
{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+1EEC6F0F

"MonsterHunterWorld.exe"+1EEC6EDB: 48 89 CB                 -  mov rbx,rcx
"MonsterHunterWorld.exe"+1EEC6EDE: 48 8B 89 70 76 00 00     -  mov rcx,[rcx+00007670]
"MonsterHunterWorld.exe"+1EEC6EE5: 0F 29 7C 24 40           -  movaps [rsp+40],xmm7
"MonsterHunterWorld.exe"+1EEC6EEA: 44 0F 29 4C 24 20        -  movaps [rsp+20],xmm9
"MonsterHunterWorld.exe"+1EEC6EF0: E8 BB D3 2A E2           -  call MonsterHunterWorld.exe+11742B0
"MonsterHunterWorld.exe"+1EEC6EF5: 48 8B 8B 70 76 00 00     -  mov rcx,[rbx+00007670]
"MonsterHunterWorld.exe"+1EEC6EFC: 0F 28 F8                 -  movaps xmm7,xmm0
"MonsterHunterWorld.exe"+1EEC6EFF: E8 CC D3 2A E2           -  call MonsterHunterWorld.exe+11742D0
"MonsterHunterWorld.exe"+1EEC6F04: 48 8B 83 78 22 01 00     -  mov rax,[rbx+00012278]
"MonsterHunterWorld.exe"+1EEC6F0B: 44 0F 28 C8              -  movaps xmm9,xmm0
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+1EEC6F0F: 48 63 88 A8 08 00 00     -  movsxd  rcx,dword ptr [rax+000008A8]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+1EEC6F16: 85 C9                    -  test ecx,ecx
"MonsterHunterWorld.exe"+1EEC6F18: 79 0D                    -  jns MonsterHunterWorld.exe+1EEC6F27
"MonsterHunterWorld.exe"+1EEC6F1A: F3 0F 10 35 76 08 F1 E3  -  movss xmm6,[MonsterHunterWorld.exe+2DD7798]
"MonsterHunterWorld.exe"+1EEC6F22: E9 C7 00 00 00           -  jmp MonsterHunterWorld.exe+1EEC6FEE
"MonsterHunterWorld.exe"+1EEC6F27: 48 8B 83 E0 89 00 00     -  mov rax,[rbx+000089E0]
"MonsterHunterWorld.exe"+1EEC6F2E: 48 8D 0C 49              -  lea rcx,[rcx+rcx*2]
"MonsterHunterWorld.exe"+1EEC6F32: 48 C1 E1 04              -  shl rcx,04
"MonsterHunterWorld.exe"+1EEC6F36: 44 0F 29 44 24 30        -  movaps [rsp+30],xmm8
"MonsterHunterWorld.exe"+1EEC6F3C: 48 8B 90 58 01 00 00     -  mov rdx,[rax+00000158]
"MonsterHunterWorld.exe"+1EEC6F43: 48 81 C2 B8 00 00 00     -  add rdx,000000B8
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337096016</ID>
                  <Description>"Index Difficulty"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>gEmSet</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337092089</ID>
              <Description>"Get Lure Selection"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-02-14
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(glLure,MonsterHunterWorld.exe,89 81 24 2B 00 00) // should be unique
alloc(newmem,$128,glLure)

label(code)
label(return)

label(gFMonster)
registersymbol(gFMonster)

newmem:
code:
  mov [gFMonster],rcx
  mov [rcx+00002B24],eax
  jmp return

gFMonster:
  dd 0

glLure:
  jmp newmem
  nop
return:
registersymbol(glLure)

[DISABLE]

glLure:
  db 89 81 24 2B 00 00

unregistersymbol(glLure)
dealloc(newmem)
unregistersymbol(gFMonster)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+E8FD7F5

"MonsterHunterWorld.exe"+E8FD7C5: 48 81 EC 40 01 00 00           -  sub rsp,00000140
"MonsterHunterWorld.exe"+E8FD7CC: 48 8B 81 F8 28 00 00           -  mov rax,[rcx+000028F8]
"MonsterHunterWorld.exe"+E8FD7D3: 31 F6                          -  xor esi,esi
"MonsterHunterWorld.exe"+E8FD7D5: 89 D3                          -  mov ebx,edx
"MonsterHunterWorld.exe"+E8FD7D7: 48 89 CF                       -  mov rdi,rcx
"MonsterHunterWorld.exe"+E8FD7DA: 4C 63 80 74 02 00 00           -  movsxd  r8,dword ptr [rax+00000274]
"MonsterHunterWorld.exe"+E8FD7E1: 48 89 75 E0                    -  mov [rbp-20],rsi
"MonsterHunterWorld.exe"+E8FD7E5: 89 74 24 60                    -  mov [rsp+60],esi
"MonsterHunterWorld.exe"+E8FD7E9: 66 89 75 90                    -  mov [rbp-70],si
"MonsterHunterWorld.exe"+E8FD7ED: 42 8B 84 81 78 2B 00 00        -  mov eax,[rcx+r8*4+00002B78]
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+E8FD7F5: 89 81 24 2B 00 00              -  mov [rcx+00002B24],eax
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+E8FD7FB: 89 91 28 2B 00 00              -  mov [rcx+00002B28],edx
"MonsterHunterWorld.exe"+E8FD801: C6 81 21 2B 00 00 01           -  mov byte ptr [rcx+00002B21],01
"MonsterHunterWorld.exe"+E8FD808: 8D 4E 0B                       -  lea ecx,[rsi+0B]
"MonsterHunterWorld.exe"+E8FD80B: F3 0F 10 05 AD E7 51 F6        -  movss xmm0,[MonsterHunterWorld.exe+4E1BFC0]
"MonsterHunterWorld.exe"+E8FD813: F3 0F 10 0D A9 E7 51 F6        -  movss xmm1,[MonsterHunterWorld.exe+4E1BFC4]
"MonsterHunterWorld.exe"+E8FD81B: 8B 05 5F F8 39 F5              -  mov eax,[MonsterHunterWorld.exe+3C9D080]
"MonsterHunterWorld.exe"+E8FD821: 99                             -  cdq 
"MonsterHunterWorld.exe"+E8FD822: F3 0F 11 45 80                 -  movss [rbp-80],xmm0
"MonsterHunterWorld.exe"+E8FD827: F3 0F 10 05 99 E7 51 F6        -  movss xmm0,[MonsterHunterWorld.exe+4E1BFC8]
"MonsterHunterWorld.exe"+E8FD82F: 29 D0                          -  sub eax,edx
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337092090</ID>
                  <Description>"Monster"</Description>
                  <DropDownListLink>listMonsters</DropDownListLink>
                  <VariableType>Byte</VariableType>
                  <Address>gFMonster</Address>
                  <Offsets>
                    <Offset>2B24</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092091</ID>
                  <Description>"Region"</Description>
                  <DropDownList>0:Forest
1:Wildspire
2:Coral
3:Rotted
4:Volcanic
5:Tundra
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>gFMonster</Address>
                  <Offsets>
                    <Offset>2B28</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092092</ID>
                  <Description>"Scene Trigger (2)"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>gFMonster</Address>
                  <Offsets>
                    <Offset>2B34</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337099974</ID>
              <Description>"Activate Most Feyline Skills"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gSkillFood,MonsterHunterWorld.exe,48 83 C0 1C 90 39) // should be unique
alloc(newmem,$1000,gSkillFood)

label(code)
label(return)

newmem:

code:
  add rax,1C
  nop
  mov [rax],edx
  jmp return

gSkillFood:
  jmp newmem
return:
registersymbol(gSkillFood)

[DISABLE]

gSkillFood:
  db 48 83 C0 1C 90

unregistersymbol(gSkillFood)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+14C4F96B

"MonsterHunterWorld.exe"+14C4F940: 4C 8D 2D E4 EE 19 0C           -  lea r13,[MonsterHunterWorld.exe+20DEE82B]
"MonsterHunterWorld.exe"+14C4F947: 41 55                          -  push r13
"MonsterHunterWorld.exe"+14C4F949: 41 81 F7 DE 63 70 73           -  xor r15d,737063DE
"MonsterHunterWorld.exe"+14C4F950: C3                             -  ret
"MonsterHunterWorld.exe"+14C4F951: E8 66 66 66 66                 -  call 1BB2B5FBC
"MonsterHunterWorld.exe"+14C4F956: 66 2E 0F 1F 84 00 00 00 00 00  -  nop word ptr cs:[rax+rax+00000000]
"MonsterHunterWorld.exe"+14C4F960: 48 8B 41 18                    -  mov rax,[rcx+18]
"MonsterHunterWorld.exe"+14C4F964: 48 85 C0                       -  test rax,rax
"MonsterHunterWorld.exe"+14C4F967: 74 16                          -  je MonsterHunterWorld.exe+14C4F97F
"MonsterHunterWorld.exe"+14C4F969: 31 C9                          -  xor ecx,ecx
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+14C4F96B: 48 83 C0 1C                    -  add rax,1C
"MonsterHunterWorld.exe"+14C4F96F: 90                             -  nop
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+14C4F970: 39 10                          -  cmp [rax],edx
"MonsterHunterWorld.exe"+14C4F972: 74 0E                          -  je MonsterHunterWorld.exe+14C4F982
"MonsterHunterWorld.exe"+14C4F974: FF C1                          -  inc ecx
"MonsterHunterWorld.exe"+14C4F976: 48 83 C0 04                    -  add rax,04
"MonsterHunterWorld.exe"+14C4F97A: 83 F9 03                       -  cmp ecx,03
"MonsterHunterWorld.exe"+14C4F97D: 72 F1                          -  jb MonsterHunterWorld.exe+14C4F970
"MonsterHunterWorld.exe"+14C4F97F: 30 C0                          -  xor al,al
"MonsterHunterWorld.exe"+14C4F981: C3                             -  ret
"MonsterHunterWorld.exe"+14C4F982: B0 01                          -  mov al,01
"MonsterHunterWorld.exe"+14C4F984: C3                             -  ret
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101108</ID>
              <Description>"Disable Crafting Material Consumption"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gConsumeMat,MonsterHunterWorld.exe,41 F7 DE 41 2B DE) // should be unique

gConsumeMat:
  db 90 90 90 90 90 90
registersymbol(gConsumeMat)

[DISABLE]

gConsumeMat:
  db 41 F7 DE 41 2B DE

unregistersymbol(gConsumeMat)

</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101240</ID>
              <Description>"Larger Harvests Per Quest"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(getHarvestBox,MonsterHunterWorld.exe,8B 41 24 C3 8B 41 20) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

newmem:

code:
  mov eax,[rcx+24]
  ret 
  mov eax,[rcx+20]
  mov [rcx+20],#16
  mov [rcx+24],#16
  mov [rcx+28],#16
  jmp return

getHarvestBox:
  jmp newmem
  nop
  nop
return:
registersymbol(getHarvestBox)

[DISABLE]

getHarvestBox:
  db 8B 41 24 C3 8B 41 20

unregistersymbol(getHarvestBox)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+F2FA68

MonsterHunterWorld.exe+F2FA50: 85 D2                 - test edx,edx
MonsterHunterWorld.exe+F2FA52: 74 18                 - je MonsterHunterWorld.exe+F2FA6C
MonsterHunterWorld.exe+F2FA54: 83 EA 01              - sub edx,01
MonsterHunterWorld.exe+F2FA57: 74 0F                 - je MonsterHunterWorld.exe+F2FA68
MonsterHunterWorld.exe+F2FA59: 83 FA 01              - cmp edx,01
MonsterHunterWorld.exe+F2FA5C: 75 04                 - jne MonsterHunterWorld.exe+F2FA62
MonsterHunterWorld.exe+F2FA5E: 8B 41 28              - mov eax,[rcx+28]
MonsterHunterWorld.exe+F2FA61: C3                    - ret 
MonsterHunterWorld.exe+F2FA62: B8 01 00 00 00        - mov eax,00000001
MonsterHunterWorld.exe+F2FA67: C3                    - ret 
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+F2FA68: 8B 41 24              - mov eax,[rcx+24]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+F2FA6B: C3                    - ret 
MonsterHunterWorld.exe+F2FA6C: 8B 41 20              - mov eax,[rcx+20]
MonsterHunterWorld.exe+F2FA6F: C3                    - ret 
MonsterHunterWorld.exe+F2FA70: 48 8D 05 B9 FF 0A 04  - lea rax,[MonsterHunterWorld.exe+4FDFA30]
MonsterHunterWorld.exe+F2FA77: C3                    - ret 
MonsterHunterWorld.exe+F2FA78: CC                    - int 3 
MonsterHunterWorld.exe+F2FA79: CC                    - int 3 
MonsterHunterWorld.exe+F2FA7A: CC                    - int 3 
MonsterHunterWorld.exe+F2FA7B: CC                    - int 3 
MonsterHunterWorld.exe+F2FA7C: CC                    - int 3 
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101313</ID>
              <Description>"Bypass Give Rarity"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(gBypassRarity,MonsterHunterWorld.exe,83 F8 02 77 ?? E8 ?? ?? ?? ?? 84 C0) // should be unique

gBypassRarity:
  db 83 F8 0B

registersymbol(gBypassRarity)

[DISABLE]

gBypassRarity:
  db 83 F8 02

unregistersymbol(gBypassRarity)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101317</ID>
              <Description>"Keep Materials Pouch"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gKeepMaterials,MonsterHunterWorld.exe,48 85 C0 74 ?? 8B 48 08 85 C9 74 ?? 8B 50 0C 45 33) // should be unique

gKeepMaterials:
  db 48 39 C0

registersymbol(gKeepMaterials)

[DISABLE]

gKeepMaterials:
  db 48 85 C0

unregistersymbol(gKeepMaterials)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101499</ID>
              <Description>"Infinite Item Usage"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gInfiniteItems,MonsterHunterWorld.exe,45 2B E6 41 B0 01) // should be unique
registersymbol(gInfiniteItems)

gInfiniteItems:
  db 90 90 90

[DISABLE]

gInfiniteItems:
  db 45 2B E6

unregistersymbol(gInfiniteItems)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101354</ID>
              <Description>"Infinite Special Ammo"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gInfSpecialAmmo,MonsterHunterWorld.exe,F3 0F 11 91 58 23 00 00) // should be unique

gInfSpecialAmmo:
  db 90 90 90 90 90 90 90 90

registersymbol(gInfSpecialAmmo)

[DISABLE]

gInfSpecialAmmo:
  db F3 0F 11 91 58 23 00 00

unregistersymbol(gInfSpecialAmmo)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101362</ID>
              <Description>"Enable Give Item/Material Scripts"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gGiveAllItems,MonsterHunterWorld.exe,8B 8F A0 00 00 00 8B C1 F7) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(inventory)
registersymbol(inventory)

newmem:

code:
  mov ecx,rdi
  add ecx,38A10
  mov [inventory],ecx
  mov ecx,[rdi+000000A0]
  jmp return

inventory:
  db 0

gGiveAllItems:
  jmp newmem
  nop
return:

registersymbol(gGiveAllItems)

[DISABLE]

gGiveAllItems:
  db 8B 8F A0 00 00 00

unregistersymbol(gGiveAllItems)
dealloc(newmem)
unregistersymbol(inventory)
{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+1358F7E

MonsterHunterWorld.exe+1358F5E: CC                 - int 3 
MonsterHunterWorld.exe+1358F5F: CC                 - int 3 
MonsterHunterWorld.exe+1358F60: 48 89 5C 24 08     - mov [rsp+08],rbx
MonsterHunterWorld.exe+1358F65: 48 89 74 24 10     - mov [rsp+10],rsi
MonsterHunterWorld.exe+1358F6A: 57                 - push rdi
MonsterHunterWorld.exe+1358F6B: 48 83 EC 20        - sub rsp,20
MonsterHunterWorld.exe+1358F6F: 48 8B F9           - mov rdi,rcx
MonsterHunterWorld.exe+1358F72: 8B F2              - mov esi,edx
MonsterHunterWorld.exe+1358F74: 48 83 C1 08        - add rcx,08
MonsterHunterWorld.exe+1358F78: FF 15 82 20 B1 01  - call qword ptr [MonsterHunterWorld.exe+2E6B000]
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+1358F7E: 8B 8F A0 00 00 00  - mov ecx,[rdi+000000A0]
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+1358F84: 8B C1              - mov eax,ecx
MonsterHunterWorld.exe+1358F86: F7 D0              - not eax
MonsterHunterWorld.exe+1358F88: 3B C6              - cmp eax,esi
MonsterHunterWorld.exe+1358F8A: 72 09              - jb MonsterHunterWorld.exe+1358F95
MonsterHunterWorld.exe+1358F8C: 8D 04 31           - lea eax,[rcx+rsi]
MonsterHunterWorld.exe+1358F8F: 89 87 A0 00 00 00  - mov [rdi+000000A0],eax
MonsterHunterWorld.exe+1358F95: 48 8D 4F 08        - lea rcx,[rdi+08]
MonsterHunterWorld.exe+1358F99: 48 8B 5C 24 30     - mov rbx,[rsp+30]
MonsterHunterWorld.exe+1358F9E: 48 8B 74 24 38     - mov rsi,[rsp+38]
MonsterHunterWorld.exe+1358FA3: 48 83 C4 20        - add rsp,20
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337101370</ID>
                  <Description>"Inventory"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>inventory</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101399</ID>
                  <Description>"Give All Items"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

[inventory]:
  db 01 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 37 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 53 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 61 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 65 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AC 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AD 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BC 03 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 06 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FA 06 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 06 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 0A 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 00 00 00 C8 00 00 00 ?? ?? ?? ?? ?? 00 00 00

[DISABLE]
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101400</ID>
                  <Description>"Give All Materials"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

[inventory]+1900:
  db CD 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CE 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D6 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D7 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E1 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E2 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E4 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E5 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E6 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E7 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E9 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DE 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DF 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 89 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EA 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EC 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 ED 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F1 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F2 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F3 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F4 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F5 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F6 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F7 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F9 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FA 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FB 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FC 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FE 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 00 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 00 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 01 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 37 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 53 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 53 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 61 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 65 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 61 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 75 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 65 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 78 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 81 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 84 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 75 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 85 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 86 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 89 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 78 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 84 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 81 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 85 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 93 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 86 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 95 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 89 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 95 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A3 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A7 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AD 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AD 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B3 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B7 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B7 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B8 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B2 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B3 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BD 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BD 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BE 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C3 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C2 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C3 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CD 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CE 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E2 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D7 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E7 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DE 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E7 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 ED 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F1 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F2 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F3 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F4 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F5 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F6 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F7 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F9 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FA 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FB 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FC 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 04 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 00 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 01 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 06 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 ED 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 75 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 37 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CD 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F1 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F2 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F4 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F5 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F6 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F7 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 84 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 53 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 85 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 81 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F9 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FA 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FB 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FC 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 61 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FE 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 01 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 01 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 78 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 93 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 78 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C4 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C9 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 86 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 89 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D6 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D7 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 37 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 75 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 78 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 81 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 84 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 85 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 86 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 93 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 95 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A3 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A7 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AD 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8C 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 93 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 95 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A7 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AB 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BB 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C2 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CA 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FE 06 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 07 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B1 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B2 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A7 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B3 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AA 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CB 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A8 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A9 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CD 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 0A 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9C 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 05 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 02 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B8 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 03 00 00 14 00 00 00 ?? ?? ?? ?? ?? 00 00 00

[DISABLE]
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101505</ID>
                  <Description>"Give All Decorations"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

[inventory]+6720:
  db E4 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E5 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E5 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E6 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E7 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B3 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C1 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B4 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C2 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E9 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B5 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EA 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B6 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C4 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B7 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EC 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D7 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CA 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C9 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CB 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CD 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DE 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E7 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DF 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E8 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E9 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FC 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EA 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FE 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 01 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 ED 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B8 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B9 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BA 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BB 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F1 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BC 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 47 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F2 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BD 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F3 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BE 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F4 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BF 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F5 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C0 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F6 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F7 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F9 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 00 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EB 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FB 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E6 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 44 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 02 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EC 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 ED 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EE 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 EF 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F0 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CE 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F1 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F2 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B1 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E2 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E4 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F3 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E1 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DF 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D7 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B2 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E0 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 03 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 E3 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 75 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 66 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 73 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 77 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 76 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 79 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 67 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 68 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 69 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 70 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 6B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 71 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 72 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 74 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 94 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 95 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A0 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A1 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 90 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 91 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 92 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 96 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 97 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 98 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 93 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 99 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 9A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 89 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 80 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 87 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 81 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 8D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 82 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 83 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 84 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 7F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 85 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 86 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 88 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 21 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 22 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 26 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 23 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 24 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 25 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 27 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 1F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 28 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 29 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 20 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 34 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 35 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 39 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 36 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 2F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 38 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 30 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 31 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 32 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 3D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 33 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 53 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 54 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 64 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 55 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 5E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 56 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 65 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 57 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 60 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 58 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 61 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 62 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 63 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 59 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 40 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 48 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 41 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 51 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 49 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 42 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 43 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 52 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 45 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 4F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 50 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 46 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FB 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C5 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BC 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C3 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C7 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BD 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C6 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C8 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C9 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B7 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B8 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B9 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BA 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F4 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FC 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 00 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BE 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BF 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C0 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 BB 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C1 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C2 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 C4 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F5 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 05 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FD 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FE 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F6 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FF 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F7 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 06 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F8 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 01 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 F9 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 02 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 03 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 04 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 FA 07 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0E 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D9 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D0 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CA 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DB 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D1 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DA 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DC 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 DD 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CB 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CC 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CD 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 07 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0F 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 13 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D2 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D3 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D4 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 CF 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D5 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D6 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 08 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 18 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 D8 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 10 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 11 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 09 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 12 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0A 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 19 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0B 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 14 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0C 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 15 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 16 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 17 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 0D 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B1 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A8 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A2 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AF 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B3 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A9 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B2 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B4 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A4 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A5 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A6 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AA 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AB 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AC 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 A7 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AD 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 AE 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 B0 08 00 00 0A 00 00 00 ?? ?? ?? ?? ?? 00 00 00 37 08 00 00 0A 00 00 00

[DISABLE]
</AssemblerScript>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101575</ID>
              <Description>"Always Get Investigations"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2022-09-23
  Author : Marcus101RR

  Force add New Investigations on Footprints
}

[ENABLE]

aobscanmodule(addInvest,MonsterHunterWorld.exe,44 2B C1 44 3B C7 0F 83) // should be unique
alloc(newmem,$32,addInvest)

label(code)
label(return)

newmem:

code:
  sub r8d,ecx
  mov r8d,#2
  cmp r8d,edi
  jmp return

addInvest:
  jmp newmem
  nop
return:
registersymbol(addInvest)

[DISABLE]

addInvest:
  db 44 2B C1 44 3B C7

unregistersymbol(addInvest)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: MonsterHunterWorld.exe+1B7714D

MonsterHunterWorld.exe+1B77125: B8 64 00 00 00                 - mov eax,00000064
MonsterHunterWorld.exe+1B7712A: 83 FF 64                       - cmp edi,64
MonsterHunterWorld.exe+1B7712D: 0F 47 F8                       - cmova edi,eax
MonsterHunterWorld.exe+1B77130: 48 8D 0D E1 78 4C 02           - lea rcx,[MonsterHunterWorld.exe+403EA18]
MonsterHunterWorld.exe+1B77137: E8 F4 A6 61 00                 - call MonsterHunterWorld.exe+2191830
MonsterHunterWorld.exe+1B7713C: 44 8B C0                       - mov r8d,eax
MonsterHunterWorld.exe+1B7713F: B8 1F 85 EB 51                 - mov eax,51EB851F
MonsterHunterWorld.exe+1B77144: 41 F7 E0                       - mul r8d
MonsterHunterWorld.exe+1B77147: C1 EA 05                       - shr edx,05
MonsterHunterWorld.exe+1B7714A: 6B CA 64                       - imul ecx,edx,64
// ---------- INJECTING HERE ----------
MonsterHunterWorld.exe+1B7714D: 44 2B C1                       - sub r8d,ecx
// ---------- DONE INJECTING  ----------
MonsterHunterWorld.exe+1B77150: 44 3B C7                       - cmp r8d,edi
MonsterHunterWorld.exe+1B77153: 0F 83 FE 01 00 00              - jae MonsterHunterWorld.exe+1B77357
MonsterHunterWorld.exe+1B77159: 48 8B C3                       - mov rax,rbx
MonsterHunterWorld.exe+1B7715C: C7 44 24 38 30 75 00 00        - mov [rsp+38],00007530
MonsterHunterWorld.exe+1B77164: B9 04 00 00 00                 - mov ecx,00000004
MonsterHunterWorld.exe+1B77169: 41 83 FF 02                    - cmp r15d,02
MonsterHunterWorld.exe+1B7716D: 48 BF 25 23 22 84 E4 9C F2 CB  - mov rdi,CBF29CE484222325
MonsterHunterWorld.exe+1B77177: 48 BE B3 01 00 00 00 01 00 00  - mov rsi,00000100000001B3
MonsterHunterWorld.exe+1B77181: 48 0F 44 C1                    - cmove rax,rcx
MonsterHunterWorld.exe+1B77185: 48 33 C7                       - xor rax,rdi
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337096048</ID>
              <Description>"Bypass Incorrect Value (Save Data)"</Description>
              <Color>8000FF</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(gBypass,MonsterHunterWorld.exe,89 86 30 03 00 00 85) // should be unique
alloc(newmem,$128,gBypass)

label(code)
label(return)

newmem:

code:
  mov eax,#0
  mov [rsi+00000330],eax
  jmp return

gBypass:
  jmp newmem
  nop
return:
registersymbol(gBypass)

[DISABLE]

gBypass:
  db 89 86 30 03 00 00

unregistersymbol(gBypass)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337101330</ID>
              <Description>"Bypass 230-MW1 Code"</Description>
              <Color>8000FF</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(gMHW230,MonsterHunterWorld.exe,41 80 FF 01 75 ?? 48 8B 1D) // should be unique

gMHW230:
  db 41 80 FF 00

registersymbol(gMHW230)

[DISABLE]

gMHW230:
  db 41 80 FF 01

unregistersymbol(gMHW230)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>12781</ID>
              <Description>"DEBUG"</Description>
              <Options moHideChildren="1"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1337092187</ID>
                  <Description>"Fetch Base Addresses (Easy)"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{$lua}
if syntaxcheck then return end
[ENABLE]
  print(string.format("Fetching Base Addresses..."))

  local aobList = {
  "48 8B 05 ?? ?? ?? ?? F3 0F 10 80 34 01 00 00 C3",
  "48 8B 05 ?? ?? ?? ?? 44 8B F6 F3 0F 10 3D",
  "48 03 0D ?? ?? ?? ?? 48 8D 14 9B 0F B6 84 0A",
  "48 8B 05 ?? ?? ?? ?? F3 0F 10 80 EC 00 00 00 0F 2F 87",
  "48 8B 0D ?? ?? ?? ?? 4C 8D 43 50 48 8B D3",
  "48 8B 05 ?? ?? ?? ?? F3 0F 10 40 38 0F 2F 40 50 72",
  "48 8B 3D ?? ?? ?? ?? BB FF FF FF FF 41 8B 87 0C 29 00 00",
  "48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 C0 75 0E 48 8B 0D ?? ?? ?? ?? 33 D2",
  "48 8B 05 ?? ?? ?? ?? 48 8B 97 B0 0D 00 00",
  "48 8B 0D ?? ?? ?? ?? 8B D0 E8 ?? ?? ?? ?? 0F BF 44 78 24 48 8B 5C 24 30",
  "48 8B 05 ?? ?? ?? ?? 48 8D 4C 24 30 48 8B 90 A8 00 00 00 46 8B 84 22 94 00 00 00 48 8D 15",
  "48 8B 05 ?? ?? ?? ?? 83 B8 40 03 00 00 00 75 ?? 80 B8",
  "48 8B 0D ?? ?? ?? ?? 48 85 C9 74 ?? E8 ?? ?? ?? ?? 48 85 C0 74 ?? 0F BE 40 12",
  "48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 C0 74 ?? 0F B6 48 08",
  "48 8B 05 ?? ?? ?? ?? 83 B8 D4 01 00 00 03 7D ?? F3",
  "48 8B 0D ?? ?? ?? ?? 44 8B F0 8B 99 40 A3 02 00 E8 ?? ?? ?? ?? 84 C0",
  "48 8B 05 ?? ?? ?? ?? 48 8B 7C 24 40 48 8B B4 24 88 00 00 00",
  "48 8B 05 ?? ?? ?? ?? 4A 8B 8C F8",
  "48 8B 05 ?? ?? ?? ?? 83 F9 0A 48 0F 44 05 ?? ?? ?? ?? 48 83 C4 28"
  }
  local aobNames = {
  "PLAYER PARAMS",
  "PLAYER ITEM PARAMS",
  "PLAYER SKILL PARAMS",
  "PLAYER MANTLE PARAMS",
  "Player Pointer",
  "World Session",
  "Kulve Taroth / Safi / Session",
  "Gathering Pointers",
  "Monster Pointers",
  "ARMOR DAT",
  "Save Data",
  "Steamworks Pointers",
  "Item Capacity Pointer",
  "Coating Pointer",
  "World Session 2",
  "Quest Session",
  "Harvest Box Data",
  "Online Session Max Result",
  "Steam Works Loottable"
  }

  local xbase = readInteger(process)and GetAddress(process)
  print(string.format("Base: %X",xbase))
  for i = 1, #aobList do
        local aob = AOBScan(aobList[i],"+X*C*W")
        local instruct = getAddressSafe(aob[0])
        local distance = getAddressSafe(instruct)+3
        distance = readInteger(distance)

        local instructSize = getInstructionSize(instruct)

        local address = (instruct + distance + instructSize) - xbase
        print(string.format("%s: MonsterHunterWorld.exe+%X",aobNames[i],address))
  end
[DISABLE]
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337096017</ID>
                  <Description>"Force Monster Stats"</Description>
                  <Options moHideChildren="1"/>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

aobscanmodule(getEmDiff,MonsterHunterWorld.exe,F3 0F 10 44 81 08 C3 1E) // should be unique
alloc(newmem,$128,getEmDiff)

label(code)
label(return)

label(gEmDiff)
registersymbol(gEmDiff)
newmem:

code:
  push rdx
  movss xmm0,[rcx+rax*4+08]
  cmp rsi,1
  je @f
  mov rdx,gEmDiff
  cmp [rdx+rax*4],(float)-1.0
  je @f
  movss xmm0,[rdx+rax*4]
@@:
  pop rdx
  jmp return

gEmDiff:
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0
  dd (float)-1.0

getEmDiff:
  jmp newmem
  nop
return:
registersymbol(getEmDiff)

[DISABLE]

getEmDiff:
  db F3 0F 10 44 81 08

unregistersymbol(getEmDiff)
dealloc(newmem)
unregistersymbol(gEmDiff)
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337096018</ID>
                      <Description>"Health"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096022</ID>
                      <Description>"Monster Damage"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096021</ID>
                      <Description>"Player Damage"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096020</ID>
                      <Description>"Monster Parts"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096019</ID>
                      <Description>"Monster Status"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096025</ID>
                      <Description>"Monster Buildup"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096024</ID>
                      <Description>"Monster Stun"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096023</ID>
                      <Description>"Monster Exaust"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+1C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096026</ID>
                      <Description>"Monster Mount"</Description>
                      <VariableType>Float</VariableType>
                      <Address>gEmDiff+20</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092131</ID>
                  <Description>"Serious Handler Everywhere"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

aobscanmodule(INJECT,MonsterHunterWorld.exe,89 91 D4 25 01 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+1E6CE05E)

label(code)
label(return)

newmem:

code:
  cmp edx,#10
  jbe @f
  mov edx,#24
  //mov [rcx+000125D8],#26
@@:
  mov [rcx+000125D4],edx
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 89 91 D4 25 01 00

unregistersymbol(INJECT)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092151</ID>
                  <Description>"Set Capacity"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{$lua}
if syntaxcheck then return end

[ENABLE]

local itemBase = GetAddressSafe("[MonsterHunterWorld.exe+500FDC0]+C8")
if itemBase then
  local item = readSmallInteger(readPointer(readPointer(itemBase)+0x8)+0x12)
  print("Changing Capacity...")
  print("Found ", item)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x8)+0x12, 20)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x10)+0x12, 20)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x18)+0x12, 5)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x20)+0x12, 5)
  writeSmallInteger(readPointer(readPointer(itemBase)+0xF0)+0x12, 8)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x1D8)+0x12, 16)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x1E0)+0x12, 10)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x260)+0x12, 4)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x280)+0x12, 4)
  writeSmallInteger(readPointer(readPointer(itemBase)+0x288)+0x12, 4)
  print("Complete")
end

[DISABLE]
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337092376</ID>
                  <Description>"Definitions"</Description>
                  <Options moHideChildren="1" moManualExpandCollapse="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337101003</ID>
                      <Description>"Upgrade Lists"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337100041</ID>
                          <Description>"listCUGreatSword"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Rathalos (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Great Jagras (+1 Attack)
4:Barroth (+10 Defense)
5:Nergigante (+1 Attack)
6:Great Girros (+1 Affinity)
7:Radobaan (+1 Attack)
8:Vaal Hazak (+1 Affinity)
9:Lavasioth (+1 Element)
10:Xeno-jiiva (+1 Sharpness)
12:Zorah Magdaros (+1 Attack)
13:Coral Pukei-Pukei (+1 Element)
14:Beotodus (+10 Defense)
15:Nightshade Paolumu (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Nargacuga (+1 Affinity)
18:Glavenus (+1 Element)
19:Acidic Glavenus (+1 Attack)
20:Banbaro (+1 Attack)
22:Zinogre (+1 Element)
23:Stygian Zinogre (+3 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUGreatSword</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101002</ID>
                          <Description>"listCULongSword"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:Jyuratodus (+1 Element)
3:Tobi-Kadachi (+1 Element)
4:Anjanath (+1 Attack)
5:Nergigante (+1 Attack)
6:Hornetaur (+1 Affinity)
7:Tzitzi-Ya-Ku (+1 Attack)
8:Legiana (+1 Element)
9:Vaal Hazak (+1 Affinity)
10:Uragaan (+1 Element)
11:Xeno'jiiva (+1 Sharpness)
12:Zorah Magdaros (+1 Element)
13:Viper Tobi-Kadachi (+1 Affinity)
14:Fulgur Anjanath (+1 Affinity)
15:Vaal Hazak+ (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Brachydios (+1 Attack)
19:Glavenus (+1 Element)
20:Acidic Glavenus (+1 Attack)
21:Banbaro (+1 Attack)
*:Sword &amp; Shield
-1:None
1:Great Jagras (+1 Attack)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Element)
4:Anjanath (+1 Attack)
5:Nergigante (+1 Attack)
6:paolumu (+1 Affinity)
7:Legiana (+1 Element)
8:Radobaan (+1 Attack)
9:Rathalos (+1 Affinity)
10:Kirin (+1 Element)
11:Xeno'jiiva (+1 Sharpness)
13:Great Girros (+1 Affinity)
14:Coral Pukei-Pukei (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Glavenus (+1 Attack)
19:Acidic Glavenus (+1 Affinity)
21:Namielle (+1 Attack)
-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:Jyuratodus (+1 Element)
3:Tobi-Kadachi (+1 Affinity)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Hornetaur (+10 Defense)
7:Tzitzi-Ya-Ku (+1 Attack)
8:Odogaron (+1 Affinity)
9:Diablos (+1 Attack)
10:Lavasioth (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
12:Zorah Magdaros (+1 Element)
13:Beotodus (+10 Defense)
14:Viper Tobi-Kadachi (+1 Element)
15:Fulgur Anjanath (+1 Element)
16:Nergigante+ (+2 Attack)
17:Tigrex (+1 Attack)
18:Nargacuga (+1 Affinity)
19:Brachydios (+1 Attack)
20:Banbaro (+1 Attack)
22:Brute Tigrex (+1 Affinity)
24:Black Diablos (+10 Defense)
25:Stygian Zinogre (+3 Affinity)
-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Attack)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Great Girros (+1 Attack)
7:Radobaan (+1 Element)
8:Vaal Hazak (+1 Element)
9:Diablos (+1 Attack)
10:Uragaan (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
14:Fulgur Anjanath (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Tigrex (+1 Attack)
19:Banbaro (+1 Affinity)
21:Yian Garuga (+1 Affinity)
22:Brute Tigrex (+1 Affinity)
23:Black Diablos (+10 Defense)
-1:None
1:Nergigante (+1 Attack)
2:Xeno'jiiva (+1 Sharpness)
3:Kulu-Ya-Ku (+1 Affinity)
4:Legiana (+1 Element)
5:pukei-Pukei (+1 Element)
6:Dodogama (+1 Attack)
7:paolumu (+1 Affinity)
8:Anjanath (+1 Attack)
9:Vespoid (+1 Element)
10:Radobaan (+1 Attack)
11:Kirin (+1 Element)
12:Bazelgeuse (+1 Attack)
13:Barioth (+3 Affinity)
14:Coral Pukei-Pukei (+1 Element)
15:Fulgur Anjanath (+1 Affinity)
16:Nightshade Paolumu (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Brachydios (+1 Attack)
20:Namielle (+1 Affinity)
-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Attack)
4:Nergigante (+1 Attack)
5:Hornetaur (+10 Defense)
6:Legiana (+1 Element)
7:Odogaron (+1 Attack)
8:Vaal Hazak (+1 Element)
9:Rathalos (+1 Attack)
10:Dodogama (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
13:Coral Pukei-Pukei (+1 Element)
14:Nightshade Paolumu (+1 Affinity)
15:Legiana+ (+10 Defense)
16:Ebony Odogaron (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Barioth (+3 Affinity)
19:Nargacuga (+1 Affinity)
20:Brachydios (+1 Attack)
22:Namielle (+1 Affinity)
23:Zinogre (+1 Element)
24:Stygian Zinogre (+1 Element)
-1:None
1:Great Jagras (+1 Attack)
2:Barroth (+10 Defense)
3:Tobi-Kadachi (+1 Affinity)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Great Girros (+1 Affinity)
7:Legiana (+1 Element)
8:Vaal Hazak (+1 Affinity)
9:Rathalos (+1 Attack)
10:Jyuratodus (+1 Element)
11:Xeno'jiiva (+1 Sharpness)
12:Bazelgeuse (+1 Element)
13:Fulgur Anjanath (+1 Element)
14:Legiana+ (+3 Affinity)
15:Vaal Hazak+ (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Bazelgeuse+ (+1 Element)
18:Nargacuga (+1 Affinity)
19:Brachydios (+1 Attack)
20:Glavenus (+10 Defense)
21:Acidic Glavenus (+1 Attack)
22:Banbaro (+1 Attack)
24:Yian Garuga (+1 Affinity)
-1:None
1:Kulu-Ya-Ku (+1 Attack)
3:Barroth (+5 Defense)
4:Nergigante (+1 Attack)
5:paolumu (+1 Affinity)
6:Legiana (+1 Element)
7:Vaal Hazak (+1 Affinity)
8:Rathalos (+1 Affinity)
9:Diablos (+1 Attack)
10:Uragaan (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
12:Bazelgeuse (+1 Element)
13:pukei-Pukei (+1 Element)
14:Coral Pukei-Pukei (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Vaal Hazak+ (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Bazelgeuse+ (+1 Element)
19:Tigrex (+1 Attack)
20:Brachydios (+1 Attack)
21:Glavenus (+5 Defense)
22:Acidic Glavenus (+5 Defense)
23:Banbaro (+5 Defense)
24:Zinogre (+1 Element)
26:Stygian Zinogre (+3 Affinity)
27:Yian Garuga (+1 Affinity)
29:Brute Tigrex (+5 Defense)
31:Azure Rathalos (+1 Attack)
-1:None
1:Great Jagras (+1 Attack)
2:Jyuratodus (+1 Element)
3:Tobi-Kadachi (+1 Element)
4:Nergigante (+1 Attack)
5:Great Girros (+1 Affinity)
6:Odogaron (+1 Affinity)
7:Vaal Hazak (+1 Element)
8:Rathalos (+1 Element)
9:Diablos (+1 Attack)
10:Dodogama (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
13:Beotodus (+1 Attack)
14:Viper Tobi-Kadachi (+1 Affinity)
15:Vaal Hazak+ (+1 Attack)
16:Nergigante+ (+2 Attack)
17:Tigrex (+1 Attack)
18:Nargacuga (+1 Affinity)
20:Namielle (+1 Affinity)
21:Black Diablos (+1 Element)
22:Brute Tigrex (+10 Defense)
23:Stygian Zinogre (+3 Affinity)
-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Tobi-Kadachi (+1 Affinity)
4:Nergigante (+1 Attack)
5:Tzitzi-Ya-Ku (+10 Defense)
6:Odogaron (+1 Affinity)
7:Vaal Hazak (+1 Element)
8:Rathalos (+1 Element)
9:Diablos (+1 Attack)
10:Dodogama (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
13:Coral Pukei-Pukei (+1 Element)
14:Beotodus (+10 Defense)
15:Viper Tobi-Kadachi (+10 Defense)
16:Nightshade Paolumu (+1 Attack)
17:Vaal Hazak+ (+1 Attack)
18:Nergigante+ (+2 Attack)
19:Tigrex (+1 Attack)
20:Nargacuga (+1 Affinity)
22:Namielle (+1 Affinity)
23:Black Diablos (+1 Element)
24:Brute Tigrex (+10 Defense)
25:Stygian Zinogre (+3 Affinity)
-1:None
1:Nergigante (+1 Attack)
2:Vaal Hazak (+1 Affinity)
3:Xeno'jiiva (+2 Element)
4:paolumu (+1 Affinity)
5:Kulu-Ya-Ku (+1 Attack)
6:Odogaron (+1 Affinity)
10:Barroth (+10 Defense)
13:Coral Pukei-Pukei (+10 Defense)
16:Nightshade Paolumu (+1 Affinity)
17:Nergigante+ (+1 Attack)
18:Bazelgeuse+ (+1 Element)
19:Tigrex (+10 Defense)
20:Nargacuga (+1 Attack)
21:Brachydios (+1 Attack)
22:Glavenus (+1 Attack)
24:Banbaro (+1 Attack)
26:Yian Garuga (+10 Defense)
27:Silver Rathalos (+1 Affinity)
28:Brute Tigrex (+10 Defense)
30:Azure Rathalos (+1 Affinity)
31:Stygian Zinogre (+3 Affinity)
-1:None
1:Nergigante (+1 Attack)
2:Xeno'jiiva (+2 Element)
3:Great Jagras (+1 Attack)
4:Dodogama (+10 Defense)
5:Tzitzi-Ya-Ku (+1 Affinity)
6:Diablos (+1 Attack)
7:pukei-Pukei (+10 Defense)
8:Radobaan (+1 Attack)
9:Tobi-Kadachi (+1 Affinity)
10:Anjanath (+1 Affinity)
11:Zorah Magdaros (+1 Attack)
13:Viper Tobi-Kadachi (+1 Affinity)
14:Nightshade Paolumu (+1 Attack)
15:Nergigante+ (+2 Attack)
16:Barioth (+3 Affinity)
18:Namielle (+1 Affinity)
19:Coral Pukei-Pukei (+10 Defense)
-1:None
1:Nergigante (+1 Attack)
2:Vaal Hazak (+1 Element)
3:Xeno'jiiva (+1 Element)
4:Rathalos (+1 Affinity)
5:Kulu-Ya-Ku (+1 Affinity)
6:Legiana (+1 Element)
7:Diablos (+10 Defense)
8:pukei-Pukei (+10 Defense)
10:Tobi-Kadachi (+1 Element)
11:Anjanath (+1 Attack)
13:Fulgur Anjanath (+1 Element)
14:Nightshade Paolumu (+1 Affinity)
15:Vaal Hazak+ (+1 Attack)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Tigrex (+1 Attack)
19:Glavenus (+1 Attack)
20:Acidic Glavenus (+10 Defense)
21:Banbaro (+1 Attack)
23:Gold Rathian (+1 Element)
24:Silver Rathalos (+1 Affinity)
25:Brute Tigrex (+1 Affinity)
26:Azure Rathalos (+1 Affinity)
27:pink Rathian (+1 Element)
28:Coral Pukei-Pukei (+10 Defense)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCULongSword</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101001</ID>
                          <Description>"listCUSwordShield"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Great Jagras (+1 Attack)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Element)
4:Anjanath (+1 Attack)
5:Nergigante (+1 Attack)
6:paolumu (+1 Affinity)
7:Legiana (+1 Element)
8:Radobaan (+1 Attack)
9:Rathalos (+1 Affinity)
10:Kirin (+1 Element)
11:Xeno'jiiva (+1 Sharpness)
13:Great Girros (+1 Affinity)
14:Coral Pukei-Pukei (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Glavenus (+1 Attack)
19:Acidic Glavenus (+1 Affinity)
21:Namielle (+1 Attack)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUSwordShield</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101000</ID>
                          <Description>"listCUDualBlades"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:Jyuratodus (+1 Element)
3:Tobi-Kadachi (+1 Affinity)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Hornetaur (+10 Defense)
7:Tzitzi-Ya-Ku (+1 Attack)
8:Odogaron (+1 Affinity)
9:Diablos (+1 Attack)
10:Lavasioth (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
12:Zorah Magdaros (+1 Element)
13:Beotodus (+10 Defense)
14:Viper Tobi-Kadachi (+1 Element)
15:Fulgur Anjanath (+1 Element)
16:Nergigante+ (+2 Attack)
17:Tigrex (+1 Attack)
18:Nargacuga (+1 Affinity)
19:Brachydios (+1 Attack)
20:Banbaro (+1 Attack)
22:Brute Tigrex (+1 Affinity)
24:Black Diablos (+10 Defense)
25:Stygian Zinogre (+3 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUDualBlades</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337100999</ID>
                          <Description>"listCUHammer"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Attack)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Great Girros (+1 Attack)
7:Radobaan (+1 Element)
8:Vaal Hazak (+1 Element)
9:Diablos (+1 Attack)
10:Uragaan (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
14:Fulgur Anjanath (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Tigrex (+1 Attack)
19:Banbaro (+1 Affinity)
21:Yian Garuga (+1 Affinity)
22:Brute Tigrex (+1 Affinity)
23:Black Diablos (+10 Defense)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUHammer</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101005</ID>
                          <Description>"listCUHuntingHorn"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Nergigante (+1 Attack)
2:Xeno'jiiva (+1 Sharpness)
3:Kulu-Ya-Ku (+1 Affinity)
4:Legiana (+1 Element)
5:pukei-Pukei (+1 Element)
6:Dodogama (+1 Attack)
7:paolumu (+1 Affinity)
8:Anjanath (+1 Attack)
9:Vespoid (+1 Element)
10:Radobaan (+1 Attack)
11:Kirin (+1 Element)
12:Bazelgeuse (+1 Attack)
13:Barioth (+3 Affinity)
14:Coral Pukei-Pukei (+1 Element)
15:Fulgur Anjanath (+1 Affinity)
16:Nightshade Paolumu (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Brachydios (+1 Attack)
20:Namielle (+1 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUHuntingHorn</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101004</ID>
                          <Description>"listCULance"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Barroth (+1 Attack)
4:Nergigante (+1 Attack)
5:Hornetaur (+10 Defense)
6:Legiana (+1 Element)
7:Odogaron (+1 Attack)
8:Vaal Hazak (+1 Element)
9:Rathalos (+1 Attack)
10:Dodogama (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
13:Coral Pukei-Pukei (+1 Element)
14:Nightshade Paolumu (+1 Affinity)
15:Legiana+ (+10 Defense)
16:Ebony Odogaron (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Barioth (+3 Affinity)
19:Nargacuga (+1 Affinity)
20:Brachydios (+1 Attack)
22:Namielle (+1 Affinity)
23:Zinogre (+1 Element)
24:Stygian Zinogre (+1 Element)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCULance</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101006</ID>
                          <Description>"listCUGunlance"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Great Jagras (+1 Attack)
2:Barroth (+10 Defense)
3:Tobi-Kadachi (+1 Affinity)
4:Anjanath (+1 Element)
5:Nergigante (+1 Attack)
6:Great Girros (+1 Affinity)
7:Legiana (+1 Element)
8:Vaal Hazak (+1 Affinity)
9:Rathalos (+1 Attack)
10:Jyuratodus (+1 Element)
11:Xeno'jiiva (+1 Sharpness)
12:Bazelgeuse (+1 Element)
13:Fulgur Anjanath (+1 Element)
14:Legiana+ (+3 Affinity)
15:Vaal Hazak+ (+1 Affinity)
16:Nergigante+ (+2 Attack)
17:Bazelgeuse+ (+1 Element)
18:Nargacuga (+1 Affinity)
19:Brachydios (+1 Attack)
20:Glavenus (+10 Defense)
21:Acidic Glavenus (+1 Attack)
22:Banbaro (+1 Attack)
24:Yian Garuga (+1 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUGunlance</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101009</ID>
                          <Description>"listCUSwitchAxe"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Attack)
3:Barroth (+5 Defense)
4:Nergigante (+1 Attack)
5:paolumu (+1 Affinity)
6:Legiana (+1 Element)
7:Vaal Hazak (+1 Affinity)
8:Rathalos (+1 Affinity)
9:Diablos (+1 Attack)
10:Uragaan (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
12:Bazelgeuse (+1 Element)
13:pukei-Pukei (+1 Element)
14:Coral Pukei-Pukei (+1 Element)
15:Nightshade Paolumu (+1 Affinity)
16:Vaal Hazak+ (+1 Affinity)
17:Nergigante+ (+2 Attack)
18:Bazelgeuse+ (+1 Element)
19:Tigrex (+1 Attack)
20:Brachydios (+1 Attack)
21:Glavenus (+5 Defense)
22:Acidic Glavenus (+5 Defense)
23:Banbaro (+5 Defense)
24:Zinogre (+1 Element)
26:Stygian Zinogre (+3 Affinity)
27:Yian Garuga (+1 Affinity)
29:Brute Tigrex (+5 Defense)
31:Azure Rathalos (+1 Attack)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUSwitchAxe</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101008</ID>
                          <Description>"listCUChargeBlade"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Great Jagras (+1 Attack)
2:Jyuratodus (+1 Element)
3:Tobi-Kadachi (+1 Element)
4:Nergigante (+1 Attack)
5:Great Girros (+1 Affinity)
6:Odogaron (+1 Affinity)
7:Vaal Hazak (+1 Element)
8:Rathalos (+1 Element)
9:Diablos (+1 Attack)
10:Dodogama (+10 Defense)
11:Xeno'jiiva (+1 Sharpness)
13:Beotodus (+1 Attack)
14:Viper Tobi-Kadachi (+1 Affinity)
15:Vaal Hazak+ (+1 Attack)
16:Nergigante+ (+2 Attack)
17:Tigrex (+1 Attack)
18:Nargacuga (+1 Affinity)
20:Namielle (+1 Affinity)
21:Black Diablos (+1 Element)
22:Brute Tigrex (+10 Defense)
23:Stygian Zinogre (+3 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUChargeBlade</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101007</ID>
                          <Description>"listCUInsectGlaive"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Kulu-Ya-Ku (+1 Affinity)
2:pukei-Pukei (+1 Element)
3:Tobi-Kadachi (+1 Affinity)
4:Nergigante (+1 Attack)
5:Tzitzi-Ya-Ku (+10 Defense)
6:Odogaron (+1 Affinity)
7:Vaal Hazak (+1 Element)
8:Rathalos (+1 Element)
9:Diablos (+1 Attack)
10:Dodogama (+1 Attack)
11:Xeno'jiiva (+1 Sharpness)
13:Coral Pukei-Pukei (+1 Element)
14:Beotodus (+10 Defense)
15:Viper Tobi-Kadachi (+10 Defense)
16:Nightshade Paolumu (+1 Attack)
17:Vaal Hazak+ (+1 Attack)
18:Nergigante+ (+2 Attack)
19:Tigrex (+1 Attack)
20:Nargacuga (+1 Affinity)
22:Namielle (+1 Affinity)
23:Black Diablos (+1 Element)
24:Brute Tigrex (+10 Defense)
25:Stygian Zinogre (+3 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUInsectGlaive</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101012</ID>
                          <Description>"listCULightBowgun"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Nergigante (+1 Attack)
2:Vaal Hazak (+1 Affinity)
3:Xeno'jiiva (+2 Element)
4:paolumu (+1 Affinity)
5:Kulu-Ya-Ku (+1 Attack)
6:Odogaron (+1 Affinity)
10:Barroth (+10 Defense)
13:Coral Pukei-Pukei (+10 Defense)
16:Nightshade Paolumu (+1 Affinity)
17:Nergigante+ (+1 Attack)
18:Bazelgeuse+ (+1 Element)
19:Tigrex (+10 Defense)
20:Nargacuga (+1 Attack)
21:Brachydios (+1 Attack)
22:Glavenus (+1 Attack)
24:Banbaro (+1 Attack)
26:Yian Garuga (+10 Defense)
27:Silver Rathalos (+1 Affinity)
28:Brute Tigrex (+10 Defense)
30:Azure Rathalos (+1 Affinity)
31:Stygian Zinogre (+3 Affinity)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCULightBowgun</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101011</ID>
                          <Description>"listCUHeavyBowgun"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Nergigante (+1 Attack)
2:Xeno'jiiva (+2 Element)
3:Great Jagras (+1 Attack)
4:Dodogama (+10 Defense)
5:Tzitzi-Ya-Ku (+1 Affinity)
6:Diablos (+1 Attack)
7:pukei-Pukei (+10 Defense)
8:Radobaan (+1 Attack)
9:Tobi-Kadachi (+1 Affinity)
10:Anjanath (+1 Affinity)
11:Zorah Magdaros (+1 Attack)
13:Viper Tobi-Kadachi (+1 Affinity)
14:Nightshade Paolumu (+1 Attack)
15:Nergigante+ (+2 Attack)
16:Barioth (+3 Affinity)
18:Namielle (+1 Affinity)
19:Coral Pukei-Pukei (+10 Defense)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUHeavyBowgun</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101010</ID>
                          <Description>"listCUBow"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Nergigante (+1 Attack)
2:Vaal Hazak (+1 Element)
3:Xeno'jiiva (+1 Element)
4:Rathalos (+1 Affinity)
5:Kulu-Ya-Ku (+1 Affinity)
6:Legiana (+1 Element)
7:Diablos (+10 Defense)
8:pukei-Pukei (+10 Defense)
10:Tobi-Kadachi (+1 Element)
11:Anjanath (+1 Attack)
13:Fulgur Anjanath (+1 Element)
14:Nightshade Paolumu (+1 Affinity)
15:Vaal Hazak+ (+1 Attack)
16:Nergigante+ (+2 Attack)
17:Barioth (+3 Affinity)
18:Tigrex (+1 Attack)
19:Glavenus (+1 Attack)
20:Acidic Glavenus (+10 Defense)
21:Banbaro (+1 Attack)
23:Gold Rathian (+1 Element)
24:Silver Rathalos (+1 Affinity)
25:Brute Tigrex (+1 Affinity)
26:Azure Rathalos (+1 Affinity)
27:pink Rathian (+1 Element)
28:Coral Pukei-Pukei (+10 Defense)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listCUBow</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101015</ID>
                      <Description>"Layered Weapon List"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1337101016</ID>
                          <Description>"listLWGreatSword"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Iron Blaze (Base)
2:Single Edge Iron (Base)
3:Iron Axe (Base)
4:Iron Scythe (Base)
5:Giant Bone Blade (Base)
6:Double Edge Bone (Base)
7:Single Edge Bone (Base)
8:Thorn Bone (Base)
9:Velkhana (Unique)
10:Lunastra Single Edge (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Great Jagras (Parts)
16:Great Girros (Parts)
17:pukei-Pukei (Parts)
18:Coral Pukei-Pukei (Parts)
19:Barroth (Parts)
20:Beotodus (Parts)
21:Banbaro (Parts)
22:Nightshade Paolumu (Parts)
23:Radobaan (Parts)
24:Rathalos (Parts)
25:Lavasioth (Parts)
26:Nargacuga (Parts)
27:Glavenus (Parts)
28:Acidic Glavenus (Parts)
29:Vaal Hazak (Parts)
30:Zorah Magdaros (Parts)
31:Zinogre (Parts)
32:Nergigante (Parts)
33:Ruiner Nergigante (Parts)
34:Stygian Zinogre (Parts)
35:Xeno'jiiva (Parts)
36:Anjanath (Unique)
37:Fulgur Anjanath (Unique)
38:Barioth (Unique)
39:Rathalos (Unique)
40:Azure Rathalos (Unique)
41:Brachydios (Unique)
42:Tigrex (Unique)
43:Brute Tigrex (Unique)
44:Deviljho (Unique)
45:Savage Deviljho (Unique)
46:Vaal Hazak (Unique)
47:Blackveil Vaal Hazak (Unique)
48:Kushala Daora (Unique)
49:Kirin (Unique)
50:Shara Ishvalda (Unique)
51:Silver Rathalos (Unique)
52:Nergigante (Unique)
53:Ruiner Nergigante (Unique)
54:Rajang (Unique)
55:Safi'jiiva (Unique)
56:Awakened Safi'jiiva (Unique)
57:Furious Rajang (Unique)
58:Raging Brachydios (Unique)
59:Frostfang Barioth (Unique)
60:Alatreon (Unique)
61:Fatalis (Unique)
62:Workshop (Unique)
63:Wyvern Ignition (Unique)
64:Frozen Speartuna (Unique)
65:Guild Palace (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWGreatSword</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101017</ID>
                          <Description>"listLWLongSword"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Cleaver Iron (Base)
3:Serrated Iron (Base)
4:Iron Hookblade (Base)
5:Basic Bone (Base)
6:Angled Bone Blade (Base)
7:Thorn Bone (Base)
8:Crescent Bone (Base)
9:Velkhana (Unique)
10:Lunastra Single Edge (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Hornetaur (Parts)
16:Tzitzi-Ya-Ku (Parts)
17:Kulu-Ya-Ku (Parts)
18:Jyuratodus (Parts)
19:Tobi-Kadachi (Parts)
20:Viper Tobi-Kadachi (Parts)
21:Banbaro (Parts)
22:Anjanath (Parts)
23:Fulgur Anjanath (Parts)
24:Barioth (Parts)
25:Legiana (Parts)
26:Uragaan (Parts)
27:Glavenus (Parts)
28:Acidic Glavenus (Parts)
29:Brachydios (Parts)
30:Vaal Hazak (Parts)
31:Blackveil Vaal Hazak (Parts)
32:Zorah Magdaros (Parts)
33:Nergigante (Parts)
34:Ruiner Nergigante (Parts)
35:Xeno'jiiva (Parts)
36:Unavailable
37:Workshop (Unique)
38:Rathain (Unique)
39:pink Rathian (Unique)
40:Rathalos (Unique)
41:Azure Rathalos (Unique)
42:Legiana (Unique)
43:Shrieking Legiana (Unique)
44:Nargacuga (Unique)
45:Tigrex (Unique)
46:Brute Tigrex (Unique)
47:Bazelgeuse (Unique)
48:Seething Bazelgeuse (Unique)
49:Deviljho (Unique)
50:Savage Deviljho (Unique)
51:Teostra (Unique)
52:Namielle (Unique)
53:Shara Ishvalda (Unique)
54:Yian Garuga (Unique)
55:Zinogre (Unique)
56:Gold Rathian (Unique)
57:Silver Rathalos (Unique)
58:Nergigante (Unique)
59:Ruiner Nergigante (Unique)
60:Rajang (Unique)
61:Stygian Zinogre (Unique)
62:Safi'jiiva (Unique)
63:Awakened Safi'jiiva (Unique)
64:Furious Rajang (Unique)
65:Frostfang Barioth (Unique)
66:Alatreon (Unique)
67:Fatalis (Unique)
68:Azure Star (Unique)
69:Scavenger Pickaxe (Unique)
70:Guild Palace (Unique)
71:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWLongSword</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101018</ID>
                          <Description>"listLWSwordShield"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Single Edge Iron (Base)
2:Iron Hookblade (Base)
3:Iron Hatchet (Base)
4:Double Edge Iron (Base)
5:Bone Kukri (Base)
6:Crooked Bone (Base)
7:Bone Club (Base)
8:Giant Bone Blade (Base)
9:Velkhana (Unique)
10:Lunastra Hookblade (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Great Jagras (Parts)
16:Great Girros (Parts)
17:pukei-Pukei (Parts)
18:Coral Pukei-Pukei (Parts)
19:Barroth (Parts)
20:Anjanath (Parts)
21:Paolumu (Parts)
22:Nightshade Paolumu (Parts)
23:Radobaan (Parts)
24:Barioth (Parts)
25:Rathalos (Parts)
26:Legiana (Parts)
27:Glavenus (Parts)
28:Acidic Glavenus (Parts)
29:Kirin (Parts)
30:Namielle (Parts)
31:Nergigante (Parts)
32:Ruiner Nergigante (Parts)
33:Xeno'jiiva (Parts)
34:Anjanath (Unique)
35:Fulgur Anjanath (Unique)
36:Rathain (Unique)
37:Pink Rathian (Unique)
38:Barioth (Unique)
39:Rathalos (Unique)
40:Azure Rathalos (Unique)
41:Legian (Unique)
42:Shrieking Legiana (Unique)
43:Nargacuga (Unique)
44:Brachydios (Unique)
45:Tigrex (Unique)
46:Brute Tigrex (Unique)
47:Deviljho (Unique)
48:Savage Deviljho (Unique)
49:Teostra (Unique)
50:Shara Ishvalda (Unique)
51:Zinogre (Unique)
52:Gold Rathian (Unique)
53:Silver Rathalos (Unique)
54:Nergigante (Unique)
55:Ruiner Nergigante (Unique)
56:Rajang (Unique)
57:Stygian Zinogre (Unique)
58:Safi'jiiva (Unique)
59:Awakened Safi'jiiva (Unique)
60:Furious Rajang (Unique)
61:Raging Brachydios (Unique)
62:Frostfang Barioth (Unique)
63:Alatreon (Unique)
64:Fatalis (Unique)
65:Witcher (Unique)
66:Workshop (Unique)
67:Workshop+ (Unique)
68:Guild Palace (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWSwordShield</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101019</ID>
                          <Description>"listLWDualBlades"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Single Edge Iron (Base)
2:Iron Hatchet (Base)
3:Iron Chainsaw (Base)
4:Double Edge Iron (Base)
5:Crooked Bone (Base)
6:Angled Bone Blade (Base)
7:Bone Club (Base)
8:Giant Bone Blade (Base)
9:Velkhana (Unique)
10:Lunastra Single Edge (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Hornetaur (Parts)
16:Tzitzi-Ya-Ku (Parts)
17:Kulu-Ya-Ku (Parts)
18:Jyuratodus (Parts)
19:Beotodus (Parts)
20:Tobi-Kadachi (Parts)
21:Viper Tobi-Kadachi (Parts)
22:Banbaro (Parts)
23:Anjanath (Parts)
24:Fulgur Anjanath (Parts)
25:Diablos (Parts)
26:Black Diablos (Parts)
27:Odogaron (Parts)
28:Lavasioth (Parts)
29:Nargacuga (Parts)
30:Brachydios (Parts)
31:Tigrex (Parts)
32:Brute Tigrex (Parts)
33:Zorah Magdaros (Parts)
34:Nergigante (Parts)
35:Ruiner Nergigante (Parts)
36:Stygian Zinogre (Parts)
37:Xeno'jiiva (Parts)
39:Barioth (Unique)
40:Rathalos (Unique)
41:Odogaron (Unique)
42:Ebony Odogaron (Unique)
43:Glavenus (Unique)
44:Acidic Glavenus (Unique)
45:Bazelgeuse (Unique)
46:Seething Bazelgeuse (Unique)
47:Deviljho (Unique)
48:Savage Deviljho (Unique)
49:Blizzard and Blaze (Unique)
50:Kirin (Unique)
51:Shara Ishvalda (Unique)
52:Yian Garuga (Unique)
53:Zinogre (Unique)
54:Rathalos+ (Unique)
55:Nergigante (Unique)
56:Ruiner Nergigante (Unique)
57:Rajang (Unique)
58:Stygian Zinogre (Unique)
59:Safi'jiiva (Unique)
60:Awakened Safi'jiiva (Unique)
61:Furious Rajang (Unique)
62:Frostfang Barioth (Unique)
63:Alatreon (Unique)
64:Fatalis (Unique)
65:Witcher (Unique)
66:Workshop (Unique)
67:Workshop+ (Unique)
68:Dragonbone (Unique)
69:Downy Crake (Unique)
70:Whetfish Sabers (Unique)
72:Guild Palace (Unique)
73:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWDualBlades</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101020</ID>
                          <Description>"listLWHammer"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Iron Demon (Base)
3:Iron Multiblade (Base)
4:Round Bone (Base)
5:Angled Bone (Base)
6:Fang Bone (Base)
7:Velkhana (Unique)
8:Lunastra Demon (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Great Girros (Parts)
14:Kulu-Ya-Ku (Parts)
15:pukei-Pukei (Parts)
16:Barroth (Parts)
17:Banbaro (Parts)
18:Anjanath (Parts)
19:Fulgur Anjanath (Parts)
20:Nightshade Paolumu (Parts)
21:Radobaan (Parts)
22:Barioth (Parts)
23:Diablos (Parts)
24:Black Diablos (Parts)
25:Uragaan (Parts)
26:Tigrex (Parts)
27:Brute Tigrex (Parts)
28:Vaal Hazak (Parts)
29:Yian Garuga (Parts)
30:Nergigante (Parts)
31:Ruiner Nergigante (Parts)
32:Xeno'jiiva (Parts)
33:Workshop Ice (Unique)
34:Workshop (Unique)
35:pukei-Pukei (Unique)
36:Coral Pukei-Pukei (Unique)
37:Rathalos (Unique)
38:Nargacuga (Unique)
39:Glavenus (Unique)
40:Acidic Glavenus (Unique)
41:Brachydios (Unique)
42:Tigrex (Unique)
43:Deviljho (Unique)
44:Savage Deviljho (Unique)
45:Vaal Hazak (Unique)
46:Blackveil Vaal Hazak (Unique)
47:Kushala Daora (Unique)
48:Shara Ishvalda (Unique)
49:Zorah Magdaros (Unique)
50:Zinogre (Unique)
51:Silver Rathalos (Unique)
52:Nergigante (Unique)
53:Ruiner Nergigante (Unique)
54:Rajang (Unique)
55:Stygian Zinogre (Unique)
56:Safi'jiiva (Unique)
57:Awakened Safi'jiiva (Unique)
58:Furious Rajang (Unique)
59:Raging Brachydios (Unique)
60:Frostfang Barioth (Unique)
61:Alatreon (Unique)
62:Fatalis (Unique)
63:Bristly Pincushion (Unique)
64:Well-Done Hammer (Unique)
65:Space Lord Hammer (Unique)
66:Guild Palace (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWHammer</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101021</ID>
                          <Description>"listLWHuntingHorn"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Iron Pipe (Base)
2:Iron Drum (Base)
3:Iron Gong (Base)
4:Basic Bone (Base)
5:Insect Husk (Base)
6:Angled Bone (Base)
7:Velkhana (Unique)
8:Lunastra Drum (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Vespoid (Parts)
14:Dodogama (Parts)
15:Kulu-Ya-Ku (Parts)
16:pukei-Pukei (Parts)
17:Coral Pukei-Pukei (Parts)
18:Anjanath (Parts)
19:Fulgur Anjanath (Parts)
20:paolumu (Parts)
21:Nightshade Paolumu (Parts)
22:Radobaan (Parts)
23:Barioth (Parts)
24:Legiana (Parts)
25:Brachydios (Parts)
26:Bazelgeuse (Parts)
27:Kirin (Parts)
28:Namielle (Parts)
29:Nergigante (Parts)
30:Ruiner Nergigante (Parts)
31:Xeno'jiiva (Parts)
33:Vespoid (Unique)
34:Rathian (Unique)
35:pink Rathian (Unique)
36:Legiana (Unique)
37:Shrieking Legiana (Unique)
38:Nargacuga (Unique)
39:Glavenus (Unique)
40:Acidic Glavenus (Unique)
41:Tigrex (Unique)
42:Brute Tigrex (Unique)
43:Bazelgeuse (Unique)
44:Seething Bazelgeuse (Unique)
45:Deviljho (Unique)
46:Savage Deviljho (Unique)
47:Teostra (Unique)
48:Shara Ishvalda (Unique)
49:Yian Garuga (Unique)
50:Zinogre (Unique)
51:Gold Rathian (Unique)
52:Nergigante (Unique)
53:Ruiner Nergigante (Unique)
54:Rajang (Unique)
55:Stygian Zinogre (Unique)
56:Safi'jiiva (Unique)
57:Awakened Safi'jiiva (Unique)
58:Furious Rajang (Unique)
59:Frostfang Barioth (Unique)
60:Alatreon (Unique)
61:Fatalis (Unique)
62:Guild Palace (Unique)
63:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWHuntingHorn</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101022</ID>
                          <Description>"listLWLance"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Iron Blade (Base)
3:Iron Multiblade (Base)
4:Iron Drill (Base)
5:Basic Bone (Base)
6:Spiral Bone (Base)
7:Bone Pincer (Base)
8:Bone Waraxe (Base)
9:Velkhana (Unique)
10:Lunastra Multiblade (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Hornetaur (Parts)
16:Dodogama (Parts)
17:Kulu-Ya-Ku (Parts)
18:pukei-Pukei (Parts)
19:Coral Pukei-Pukei (Parts)
20:Barroth (Parts)
21:Nightshade Paolumu (Parts)
22:Barioth (Parts)
23:Rathalos (Parts)
24:Legiana (Parts)
25:Shrieking Legiana (Parts)
26:Odogaron (Parts)
27:Ebony Odogaron (Parts)
28:Nargacuga (Parts)
29:Brachydios (Parts)
30:Vaal Hazak (Parts)
31:Namielle (Parts)
32:Zinogre (Parts)
33:Nergigante (Parts)
34:Ruiner Nergigante (Parts)
35:Stygian Zinogre (Parts)
36:Xeno'jiiva (Parts)
38:Workshop (Unique)
39:Barioth (Unique)
40:Rathalos (Unique)
41:Azure Rathalos (Unique)
42:Glavenus (Unique)
43:Acidic Glavenus (Unique)
44:Tigrex (Unique)
45:Brute Tigrex (Unique)
46:Bazelgeuse (Unique)
47:Seething Bazelgeuse (Unique)
48:Deviljho (Unique)
49:Savage Deviljho (Unique)
50:Vaal Hazak (Unique)
51:Blackveil Vaal Hazak (Unique)
52:Kushala Daora (Unique)
53:Kirin (Unique)
54:Shara Ishvalda (Unique)
55:Yian Garuga (Unique)
56:Silver Rathalos (Unique)
57:Nergigante (Unique)
58:Ruiner Nergigante (Unique)
59:Rajang (Unique)
60:Safi'jiiva (Unique)
61:Awakened Safi'jiiva (Unique)
62:Furious Rajang (Unique)
63:Frostfang Barioth (Unique)
64:Alatreon (Unique)
65:Fatalis (Unique)
66:First Fleet Lance (Unique)
67:Second Fleet Lance (Unique)
68:Guild Palace (Unique)
69:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWLance</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101023</ID>
                          <Description>"listLWGunlance"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Wide Iron Blade (Base)
3:Iron Multiblade (Base)
4:Iron Waraxe (Base)
5:Basic Bone (Base)
6:Wide Bone Blade (Base)
7:Thorn Bone (Base)
8:Sharp Bone (Base)
9:Velkhana (Unique)
10:Lunastra Broadblade (Base)
11:Kulve Taroth (Base)
12:Kulve Taroth+ (Base)
13:Kjárr (Base)
14:Kjárr+ (Base)
15:Great Jagras (Parts)
16:Great Girros (Parts)
17:Barroth (Parts)
18:Jyuratodus (Parts)
19:Tobi-Kadachi (Parts)
20:Banbaro (Parts)
21:Anjanath (Parts)
22:Fulgur Anjanath (Parts)
23:Rathalos (Parts)
24:Legiana (Parts)
25:Shrieking Legiana (Parts)
26:Nargacuga (Parts)
27:Glavenus (Parts)
28:Acidic Glavenus (Parts)
29:Brachydios (Parts)
30:Bazelgeuse (Parts)
31:Seething Bazelgeuse (Parts)
32:Vaal Hazak (Parts)
33:Blackveil Vaal Hazak (Parts)
34:Yian Garuga (Parts)
35:Nergigante (Parts)
36:Ruiner Nergigante (Parts)
37:Xeno'jiiva (Parts)
39:Tobi-Kadachi (Unique)
40:Viper Tobi-Kadachi (Unique)
41:Rathian (Unique)
42:pink Rathian (Unique)
43:Barioth (Unique)
44:Rathalos (Unique)
45:Azure Rathalos (Unique)
46:Tigrex (Unique)
47:Brute Tigrex (Unique)
48:Deviljho (Unique)
49:Savage Deviljho (Unique)
50:Kushala Daora (Unique)
51:Namielle (Unique)
52:Shara Ishvalda (Unique)
53:Zorah Magdaros (Unique)
54:Zinogre (Unique)
55:Gold Rathian (Unique)
56:Silver Rathalos (Unique)
57:Nergigante (Unique)
58:Ruiner Nergigante (Unique)
59:Rajang (Unique)
60:Stygian Zinogre (Unique)
61:Safi'jiiva (Unique)
62:Awakened Safi'jiiva (Unique)
63:Furious Rajang (Unique)
64:Frostfang Barioth (Unique)
65:Alatreon (Unique)
66:Fatalis (Unique)
67:Gajalaka (Unique)
68:Guild Palace (Unique)
69:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWGunlance</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101024</ID>
                          <Description>"listLWSwitchAxe"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Giant Ironblade (Base)
3:Sharp Bone (Base)
4:Basic Bone (Base)
5:Giant Bone Blade (Base)
6:Thorn Bone (Base)
7:Velkhana (Unique)
8:Lunastra Giantblade (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Great Jagras (Parts)
14:pukei-Pukei (Parts)
15:Coral Pukei-Pukei (Parts)
16:Barroth (Parts)
17:Jyuratodus (Parts)
18:Banbaro (Parts)
19:paolumu (Parts)
20:Nightshade Paolumu (Parts)
21:Rathalos (Parts)
22:Azure Rathalos (Parts)
23:Diablos (Parts)
24:Legiana (Parts)
25:Uragaan (Parts)
26:Glavenus (Parts)
27:Acidic Glavenus (Parts)
28:Brachydios (Parts)
29:Tigrex (Parts)
30:Brute Tigrex (Parts)
31:Bazelgeuse (Parts)
32:Seething Bazelgeuse (Parts)
33:Vaal Hazak (Parts)
34:Blackveil Vaal Hazak (Parts)
35:Yian Garuga (Parts)
36:Zinogre (Parts)
37:Silver Rathalos (Parts)
38:Nergigante (Parts)
39:Ruiner Nergigante (Parts)
40:Stygian Zinogre (Parts)
41:Xeno'jiiva (Parts)
43:Anjanath (Unique)
44:Fulgur Anjanath (Unique)
45:Rathian (Unique)
46:Barioth (Unique)
47:Diablos (Unique)
48:Black Diablos (Unique)
49:Legiana (Unique)
50:Shrieking Legiana (Unique)
51:Nargacuga (Unique)
52:Deviljho (Unique)
53:Savage Deviljho (Unique)
54:Teostra (Unique)
55:Kirin (Unique)
56:Namielle (Unique)
57:Shara Ishvalda (Unique)
58:Gold Rathian (Unique)
59:Nergigante (Unique)
60:Ruiner Nergigante (Unique)
61:Rajang (Unique)
62:Safi'jiiva (Unique)
63:Awakened Safi'jiiva (Unique)
64:Furious Rajang (Unique)
65:Frostfang Barioth (Unique)
66:Alatreon (Unique)
67:Fatalis (Unique)
68:Guild Palace (Unique)
69:Raging Brachydios (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWSwitchAxe</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101025</ID>
                          <Description>"listLWChargeBlade"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Angled Iron Blade (Base)
3:Iron Hookblade (Base)
4:Basic Bone (Base)
5:Giant Bone Blade (Base)
6:Angled Bone Blade (Base)
7:Velkhana (Unique)
8:Angled Lunastra Blade (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Great Jagras (Parts)
14:Great Girros (Parts)
15:Dodogama (Parts)
16:Jyuratodus (Parts)
17:Beotodus (Parts)
18:Tobi-Kadachi (Parts)
19:Viper Tobi-Kadachi (Parts)
20:Rathalos (Parts)
21:Diablos (Parts)
22:Black Diablos (Parts)
23:Odogaron (Parts)
24:Nargacuga (Parts)
25:Tigrex (Parts)
26:Brute Tigrex (Parts)
27:Vaal Hazak (Parts)
28:Blackveil Vaal Hazak (Parts)
29:Namielle (Parts)
30:Nergigante (Parts)
31:Ruiner Nergigante (Parts)
32:Stygian Zinogre (Parts)
33:Xeno'jiiva (Parts)
34:Rathian (Unique)
35:pink Rathian (Unique)
36:Barioth (Unique)
37:Rathalos (Unique)
38:Azure Rathalos (Unique)
39:Odogaron (Unique)
40:Ebony Odogaron (Unique)
41:Glavenus (Unique)
42:Acidic Glavenus (Unique)
43:Brachydios (Unique)
44:Deviljho (Unique)
45:Savage Deviljho (Unique)
46:Kushala Daora (Unique)
47:Shara Ishvalda (Unique)
48:Zorah Magdaros (Unique)
49:Zinogre (Unique)
50:Gold Rathian (Unique)
51:Silver Rathalos (Unique)
52:Nergigante (Unique)
53:Ruiner Nergigante (Unique)
54:Rajang (Unique)
55:Stygian Zinogre (Unique)
56:Safi'jiiva (Unique)
57:Awakened Safi'jiiva (Unique)
58:Furious Rajang (Unique)
59:Raging Brachydios (Unique)
60:Frostfang Barioth (Unique)
61:Alatreon (Unique)
62:Fatalis (Unique)
63:Dante's Devil Sword (Unique)
64:Guild Palace (Unique)
65:Black Eagle (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWChargeBlade</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101026</ID>
                          <Description>"listLWInsectGlaive"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Double Edge Iron (Base)
2:Iron Crescent (Base)
3:Iron Trident (Base)
4:Single Edge Bone (Base)
5:Bone Axe (Base)
6:Angled Bone (Base)
7:Velkhana (Unique)
8:Lunastra Crescent (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Tzitzi-Ya-Ku (Parts)
14:Dodogama (Parts)
15:Kulu-Ya-Ku (Parts)
16:pukei-Pukei (Parts)
17:Coral Pukei-Pukei (Parts)
18:Beotodus (Parts)
19:Tobi-Kadachi (Parts)
20:Viper Tobi-Kadachi (Parts)
21:Nightshade Paolumu (Parts)
22:Rathalos (Parts)
23:Diablos (Parts)
24:Black Diablos (Parts)
25:Odogaron (Parts)
26:Nargacuga (Parts)
27:Tigrex (Parts)
28:Brute Tigrex (Parts)
29:Vaal Hazak (Parts)
30:Blackveil Vaal Hazak (Parts)
31:Namielle (Parts)
32:Nergigante (Parts)
33:Ruiner Nergigante (Parts)
34:Stygian Zinogre (Parts)
35:Xeno'jiiva (Parts)
36:Anjanath (Unique)
37:Fulgur Anjanath (Unique)
38:Barioth (Unique)
39:Rathalos (Unique)
40:Azure Rathalos (Unique)
41:Odogaron (Unique)
42:Ebony Odogaron (Unique)
43:Glavenus (Unique)
44:Acidic Glavenus (Unique)
45:Brachydios (Unique)
46:Deviljho (Unique)
47:Savage Deviljho (Unique)
48:Kushala Daora (Unique)
49:Kirin (Unique)
50:Shara Ishvalda (Unique)
51:Zinogre (Unique)
52:Silver Rathalos (Unique)
53:Nergigante (Unique)
54:Ruiner Nergigante (Unique)
55:Rajang (Unique)
56:Stygian Zinogre (Unique)
57:Safi'jiiva (Unique)
58:Awakened Safi'jiiva (Unique)
59:Furious Rajang (Unique)
60:Raging Brachydios (Unique)
61:Frostfang Barioth (Unique)
62:Alatreon (Unique)
63:Fatalis (Unique)
64:Gae Bolg (Unique)
65:Guild Palace (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWInsectGlaive</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101027</ID>
                          <Description>"listLWLightBowgun"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
4:Basic Iron (Base)
5:Basic Iron (Base) - Silencer
6:Basic Iron (Base) - Long Barrel
10:Basic Bone (Base)
11:Basic Bone (Base) - Silencer
12:Basic Bone (Base) - Long Barrel
13:Velkhana (Unique)
14:Velkhana (Unique) - Silencer
15:Velkhana (Unique) - Long Barrel
16:Basic Lunastra (Base)
17:Basic Lunastra (Base) - Silencer
18:Basic Lunastra (Base) - Long Barrel
19:Kulve Taroth (Base)
20:Kulve Taroth (Base) - Silencer
21:Kulve Taroth (Base) - Long Barrel
22:Kulve Taroth+ (Base)
23:Kulve Taroth+ (Base) - Silencer
24:Kulve Taroth+ (Base) - Long Barrel
25:Kjárr (Base)
26:Kjárr (Base) - Silencer
27:Kjárr (Base) - Long Barrel
28:Kjárr+ (Base)
29:Kjárr+ (Base) - Silencer
30:Kjárr+ (Base) - Long Barrel
31:Great Jagras (Parts)
32:Coral Pukei-Pukei (Parts)
33:Barroth (Parts)
34:Jyuratodus (Parts)
35:Beotodus (Parts)
36:Banbaro (Parts)
37:Anjanath (Parts)
38:Fulgur Anjanath (Parts)
39:Paolumu (Parts)
40:Nightshade Paolumu (Parts)
41:Rathalos (Parts)
42:Azure Rathalos (Parts)
43:Odogaron (Parts)
44:Lavasioth (Parts)
45:Nargacuga (Parts)
46:Glavenus (Parts)
47:Acidic Glavenus (Parts)
48:Brachydios (Parts)
49:Tigrex (Parts)
50:Brute Tigrex (Parts)
51:Bazelgeuse (Parts)
52:Seething Bazelgeuse (Parts)
53:Vaal Hazak (Parts)
54:Yian Garuga (Parts)
55:Silver Rathalos (Parts)
56:Nergigante (Parts)
57:Ruiner Nergigante (Parts)
58:Stygian Zinogre (Parts)
59:Xeno'jiiva (Parts)
61:Onigashima (Unique)
62:Onigashima (Unique) - Silencer
63:Onigashima (Unique) - Long Barrel
64:Workshop (Unique)
65:Workshop (Unique) - Silencer
66:Workshop (Unique) - Long Barrel
67:Barioth (Unique)
68:Barioth (Unique) - Silencer
69:Barioth (Unique) - Long Barrel
70:Odogaron (Unique)
71:Odogaron (Unique) - Silencer
72:Odogaron (Unique) - Long Barrel
73:Ebony Odogaron (Unique)
74:Ebony Odogaron (Unique) - Silencer
75:Ebony Odogaron (Unique) - Long Barrel
76:Deviljho (Unique)
77:Deviljho (Unique) - Silencer
78:Deviljho (Unique) - Long Barrel
79:Savage Deviljho (Unique)
80:Savage Deviljho (Unique) - Silencer
81:Savage Deviljho (Unique) - Long Barrel
82:Vaal Hazak (Unique)
83:Vaal Hazak (Unique) - Silencer
84:Vaal Hazak (Unique) - Long Barrel
85:Blackveil Vaal Hazak (Unique)
86:Blackveil Vaal Hazak (Unique) - Silencer
87:Blackveil Vaal Hazak (Unique) - Long Barrel
88:Kushala Daora (Unique)
89:Kushala Daora (Unique) - Silencer
90:Kushala Daora (Unique) - Long Barrel
91:Kirin (Unique)
92:Kirin (Unique) - Silencer
93:Kirin (Unique) - Long Barrel
94:Namielle (Unique)
95:Namielle (Unique) - Silencer
96:Namielle (Unique) - Long Barrel
97:Shara Ishvalda (Unique)
98:Shara Ishvalda (Unique) - Silencer
99:Shara Ishvalda (Unique) - Long Barrel
100:Zinogre (Unique)
101:Zinogre (Unique) - Silencer
102:Zinogre (Unique) - Long Barrel
103:Nergigante (Unique)
104:Nergigante (Unique) - Silencer
105:Nergigante (Unique) - Long Barrel
106:Ruiner Nergigante (Unique)
107:Ruiner Nergigante (Unique) - Silencer
108:Ruiner Nergigante (Unique) - Long Barrel
109:Rajang (Unique)
110:Rajang (Unique) - Silencer
111:Rajang (Unique) - Long Barrel
112:Stygian Zinogre (Unique)
113:Stygian Zinogre (Unique) - Silencer
114:Stygian Zinogre (Unique) - Long Barrel
115:Safi'jiiva (Unique)
116:Safi'jiiva (Unique) - Silencer
117:Safi'jiiva (Unique) - Long Barrel
118:Awakened Safi'jiiva (Unique)
119:Awakened Safi'jiiva (Unique) - Silencer
120:Awakened Safi'jiiva (Unique) - Long Barrel
121:Furious Rajang (Unique)
122:Furious Rajang (Unique) - Silencer
123:Furious Rajang (Unique) - Long Barrel
124:Frostfang Barioth (Unique)
125:Frostfang Barioth (Unique) - Silencer
126:Frostfang Barioth (Unique) - Long Barrel
127:Alatreon (Unique)
128:Alatreon (Unique) - Silencer
129:Alatreon (Unique) - Long Barrel
130:Fatalis (Unique)
131:Fatalis (Unique) - Silencer
132:Fatalis (Unique) - Long Barrel
134:Guild Palace (Unique)
135:Guild Palace (Unique) - Silencer
136:Guild Palace (Unique) - Long Barrel
137:Raging Brachydios (Unique)
138:Raging Brachydios (Unique) - Silencer
139:Raging Brachydios (Unique) - Long Barrel
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWLightBowgun</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101028</ID>
                          <Description>"listLWHeavyBowgun"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
3:Basic Iron (Base)
4:Basic Iron (Base) - Power Barrel
7:Basic Bone (Base)
8:Basic Bone (Base) - Power Barrel
9:Velkhana (Unique)
10:Velkhana (Unique) - Power Barrel
11:Basic Lunastra (Base)
12:Basic Lunastra (Base) - Power Barrel
13:Kulve Taroth (Base)
14:Kulve Taroth (Base) - Power Barrel
15:Kulve Taroth+ (Base)
16:Kulve Taroth+ (Base) - Power Barrel
17:Kjárr (Base)
18:Kjárr (Base) - Power Barrel
19:Kjárr+ (Base)
20:Kjárr+ (Base) - Power Barrel
21:Great Jagras (Parts)
22:Tzitzi-Ya-Ku (Parts)
23:Dodogama (Parts)
24:pukei-Pukei (Parts)
25:Coral Pukei-Pukei (Parts)
26:Tobi-Kadachi (Parts)
27:Viper Tobi-Kadachi (Parts)
28:Anjanath (Parts)
29:Nightshade Paolumu (Parts)
30:Radobaan (Parts)
31:Barioth (Parts)
32:Diablos (Parts)
33:Namielle (Parts)
34:Zorah Magdaros (Parts)
35:Nergigante (Parts)
36:Ruiner Nergigante (Parts)
37:Xeno'jiiva (Parts)
38:Great Jagras (Unique)
39:Great Jagras (Unique) - Power Barrel
40:Anjanath (Unique)
41:Anjanath (Unique) - Power Barrel
42:Fulgur Anjanath (Unique)
43:Fulgur Anjanath (Unique) - Power Barrel
44:Diablos (Unique)
45:Diablos (Unique) - Power Barrel
46:Black Diablos (Unique)
47:Black Diablos (Unique) - Power Barrel
48:Legiana (Unique)
49:Legiana (Unique) - Power Barrel
50:Shrieking Legiana (Unique)
51:Shrieking Legiana (Unique) - Power Barrel
52:Nargacuga (Unique)
53:Nargacuga (Unique) - Power Barrel
54:Glavenus (Unique)
55:Glavenus (Unique) - Power Barrel
56:Acidic Glavenus (Unique)
57:Acidic Glavenus (Unique) - Power Barrel
58:Brachydios (Unique)
59:Brachydios (Unique) - Power Barrel
60:Tigrex (Unique)
61:Tigrex (Unique) - Power Barrel
62:Brute Tigrex (Unique)
63:Brute Tigrex (Unique) - Power Barrel
64:Deviljho (Unique)
65:Deviljho (Unique) - Power Barrel
66:Savage Deviljho (Unique)
67:Savage Deviljho (Unique) - Power Barrel
68:Teostra (Unique)
69:Teostra (Unique) - Power Barrel
70:Kirin (Unique)
71:Kirin (Unique) - Power Barrel
72:Shara Ishvalda (Unique)
73:Shara Ishvalda (Unique) - Power Barrel
74:Zinogre (Unique)
75:Zinogre (Unique) - Power Barrel
76:Nergigante (Unique)
77:Nergigante (Unique) - Power Barrel
78:Ruiner Nergigante (Unique)
79:Ruiner Nergigante (Unique) - Power Barrel
80:Rajang (Unique)
81:Rajang (Unique) - Power Barrel
82:Stygian Zinogre (Unique)
83:Stygian Zinogre (Unique) - Power Barrel
84:Safi'jiiva (Unique)
85:Safi'jiiva (Unique) - Power Barrel
86:Awakened Safi'jiiva (Unique)
87:Awakened Safi'jiiva (Unique) - Power Barrel
88:Raging Brachydios (Unique)
89:Raging Brachydios (Unique) - Power Barrel
90:Frostfang Barioth (Unique)
91:Frostfang Barioth (Unique) - Power Barrel
92:Alatreon (Unique)
93:Alatreon (Unique) - Power Barrel
94:Fatalis (Unique)
95:Fatalis (Unique) - Power Barrel
96:Guild Palace (Unique)
97:Guild Palace (Unique) - Power Barrel
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWHeavyBowgun</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1337101029</ID>
                          <Description>"listLWBow"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Basic Iron (Base)
2:Iron Gear (Base)
3:Iron Cutwing (Base)
4:Basic Bone (Base)
5:Solid Bone (Base)
6:Thornwing Bone (Base)
7:Velkhana (Unique)
8:Lunastra Gear (Base)
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjárr (Base)
12:Kjárr+ (Base)
13:Kulu-Ya-Ku (Parts)
14:Pukei-Pukei (Parts)
15:Coral Pukei-Pukei (Parts)
16:Tobi-Kadachi (Parts)
17:Banbaro (Parts)
18:Anjanath (Parts)
19:Fulgur Anjanath (Parts)
20:Rathian (Parts)
21:Pink Rathian (Parts)
22:Nightshade Paolumu (Parts)
23:Barioth (Parts)
24:Rathalos (Parts)
25:Azure Rathalos (Parts)
26:Diablos (Parts)
27:Legiana (Parts)
28:Glavenus (Parts)
29:Acidic Glavenus (Parts)
30:Tigrex (Parts)
31:Brute Tigrex (Parts)
32:Vaal Hazak (Parts)
33:Blackveil Vaal Hazak (Parts)
34:Gold Rathian (Parts)
35:Silver Rathalos (Parts)
36:Nergigante (Parts)
37:Ruiner Nergigante (Parts)
38:Xeno'jiiva (Parts)
39:Workshop (Unique)
40:Tobi-Kadachi (Unique)
41:Viper Tobi-Kadachi (Unique)
42:Diablos (Unique)
43:Black Diablos (Unique)
44:Legiana (Unique)
45:Shrieking Legiana (Unique)
46:Uragaan (Unique)
47:Nargacuga (Unique)
48:Brachydios (Unique)
49:Deviljho (Unique)
50:Savage Deviljho (Unique)
51:Kushala Daora (Unique)
52:Namielle (Unique)
53:Shara Ishvalda (Unique)
54:Zinogre (Unique)
55:Nergigante (Unique)
56:Ruiner Nergigante (Unique)
57:Rajang (Unique)
58:Safi'jiiva (Unique)
59:Safi'jiiva (Unique)
60:Furious Rajang (Unique)
62:Raging Brachydios (Unique)
63:Frostfang Barioth (Unique)
64:Alatreon (Unique)
65:Fatalis (Unique)
67:Azure Star (Unique)
68:Guild Palace (Unique)
</DropDownList>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>listLWBow</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092377</ID>
                      <Description>"listMonsters"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Anjanath
1:Rathalos
2:Aptonoth
4:Zorah Magdaros
7:Great Jagras
9:Rathian
10:Pink Rathian
11:Azure Rathalos
12:Diablos
13:Black Diablos
14:Kirin
15:Behemoth
16:Kushala Daora
17:Lunastra
18:Teostra
19:Lavasioth
20:Deviljho
21:Barroth
22:Uragaan
23:Leshen
24:Pukei-Pukei
25:Nergigante
26:Xeno'jiva
27:Kulu-Ya-Ku
28:Tzitzi-Ya-Ku
29:Jyuratodus
30:Tobi-Kadachi
31:Paolumu
32:Legiana
33:Great Girros
34:Odogaron
35:Radobaan
36:Vaal Hazak
37:Dodogama
38:Kulve Taroth
39:Bazelgeuse
51:Ancient Leshen
61:Tigrex
62:Nargacuga
63:Barioth
64:Savage Deviljho
65:Brachydios
66:Glavenus
67:Acidic Glavenus
68:Fulgur Anjanath
69:Coral Pukei-Pukei
70:Ruiner Nergigante
71:Viper Tobi-Kadachi
72:Nightshade Paolumu
73:Shrieking Legiana
74:Ebony Odogaron
75:Blackveil Vaal Hazak
76:Seething Bazelgeuse
77:Beotodus
78:Banbaro
79:Velkhana
80:Namielle
81:Shara Ishvalda
87:Alatreon
88:Gold Rathian
89:Silver Rathalos
90:Yian Garuga
91:Rajang
93:Brute Tigrex
92:Furious Rajang
94:Zinogre
95:Stygian Zinogre
96:Raging Brachydios
97:Safi'jiiva
99:Scarred Yian Garuga
100:Frostfang Barioth
101:Fatalis
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>(listMonsters)</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101576</ID>
                      <Description>"listInvestMonsters"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">51 39 2A 3E 65 76 4F 99 00 00 00 00 00 00 00 00 3F 3F 3F 3F:-None-
F5 13 CE 9D 7F 76 25 4D 00 00 00 00 00 00 00 00 00 00 00 00:Anjanath
64 57 98 47 77 CA 2A AD 00 00 00 00 00 00 00 00 01 00 00 00:Rathalos
42 DE 2C 9B 66 72 35 6D 00 00 00 00 00 00 00 00 07 00 00 00:Great Jagras
EC 3B 46 F9 B9 2A 00 AD 00 00 00 00 00 00 00 00 09 00 00 00:Rathian
9F 71 E7 FB D2 2E F0 8C 00 00 00 00 00 00 00 00 0A 00 00 00:Pink Rathian
0E B5 B1 A5 CA 82 F5 EC 00 00 00 00 00 00 00 00 0B 00 00 00:Azure Rathalos
39 06 A5 F6 A0 26 10 CD 00 00 00 00 00 00 00 00 0C 00 00 00:Diablos
A8 49 6F A0 98 7A 15 2D 00 00 00 00 00 00 00 00 0D 00 00 00:Black Diablos
5B 7F 10 A3 B1 7E 05 0D 00 00 00 00 00 00 00 00 0E 00 00 00:Kirin
05 DD 29 01 05 37 D0 4C 00 00 00 00 00 00 00 00 10 00 00 00:Kushala Daora
74 20 F4 AA FC 8A D5 AC 00 00 00 00 00 00 00 00 11 00 00 00:Lunastra
27 56 95 AD 15 8F C5 8C 00 00 00 00 00 00 00 00 12 00 00 00:Teostra
96 99 5F 57 0D E3 CA EC 00 00 00 00 00 00 00 00 13 00 00 00:Lavasioth
C1 EA 52 A8 E3 86 E5 CC 00 00 00 00 00 00 00 00 14 00 00 00:Deviljho
30 2E 1D 52 DB DA EA 2C 00 00 00 00 00 00 00 00 15 00 00 00:Barroth
E3 63 BE 54 F4 DE DA 0C 00 00 00 00 00 00 00 00 16 00 00 00:Uragaan
8D C1 D7 B2 47 97 A5 4C 00 00 00 00 00 00 00 00 18 00 00 00:Pukei-Pukei
FC 04 A2 5C 3F EB AA AC 00 00 00 00 00 00 00 00 19 00 00 00:Nergigante
1E 7E 0D 09 50 43 A0 EC 00 00 00 00 00 00 00 00 1B 00 00 00:Kulu-Ya-Ku
49 CF 00 5A 26 E7 BA CC 00 00 00 00 00 00 00 00 1C 00 00 00:Tzitzi-Ya-Ku
B8 12 CB 03 1E 3B C0 2C 00 00 00 00 00 00 00 00 1D 00 00 00:Jyuratodus
6B 48 6C 06 37 3F B0 0C 00 00 00 00 00 00 00 00 1E 00 00 00:Tobi-Kadachi
DA 8B 36 B0 2E 93 B5 6C 00 00 00 00 00 00 00 00 1F 00 00 00:Paolumu
D5 81 16 D7 74 F5 CF 4D 00 00 00 00 00 00 00 00 20 00 00 00:Legiana
44 C5 E0 80 6C 49 D5 AD 00 00 00 00 00 00 00 00 21 00 00 00:Great Girros
F7 FA 81 83 85 4D C5 8D 00 00 00 00 00 00 00 00 22 00 00 00:Odogaron
66 3E 4C 2D 7D A1 CA ED 00 00 00 00 00 00 00 00 23 00 00 00:Radobaan
91 8F 3F 7E 53 45 E5 CD 00 00 00 00 00 00 00 00 24 00 00 00:Vaal Hazak
00 D3 09 28 4B 99 EA 2D 00 00 00 00 00 00 00 00 25 00 00 00:Dodogama
22 4C 75 D4 5B F1 DF 6D 00 00 00 00 00 00 00 00 27 00 00 00:Bazelgeuse
98 80 13 3D 13 BA 6A 2D 00 00 00 00 00 00 00 00 3D 00 00 00:Tigrex
4B B6 B4 3F 2C BE 5A 0D 00 00 00 00 00 00 00 00 3E 00 00 00:Nargacuga
BA F9 7E E9 23 12 60 6D 00 00 00 00 00 00 00 00 3F 00 00 00:Barioth
35 38 3D 2B 95 78 D0 4B 00 00 00 00 00 00 00 00 40 00 00 00:Savage Deviljho
A4 7B 07 D5 8C CC D5 AB 00 00 00 00 00 00 00 00 41 00 00 00:Brachydios
57 B1 A8 D7 A5 D0 C5 8B 00 00 00 00 00 00 00 00 42 00 00 00:Glavenus
C6 F4 72 81 9D 24 CB EB 00 00 00 00 00 00 00 00 43 00 00 00:Acidic Glavenus
F1 45 66 D2 73 C8 E5 CB 00 00 00 00 00 00 00 00 44 00 00 00:Fulgur Anjanath
60 89 30 7C 6B 1C EB 2B 00 00 00 00 00 00 00 00 45 00 00 00:Coral Pukei-Pukei
13 BF D1 7E 84 20 DB 0B 00 00 00 00 00 00 00 00 46 00 00 00:Ruiner Nergigante
82 02 9C 28 7C 74 E0 6B 00 00 00 00 00 00 00 00 47 00 00 00:Viper Tobi-Kadachi
BD 1C EB DC D7 D8 A5 4B 00 00 00 00 00 00 00 00 48 00 00 00:Nightshade Paomulu
2C 60 B5 86 CF 2C AB AB 00 00 00 00 00 00 00 00 49 00 00 00:Shrieking Legiana
DF 95 56 89 E8 30 9B 8B 00 00 00 00 00 00 00 00 4A 00 00 00:Ebony Odogaron
4E D9 20 33 E0 84 A0 EB 00 00 00 00 00 00 00 00 4B 00 00 00:Blackveil Vaal Hazak
79 2A 14 84 B6 28 BB CB 00 00 00 00 00 00 00 00 4C 00 00 00:Seething Bagelguese
E8 6D DE 2D AE 7C C0 2B 00 00 00 00 00 00 00 00 4D 00 00 00:Beotodus
9B A3 7F 30 C7 80 B0 0B 00 00 00 00 00 00 00 00 4E 00 00 00:Banbaro
0A E7 49 DA BE D4 B5 6B 00 00 00 00 00 00 00 00 4F 00 00 00:Velkhana
45 01 99 8E 1A 39 7B 4B 00 00 00 00 00 00 00 00 50 00 00 00:Namielle
CD E5 46 40 5D 99 50 4B 00 00 00 00 00 00 00 00 58 00 00 00:Gold Rathian
3C 29 11 EA 54 ED 55 AB 00 00 00 00 00 00 00 00 59 00 00 00:Silver Rathalos
EF 5E B2 EC 6D F1 45 8B 00 00 00 00 00 00 00 00 5A 00 00 00:Yian Garuga
5E A2 7C 96 65 45 4B EB 00 00 00 00 00 00 00 00 5B 00 00 00:Rajang
F8 36 3A 91 33 3D 6B 2B 00 00 00 00 00 00 00 00 5D 00 00 00:Brute Tigrex
AB 6C DB 93 4C 41 5B 0B 00 00 00 00 00 00 00 00 5E 00 00 00:Zinogre
1A B0 A5 3D 44 95 60 6B 00 00 00 00 00 00 00 00 5F 00 00 00:Stygian Zinogre
A6 62 BB BA 92 A3 75 EC 00 00 00 00 00 00 00 00 63 00 00 00:Scarred Yian Garuga
</DropDownList>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092378</ID>
                      <Description>"listSkills"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:Poison Resistance
2:Paralysis Resistance
3:Sleep Resistance
4:Stun Resistance
5:Muck Resistance
6:Blast Resistance
7:Bleeding Resistance
8:Iron Skin
9:Unavailable
10:Unavailable
11:Earplugs
12:Windproof
13:Tremor Resistance
14:Dungmaster
15:Unavailable
16:Effluvial Expert
17:Heat Guard
18:Unavailable
19:Attack Boost
20:Defense Boost
21:Health Boost
22:Recovery Up
23:Recovery Speed
24:Fire Resistance
25:Water Resistance
26:Ice Resistance
27:Thunder Resistance
28:Dragon Resistance
29:Blight Resistance
30:Fire Attack
31:Water Attack
32:Ice Attack
33:Thunder Attack
34:Dragon Attack
35:Poison Attack
36:Paralysis Attack
37:Sleep Attack
38:Blast Attack
39:Normal Shots
40:Piercing Shots
41:Spread/Power Shots
42:Poison Functionality
43:Para Functionality
44:Sleep Functionality
45:Unavailable
46:Blast Functionality
47:Free Elem/Ammo Up
48:Critical Eye
49:Critical Boost
50:Weakness Exploit
51:Unavailable
52:Focus
53:Power Prolonger
54:Handicraft
55:Critical Draw
56:Partbreaker
57:Slugger
58:Stamina Thief
59:Master Mounter
60:Airborne
61:Latent Power
62:Agitator
63:Peak Performance
64:Heroics
65:Fortify
66:Resentment
67:Resuscitate
68:Horn Maestro
69:Capacity Boost
70:Special Ammo Boost
71:Artillery
72:Heavy Artillery
73:Marathon Runner
74:Constitution
75:Leap of Faith
76:Stamina Surge
77:Hunger Resistance
78:Evade Window
79:Evade Extender
80:Guard
81:Quick Sheath
82:Wide-Range
83:Item Prolonger
84:Free Meal
85:Speed Eating
86:Speed Sharpening
87:Unavailable
88:Bombardier
89:Unavailable
90:Mushroomancer
91:Master Fisher
92:BBQ Master
93:Pro Transporter
94:Master Gatherer
95:Honey Hunter
96:Carving Pro
97:Divine Blessing
98:Palico Rally
99:Botanist
100:Geologist
101:Maximum Might
102:Slinger Capacity
103:Stealth
104:Flinch Free
105:Scoutfly Range Up
106:Speed Crawler
107:Jump Master
108:Survival Expert
109:Aquatic/Polar Mobility
110:Unavailable
111:Cliffhanger
112:Blindsider
113:Unavailable
114:Scholar
115:Entomologist
116:Effluvia Resistance
117:Scenthound
118:Forager's Luck
119:Detector
120:Tool Specialist
121:Unavailable
122:Affinity Sliding
123:Elderseal Boost
124:Intimidator
125:Anjanath Power
126:Nergigante Hunger
127:Vaal Hazak Vitality
128:Rathalos Power
129:Diablos Power
130:Kirin Blessing
131:Pink Rathian Mastery
132:Anjanath Will
133:Unavailable
134:Unavailable
135:Rathalos Mastery
136:Diablos Mastery
137:Kirin Favor
138:Uragaan Protection
139:Unavailable
140:Unavailable
141:Unavailable
142:Bazelgeuse Protection
143:Teostra Technique
144:Kushala Daora Flight
145:Xeno'jiiva Divinity
146:Unavailable
147:Zorah Magdaros Mastery
148:Unavailable
149:Guild Guidance
150:Commission Guidance
151:Legiana Blessing
152:Legiana Favor
153:Odogaron Power
154:Odogaron Mastery
155:Bow Charge Plus
156:Mind's Eye/Ballistics
157:Guard Up
158:Protective Polish
159:Non-elemental Boost
160:Guts
161:Hasten Recovery
162:Razor Sharp/Spare Shot
163:Lunastra Favor
164:Soul of the Dragoon
165:Critical Element
166:Critical Status
167:Witcher's Knowledge
168:Astera Blessing
169:Zinogre Essence
170:Tigrex Essence
171:Nargacuga Essence
172:Brachydios Essence
173:Glavenus Essence
174:Silver Rathalos Essence
175:Gold Rathian Essence
176:Shara Ishvalda Divinity
177:Namielle Divinity
178:Velkhana Divinity
179:Ancient Divinity
180:Commission Alchemy
181:Instructor's Guidance
182:Anjanath Dominance
183:Rathian Essence
184:Provoker
185:Offensive Guard
186:Coalescence
187:Safe Landing
188:Barioth Hidden Art
189:Rathalos Essence
190:Diablos Ambition
191:Legiana Ambition
192:Odogaron Essence
193:Uragaan Ambition
194:Bazelgeuse Ambition
195:Deviljho Essence
196:Vaal Soulvein
197:Unavailable
198:Unavailable
199:Kirin Divinity
200:Guild Pride
201:Zorah Magdaros Essence
202:Lunastra Essence
203:Nergigante Ambition
204:Unavailable
205:Bludgeoner
206:Adrenaline
207:Coldproof
208:Rajang's Rage
209:Unavailable
210:Survivor
211:Safi'jiiva Seal
212:Joyful Blessing
213:Appreciation Blessing
214:Full Bloom Blessing
215:Sizzling Blessing
216:Fun Fright's Blessing
217:Rajang Will
218:Brachydios Will
219:Kulve Taroth Essence
220:Frostfang Absolute Art
221:Alatreon Divinity
222:Fatalis Legend
223:Clutch Claw Boost
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>(listSkills)</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092379</ID>
                      <Description>"listDecorations"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Antidote Jewel 1
1:Antipara Jewel 1
2:Pep Jewel 1
3:Steadfast Jewel 1
4:Antiblast Jewel 1
5:Suture Jewel 1
6:Def Lock Jewel 1
7:Earplug Jewel 3
8:Wind Resist Jewel 2
9:Footing Jewel 2
10:Attack Jewel 1
11:Defense Jewel 1
12:Vitality Jewel 1
13:Recovery Jewel 1
14:Fire Res Jewel 1
15:Water Res Jewel 1
16:Ice Res Jewel 1
17:Thunder Res Jewel 1
18:Dragon Res Jewel 1
19:Resistor Jewel 1
20:Blaze Jewel 1
21:Stream Jewel 1
22:Frost Jewel 1
23:Bolt Jewel 1
24:Dragon Jewel 1
25:Venom Jewel 1
26:Paralyzer Jewel 1
27:Sleep Jewel 1
28:Blast Jewel 1
29:Poisoncoat Jewel 3
30:Paracoat Jewel 3
31:Sleepcoat Jewel 3
32:Blastcoat Jewel 3
33:Release Jewel 3
34:Expert Jewel 1
35:Critical Jewel 2
36:Tenderizer Jewel 2
37:Charger Jewel 2
38:Handicraft Jewel 3
39:Draw Jewel 2
40:Destroyer Jewel 2
41:KO Jewel 2
42:Drain Jewel 1
43:Flight Jewel 2
44:Throttle Jewel 2
45:Challenger Jewel 2
46:Flawless Jewel 2
47:Potential Jewel 2
48:Fortitude Jewel 1
49:Furor Jewel 2
50:Sonorous Jewel 1
51:Magazine Jewel 2
52:Trueshot Jewel 1
53:Artillery Jewel 1
54:Heavy Artillery Jewel 1
55:Sprinter Jewel 2
56:Physique Jewel 2
57:Refresh Jewel 2
58:Hungerless Jewel 1
59:Evasion Jewel 2
60:Jumping Jewel 2
61:Ironwall Jewel 1
62:Sheath Jewel 1
63:Friendship Jewel 1
64:Enduring Jewel 1
65:Satiated Jewel 1
66:Gobbler Jewel 1
67:Grinder Jewel 1
68:Bomber Jewel 1
69:Fungiform Jewel 1
70:Protection Jewel 1
71:Meowster Jewel 1
72:Botany Jewel 1
73:Geology Jewel 1
74:Mighty Jewel 2
75:Stonethrower Jewel 1
76:Tip Toe Jewel 1
77:Brace Jewel 3
78:Smoke Jewel 1
79:Mirewalker Jewel 1
80:Specimen Jewel 1
81:Scent Jewel 1
82:Intimidator Jewel 1
83:Slider Jewel 2
84:Medicine Jewel 1
85:Forceshot Jewel 3
86:Pierce Jewel 3
87:Spread Jewel 3
88:Enhancer Jewel 2
89:Crisis Jewel 1
90:Dragonseal Jewel 3
91:Maintenance Jewel 1
92:Mighty Bow Jewel 2
93:Mind's Eye Jewel 2
94:Shield Jewel 2
95:Sharp Jewel 2
96:Elementless Jewel 2
97:Miasma Jewel 1
98:Phoenix Jewel 3
99:Guardian Jewel 2
100:Cooling Jewel 2
101:Fire Res Jewel+ 4
102:Water Res Jewel+ 4
103:Ice Res Jewel+ 4
104:Thunder Res Jewel+ 4
105:Dragon Res Jewel+ 4
106:Blaze Jewel+ 4
107:Stream Jewel+ 4
108:Frost Jewel+ 4
109:Bolt Jewel+ 4
110:Dragon Jewel+ 4
111:Venom Jewel+ 4
112:Paralyzer Jewel+ 4
113:Sleep Jewel+ 4
114:Blast Jewel+ 4
115:Hard Fire Res Jewel 4
116:Hard Water Res Jewel 4
117:Hard Ice Res Jewel 4
118:Hard Thunder Res Jewel 4
119:Hard Dragon Res Jewel 4
120:Antidote Jewel+ 4
121:Antipara Jewel+ 4
122:Pep Jewel+ 4
123:Steadfast Jewel+ 4
124:Antiblast Jewel+ 4
125:Suture Jewel+ 4
126:Def Lock Jewel+ 4
127:Miasma Jewel+ 4
128:Hungerless Jewel+ 4
129:Recovery Jewel+ 4
130:Tip Toe Jewel+ 4
131:Intimidator Jewel+ 4
132:Meowster Jewel+ 4
133:Hard Tip Toe Jewel 4
134:Hard Intimidator Jewel 4
135:Hard Meowster Jewel 4
136:Trueshot Jewel+ 4
137:Heavy Artillery Jewel+ 4
138:Botany Jewel+ 4
139:Geology Jewel+ 4
140:Survival Jewel+ 4
141:Mirewalker Jewel+ 4
142:Specimen Jewel+ 4
143:Sonorous Jewel+ 4
144:Hard Botany Jewel+ 4
145:Hard Geology Jewel 4
146:Hard Survival Jewel 4
147:Hard Specimen Jewel 4
148:Enduring Jewel+ 4
149:Defense Jewel+ 4
150:Hard Enduring Jewel 4
151:Hard Defense Jewel 4
152:Artillery Jewel+ 4
153:Earplug Jewel+ 4
154:Wind Resist Jewel+ 4
155:Attack Jewel+ 4
156:Expert Jewel+ 4
157:Handicraft Jewel+ 4
158:Throttle Jewel+ 4
159:Challenger Jewel+ 4
160:Potential Jewel+ 4
161:Furor Jewel+ 4
162:Physique Jewel+ 4
163:Evasion Jewel+ 4
164:Ironwall Jewel+ 4
165:Friendship Jewel+ 4
166:Drain/Physique Jewel 4
167:Fortitude/Physique Jewel 4
168:Crisis/Physique Jewel 4
169:Ironwall/Physique Jewel 4
170:Friendship/Physique Jewel 4
171:Satiated/Physique Jewel 4
172:Stonethrower/Physique Jewel 4
173:Resistor/Physique Jewel 4
174:Flight/Physique Jewel 4
175:Sprinter/Physique Jewel 4
176:Refresh/Physique Jewel 4
177:Jumping/Physique Jewel 4
178:Sheath/Physique Jewel 4
179:Gobbler/Physique Jewel 4
180:Grinder/Physique Jewel 4
181:Bomber/Physique Jewel 4
182:Fungiform/Physique Jewel 4
183:Slider/Physique Jewel 4
184:Guardian/Physique Jewel 4
185:Drain/Evasion Jewel 4
186:Fortitude/Evasion Jewel 4
187:Crisis/Evasion Jewel 4
188:Ironwall/Evasion Jewel 4
189:Friendship/Evasion Jewel 4
190:Satiated/Evasion Jewel 4
191:Stonethrower/Evasion Jewel 4
192:Resistor/Evasion Jewel 4
193:Flight/Evasion Jewel 4
194:Sprinter/Evasion Jewel 4
195:Refresh/Evasion Jewel 4
196:Jumping/Evasion Jewel 4
197:Sheath/Evasion Jewel 4
198:Gobbler/Evasion Jewel 4
199:Grinder/Evasion Jewel 4
200:Bomber/Evasion Jewel 4
201:Fungiform/Evasion Jewel 4
202:Slider/Evasion Jewel 4
203:Guardian/Evasion Jewel 4
204:Drain/Attack Jewel 4
205:Fortitude/Attack Jewel 4
206:Crisis/Attack Jewel 4
207:Ironwall/Attack Jewel 4
208:Friendship/Attack Jewel 4
209:Satiated/Attack Jewel 4
210:Stonethrower/Attack Jewel 4
211:Resistor/Attack Jewel 4
212:Flight/Attack Jewel 4
213:Sprinter/Attack Jewel 4
214:Refresh/Attack Jewel 4
215:Jumping/Attack Jewel 4
216:Sheath/Attack Jewel 4
217:Gobbler/Attack Jewel 4
218:Grinder/Attack Jewel 4
219:Bomber/Attack Jewel 4
220:Fungiform/Attack Jewel 4
221:Slider/Attack Jewel 4
222:Guardian/Attack Jewel 4
223:Drain/Expert Jewel 4
224:Fortitude/Expert Jewel 4
225:Crisis/Expert Jewel 4
226:Ironwall/Expert Jewel 4
227:Friendship/Expert Jewel 4
228:Satiated/Expert Jewel 4
229:Stonethrower/Expert Jewel 4
230:Resistor/Expert Jewel 4
231:Flight/Expert Jewel 4
232:Sprinter/Expert Jewel 4
233:Refresh/Expert Jewel 4
234:Jumping/Expert Jewel 4
235:Sheath/Expert Jewel 4
236:Gobbler/Expert Jewel 4
237:Grinder/Expert Jewel 4
238:Bomber/Expert Jewel 4
239:Fungiform/Expert Jewel 4
240:Slider/Expert Jewel 4
241:Guardian/Expert Jewel 4
242:Drain/Release Jewel 4
243:Fortitude/Release Jewel 4
244:Crisis/Release Jewel 4
245:Ironwall/Release Jewel 4
246:Friendship/Release Jewel 4
247:Satiated/Release Jewel 4
248:Stonethrower/Release Jewel 4
249:Resistor/Release Jewel 4
250:Flight/Release Jewel 4
251:Sprinter/Release Jewel 4
252:Refresh/Release Jewel 4
253:Jumping/Release Jewel 4
254:Sheath/Release Jewel 4
255:Gobbler/Release Jewel 4
256:Grinder/Release Jewel 4
257:Bomber/Release Jewel 4
258:Fungiform/Release Jewel 4
259:Slider/Release Jewel 4
260:Guardian/Release Jewel 4
261:Drain/Handicraft Jewel 4
262:Fortitude/Handicraft Jewel 4
263:Crisis/Handicraft Jewel 4
264:Ironwall/Handicraft Jewel 4
265:Friendship/Handicraft Jewel 4
266:Satiated/Handicraft Jewel 4
267:Stonethrower/Handicraft Jewel 4
268:Resistor/Handicraft Jewel 4
269:Flight/Handicraft Jewel 4
270:Sprinter/Handicraft Jewel 4
271:Refresh/Handicraft Jewel 4
272:Jumping/Handicraft Jewel 4
273:Sheath/Handicraft Jewel 4
274:Gobbler/Handicraft Jewel 4
275:Grinder/Handicraft Jewel 4
276:Bomber/Handicraft Jewel 4
277:Fungiform/Handicraft Jewel 4
278:Slider/Handicraft Jewel 4
279:Guardian/Handicraft Jewel 4
280:Footing/Protection Jewel 4
281:Charger/Protection Jewel 4
282:Enhancer/Protection Jewel 4
283:Destroyer/Protection Jewel 4
284:KO/Protection Jewel 4
285:Potential/Protection Jewel 4
286:Wind Resist/Protection Jewel 4
287:Draw/Protection Jewel 4
288:Throttle/Protection Jewel 4
289:Challenger/Protection Jewel 4
290:Flawless/Protection Jewel 4
291:Furor/Protection Jewel 4
292:Mighty/Protection Jewel 4
293:Brace/Protection Jewel 4
294:Phoenix/Protection Jewel 4
295:Earplug/Protection Jewel 4
296:Critical/Protection Jewel 4
297:Tenderizer/Protection Jewel 4
298:Handicraft/Protection Jewel 4
299:Release/Protection Jewel 4
300:Footing/Medicine Jewel 4
301:Charger/Medicine Jewel 4
302:Enhancer/Medicine Jewel 4
303:Destroyer/Medicine Jewel 4
304:KO/Medicine Jewel 4
305:Potential/Medicine Jewel 4
306:Wind Resist/Medicine Jewel 4
307:Draw/Medicine Jewel 4
308:Throttle/Medicine Jewel 4
309:Challenger/Medicine Jewel 4
310:Flawless/Medicine Jewel 4
311:Furor/Medicine Jewel 4
312:Mighty/Medicine Jewel 4
313:Brace/Medicine Jewel 4
314:Phoenix/Medicine Jewel 4
315:Earplug/Medicine Jewel 4
316:Critical/Medicine Jewel 4
317:Tenderizer/Medicine Jewel 4
318:Handicraft/Medicine Jewel 4
319:Release/Medicine Jewel 4
320:Footing/Vitality Jewel 4
321:Charger/Vitality Jewel 4
322:Enhancer/Vitality Jewel 4
323:Destroyer/Vitality Jewel 4
324:KO/Vitality Jewel 4
325:Potential/Vitality Jewel 4
326:Wind Resist/Vitality Jewel 4
327:Draw/Vitality Jewel 4
328:Throttle/Vitality Jewel 4
329:Challenger/Vitality Jewel 4
330:Flawless/Vitality Jewel 4
331:Furor/Vitality Jewel 4
332:Mighty/Vitality Jewel 4
333:Brace/Vitality Jewel 4
334:Phoenix/Vitality Jewel 4
335:Earplug/Vitality Jewel 4
336:Critical/Vitality Jewel 4
337:Tenderizer/Vitality Jewel 4
338:Handicraft/Vitality Jewel 4
339:Release/Vitality Jewel 4
340:Footing/Maintenance Jewel 4
341:Charger/Maintenance Jewel 4
342:Enhancer/Maintenance Jewel 4
343:Destroyer/Maintenance Jewel 4
344:KO/Maintenance Jewel 4
345:Potential/Maintenance Jewel 4
346:Wind Resist/Maintenance Jewel 4
347:Draw/Maintenance Jewel 4
348:Throttle/Maintenance Jewel 4
349:Challenger/Maintenance Jewel 4
350:Flawless/Maintenance Jewel 4
351:Furor/Maintenance Jewel 4
352:Mighty/Maintenance Jewel 4
353:Brace/Maintenance Jewel 4
354:Phoenix/Maintenance Jewel 4
355:Earplug/Maintenance Jewel 4
356:Critical/Maintenance Jewel 4
357:Tenderizer/Maintenance Jewel 4
358:Handicraft/Maintenance Jewel 4
359:Release/Maintenance Jewel 4
360:Footing/Physique Jewel 4
361:Charger/Physique Jewel 4
362:Enhancer/Physique Jewel 4
363:Destroyer/Physique Jewel 4
364:KO/Physique Jewel 4
365:Potential/Physique Jewel 4
366:Wind Resist/Physique Jewel 4
367:Draw/Physique Jewel 4
368:Throttle/Physique Jewel 4
369:Challenger/Physique Jewel 4
370:Flawless/Physique Jewel 4
371:Furor/Physique Jewel 4
372:Mighty/Physique Jewel 4
373:Brace/Physique Jewel 4
374:Phoenix/Physique Jewel 4
375:Earplug/Physique Jewel 4
376:Critical/Physique Jewel 4
377:Tenderizer/Physique Jewel 4
378:Handicraft/Physique Jewel 4
379:Release/Physique Jewel 4
380:Footing/Evasion Jewel 4
381:Charger/Evasion Jewel 4
382:Enhancer/Evasion Jewel 4
383:Destroyer/Evasion Jewel 4
384:KO/Evasion Jewel 4
385:Potential/Evasion Jewel 4
386:Wind Resist/Evasion Jewel 4
387:Draw/Evasion Jewel 4
388:Throttle/Evasion Jewel 4
389:Challenger/Evasion Jewel 4
390:Flawless/Evasion Jewel 4
391:Furor/Evasion Jewel 4
392:Mighty/Evasion Jewel 4
393:Brace/Evasion Jewel 4
394:Phoenix/Evasion Jewel 4
395:Earplug/Evasion Jewel 4
396:Critical/Evasion Jewel 4
397:Tenderizer/Evasion Jewel 4
398:Handicraft/Evasion Jewel 4
399:Release/Evasion Jewel 4
400:Warming Jewel 2
401:Diversion Jewel 3
402:Acrobat Jewel 3
403:Shaver Jewel 3
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listDecorations</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092380</ID>
                      <Description>"listAugments"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:Attack Increase
2:Affinity Increase
3:Defense Increase
4:Slot Upgrade
5:Health Regen
6:Armor Upgrade
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listAugments</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092382</ID>
                      <Description>"listRegions"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Forest
1:Wildspire
2:Coral
3:Rotted
4:Volcanic
5:Tundra
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listRegions</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092383</ID>
                      <Description>"listArmors"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Leather
2:Hunter
3:Anja
4:Jagras
5:Bone
6:Alloy
7:Kestodon
8:Gajau
9:Vespoid
10:Kulu
11:Pukei
12:Jyura
13:Barroth
14:Kadachi
15:Chainmail
17:Hornetaur
19:(Male) King Beetle
20:Rathian
21:Girros
22:Tzitzi
23:Lumu
24:High Metal
25:Death Stench
26:Legiana
27:Baan
28:Odogaron
30:Ingot
32:Rathalos
33:Diablos
34:Kirin
35:Brigade
36:Pulverizing Feather
37:Leather α
38:Leather β
39:Chainmail α
40:Chainmail β
41:Hunter α
42:Hunter β
43:Bone α
44:Bone β
45:Alloy α
46:Alloy β
47:Gajau α
48:Gajau β
49:Kestodon α
50:Kestodon β
51:Vespoid α
52:Vespoid β
53:Gastodon α
54:Gastodon β
55:Barnos α
56:Barnos β
57:Hornetaur α
58:Hornetaur β
61:Jagras α
62:Jagras β
63:Kulu α
64:Kulu β
65:Pukei α
66:Pukei β
67:Jyura α
68:Jyura β
69:Barroth α
70:Barroth β
71:Kadachi α
72:Kadachi β
73:Rathian α
74:Rathian β
75:Girros α
76:Girros β
77:Tzitzi α
78:Tzitzi β
79:Lumu α
80:Lumu β
81:Odogaron α
82:Odogaron β
83:Dodogama α
84:Dodogama β
85:Lavasioth α
86:Lavasioth β
87:Rath Heart α
88:Rath Heart β
89:High Metal α
90:High Metal β
91:Ingot α
92:Ingot β
93:Anja α
94:Anja β
95:Legiana α
96:Legiana β
97:Baan α
98:Baan β
99:Vaal Hazak α
100:Vaal Hazak β
101:Rathalos α
102:Rathalos β
103:Diablos α
104:Diablos β
105:Kirin α
106:Kirin β
107:Nergigante α
108:Nergigante β
109:Uragaan α
110:Uragaan β
111:Rath Soul α
112:Rath Soul β
113:Diablos Nero α
114:Diablos Nero β
115:Bazel α
116:Bazel β
117:(Male) King Beetle α
118:(Male) King Beetle β
119:Brigade α
120:Brigade β
121:Damascus α
122:Damascus β
123:Dober α
124:Dober β
125:Xeno'jiiva α
126:Xeno'jiiva β
127:Kaiser α
128:Kaiser β
129:Kushala α
130:Kushala β
131:Skull Mask α
133:Death Stench α
134:Death Stench β
135:Guild Cross α
136:Guild Cross β
139:Zorah α
140:Zorah β
141:Commission α
142:Commission β
145:Brigade [Layered]
146:Guild Cross [Layered]
147:Blossom [Layered]
148:Diver [Layered]
149:Harvest [Layered]
150:Orion [Layered]
151:Faux Felyne α
152:Mosswine Mask α
153:Gala Suit [Layered]
155:Ryu [Layered]
156:Sakura [Layered]
159:Bayek [Layered]
161:Shamos
162:Shamos α
163:Shamos β
164:(Female) Butterfly
165:(Female) Butterfly α
166:(Female) Butterfly β
169:Origin
174:Dragonseal Earrings α
176:Strategist Spectacles α
178:Dragonking Eyepatch α
183:Kulve Taroth α
184:Kulve Taroth β
185:Blossom
186:Diver
187:Harvest
188:Orion
189:Gala Suit
190:Samurai [Layered]
191:Vangis α
192:Vangis β
194:Bushi "Sabi" [Layered]
195:Bushi "Homare" [Layered]
196:Drachen α
197:Blossom α
198:Diver α
199:Harvest α
200:Orion α
201:Gala Suit α
202:(Male) Butterfly
203:(Male) Butterfly α
204:(Male) Butterfly β
205:(Female) Queen Beetle
206:(Female) Queen Beetle α
207:(Female) Queen Beetle β
208:Vaal Hazak γ
209:Kirin γ
210:Kaiser γ
211:Kushala γ
212:Nergigante γ
213:Zorah γ
214:Xeno'jiiva γ
219:Azure Starlord α
220:Dante α
221:Empress α
222:Empress β
223:Sealed Eyepatch α
224:Shadow Shades α
225:Kulu-Ya-Ku Head α
226:Wiggler Head α
227:Butterfly [Layered]
228:Death Stench [Layered]
229:Shadow Shades [Layered]
230:Dante [Layered]
231:Drachen [Layered]
232:Mosswine Mask [Layered]
233:Faux Felyne [Layered]
234:Commission [Layered]
235:Sealed Eyepatch [Layered]
236:Wiggler Head [Layered]
237:Origin [Layered]
238:Beetle [Layered]
240:Skull Mask [Layered]
241:Kulu-Ya-Ku [Layered]
243:Empress γ
244:Geralt α
245:Ciri α
246:Geralt [Layered]
247:Ciri [Layered]
248:Kulve Taroth γ
249:Defender α
250:Direwolf [Layered]
252:Bone α +
253:Bone β +
254:Alloy α +
255:Alloy β +
256:Vespoid α +
257:Vespoid β +
258:Hornetaur α +
259:Hornetaur β +
260:Kestodon α +
261:Kestodon β +
262:Gajau α +
263:Gajau β +
264:Shamos α +
265:Shamos β +
266:Gastodon α +
267:Gastodon β +
268:Barnos α +
269:Barnos β +
270:Wulg α +
271:Wulg β +
272:Cortos α +
273:Cortos β +
274:Jagras α +
275:Jagras β +
276:Tzitzi α +
277:Tzitzi β +
278:Girros α +
279:Girros β +
280:Dodogama α +
281:Dodogama β +
282:Kulu α +
283:Kulu β +
284:Pukei α +
285:Pukei β +
286:Barroth α +
287:Barroth β +
288:Jyura α +
289:Jyura β +
290:Beo α +
291:Beo β +
292:Kadachi α +
293:Kadachi β +
294:High Metal α +
295:High Metal β +
296:Banbaro α +
297:Banbaro β +
298:Anja α +
299:Anja β +
300:Rathian α +
301:Rathian β +
302:Rath Heart α +
303:Rath Heart β +
304:Lumu α +
305:Lumu β +
306:Lumu Phantasm α +
307:Lumu Phantasm β +
308:Pukei Lagoon α +
309:Pukei Lagoon β +
310:Viper Kadachi α +
311:Viper Kadachi β +
312:Baan α +
313:Baan β +
314:Leather [Layered]
315:Chain [Layered]
316:Hunter α [Layered]
317:Hunter β [Layered]
318:Bone [Layered]
319:Alloy [Layered]
320:Vespoid [Layered]
321:Hornetaur [Layered]
322:Kestodon [Layered]
323:Gajau [Layered]
324:Acrobat Earrings α +
325:Goldspring [Layered] Head
326:Shamos [Layered]
327:Faux Kelbi [Layered] Head
328:Ingot α +
329:Ingot β +
330:Barioth α +
331:Barioth β +
332:Rathalos α +
333:Rathalos β +
334:Diablos α +
335:Diablos β +
336:Legiana α +
337:Legiana β +
338:Odogaron α +
339:Odogaron β +
340:Lavasioth α +
341:Lavasioth β +
342:Uragaan α +
343:Uragaan β +
344:Nargacuga α +
345:Nargacuga β +
346:Glavenus α +
347:Glavenus β +
348:Brachydios α +
349:Brachydios β +
350:Tigrex α +
351:Tigrex β +
352:Fulgur α +
353:Fulgur β +
354:Jagras [Layered]
355:Kulu [Layered]
356:Black Belt α +
357:Black Belt β +
358:Dragonking Eyepatch [Layered]
359:Strategist Spectacles [Layered]
360:Pulverizing Feather [Layered]
361:Tzitzi [Layered]
362:Girros [Layered]
363:Hoarcry α +
364:Hoarcry β +
365:Rath Soul α +
366:Rath Soul β +
367:Diablos Nero α +
368:Diablos Nero β +
369:Death Garon α +
370:Death Garon β +
371:Acidic Glavenus α +
372:Acidic Glavenus β +
373:Artian α +
374:Artian β +
375:Skull Scarf [Layered]
376:Pukei α [Layered]
377:Pukei β [Layered]
378:Dober α +
379:Dober β +
380:Damascus α +
381:Damascus β +
382:Rimeguard α +
383:Rimeguard β +
384:Pride α +
385:Pride β +
386:Fellshroud α +
387:Fellshroud β +
388:Kaiser α +
389:Kaiser β +
390:Kushala α +
391:Kushala β +
392:Kirin α +
393:Kirin β +
394:Tentacle α +
395:Tentacle β +
396:Clockwork α + [Layered]
397:Barroth [Layered]
398:Guild Palace α +
399:Guild Palace β +
400:Clockwork α +
401:Clockwork β +
402:Crystal Earring [Layered]
403:Ruinous α +
404:Ruinous β +
405:Shara Ishvalda α +
406:Shara Ishvalda β +
407:Esurient α +
408:Esurient β +
409:Anja α [Layered]
410:Anja β [Layered]
411:Guildwork α +
412:Guildwork β +
413:Showman Earrings α +
414:Golden Lune α +
415:Golden Lune β +
416:Silver Sol α +
417:Silver Sol β +
418:Jyura [Layered]
419:Kadachi [Layered]
420:Zinogre α +
421:Zinogre β +
422:Stygian α +
423:Stygian β +
424:Garuga α +
425:Garuga β +
426:Zorah α +
427:Zorah β +
428:Golden α +
429:Golden β +
430:Grand God's Peer α +
431:Grand God's Peer β +
432:Brachydium α +
433:Brachydium β +
434:Safi α +
435:Safi β +
436:Escadora α +
437:Escadora β +
438:Sealed Dragon Cloth α +
439:Wyverian Ears α +
440:Faux Aptonoth [Layered]
441:Duffle Penguin α +
442:Empress α +
443:Empress β +
444:Kulve Taroth α +
445:Kulve Taroth β +
446:Rose α +
447:Lumu [Layered]
448:Passionate α +
449:Rathian α [Layered]
450:Demonlord α +
451:Rathian β [Layered]
452:Oolong α +
453:Radobaan α [Layered]
454:Astral α +
455:Radobaan β [Layered]
456:Layered Rose
457:Passionate [Layered]
458:Demonlord [Layered]
459:Oolong [Layered]
460:Astral [Layered]
461:High Metal [Layered]
462:Thermae [Layered]
463:Hare Band [Layered] Armor
464:Downy Crake [Layered]
465:Pearlspring α +
466:Kadachi [Layered] Scarf
467:Buff α +
468:Rex Roar α +
469:Rex Roar β +
470:Guardian α +
471:Yukumo [Layered]
472:Silver Knight [Layered]
474:Tentacle γ +
475:Azure Starlord [Layered]
476:Azure Age α +
477:Rimeguard γ +
478:Frostfang α +
479:Frostfang β +
480:Dragon α +
481:Dragon β +
484:Leon α +
485:Clair α +
486:Leon+ [Layered]
487:Clair+ [Layered]
488:Gastodon [Layered]
489:Barnos [Layered]
490:Dodogama [Layered]
491:Ingot [Layered]
492:Rath Heart α [Layered]
493:Rath Heart β [Layered]
494:Lavasioth α [Layered]
495:Lavasioth β [Layered]
496:Legiana α [Layered]
497:Legiana β [Layered]
498:Odogaron α [Layered]
499:Odogaron β [Layered]
500:Rathalos α [Layered]
501:Rathalos β [Layered]
502:Rath Soul α [Layered]
503:Rath Soul β [Layered]
504:Diablos α [Layered]
505:Diablos β [Layered]
506:Diablos Nero α [Layered]
507:Diablos Nero β [Layered]
508:Uragaan α [Layered]
509:Uragaan β [Layered]
510:Bazel α [Layered]
511:Bazel β [Layered]
512:Deviljho α [Layered]
513:Deviljho β [Layered]
514:Dober α [Layered]
515:Dober β [Layered]
516:Damascus α [Layered]
517:Damascus β [Layered]
518:Zorah α [Layered]
519:Zorah β [Layered]
520:Zorah γ [Layered]
521:Nergigante α [Layered]
522:Nergigante β [Layered]
523:Nergigante γ [Layered]
524:Teostra α [Layered]
525:Teostra β [Layered]
526:Teostra γ [Layered]
527:Kushala α [Layered]
528:Kushala β [Layered]
529:Kushala γ [Layered]
530:Vaal α [Layered]
531:Vaal β [Layered]
532:Vaal γ [Layered]
533:Kirin α [Layered]
534:Kirin β [Layered]
535:Kirin γ [Layered]
536:Xeno α [Layered]
537:Xeno β [Layered]
538:Xeno γ [Layered]
539:Lunastra α [Layered]
540:Lunastra β [Layered]
541:Lunastra γ [Layered]
542:Kulve α [Layered]
543:Kulve β [Layered]
544:Kulve γ [Layered]
545:Guardian [Layered]
546:Vespoid+ [Layered]
547:Hornetaur+ [Layered]
548:Wulg+ [Layered]
549:Cortos+ [Layered]
550:Jagras+ [Layered]
551:Tzitzi+ [Layered]
552:Girros+ [Layered]
553:Dodogama+ [Layered]
554:Kulu+ [Layered]
555:Pukei+ [Layered]
556:Coral Pukei+ [Layered]
557:Barroth+ [Layered]
558:Jyura+ [Layered]
559:Beo+ [Layered]
560:Kadachi+ [Layered]
561:Viper Kadachi+ [Layered]
562:Banbaro α + [Layered]
563:Banbaro β + [Layered]
564:Anja α + [Layered]
565:Anja β + [Layered]
566:Fulgur α + [Layered]
567:Fulgur β + [Layered]
568:Rathian α + [Layered]
569:Rathian β + [Layered]
570:Rath Heart α + [Layered]
571:Rath Heart β + [Layered]
572:Lumu+ [Layered]
573:Lumu Phantasm+ [Layered]
574:Radobaan+ [Layered]
575:Artian [Layered]
576:Barioth α + [Layered]
577:Barioth β + [Layered]
578:Rathalos α + [Layered]
579:Rathalos β + [Layered]
580:Rath Soul α + [Layered]
581:Rath Soul β + [Layered]
582:Diablos α + [Layered]
583:Diablos β + [Layered]
584:Diablos Nero α + [Layered]
585:Diablos Nero β + [Layered]
586:Legiana α + [Layered]
587:Legiana β + [Layered]
588:Shrieking Legiana α + [Layered]
589:Shrieking Legiana β + [Layered]
590:Odogaron α + [Layered]
591:Odogaron β + [Layered]
592:Death Garon α + [Layered]
593:Death Garon β + [Layered]
594:Lavasioth+ [Layered]
595:Uragaan+ [Layered]
596:Nargacuga α + [Layered]
597:Nargacuga β + [Layered]
598:Glavenus α + [Layered]
599:Glavenus β + [Layered]
600:Acidic Glavenus α + [Layered]
601:Acidic Glavenus β + [Layered]
602:Brachydios α + [Layered]
603:Brachydios β + [Layered]
604:Tigrex α + [Layered]
605:Tigrex β + [Layered]
606:Rex Roar α + [Layered]
607:Rex Roar β + [Layered]
608:Black Belt [Layered]
609:Pride α + [Layered]
610:Pride β + [Layered]
611:Esurient α + [Layered]
612:Esurient β + [Layered]
613:Velkhana α + [Layered]
614:Velkhana β + [Layered]
615:Blackveil Hazak α + [Layered]
616:Blackveil Hazak β + [Layered]
617:Teostra α + [Layered]
618:Teostra β + [Layered]
619:Kushala α + [Layered]
620:Kushala β + [Layered]
621:Kirin α + [Layered]
622:Kirin β + [Layered]
623:Namielle α + [Layered]
624:Namielle β + [Layered]
625:Guild Palace+ [Layered]
626:Acrobat [Layered] Earrings
627:Showman [Layered] Earrings
628:Shara Ishvalda α+ [Layered]
629:Shara Ishvalda β+ [Layered]
630:Yian Garuga α+ [Layered]
631:YianGaruga β+ [Layered]
632:Zinogre α+ [Layered]
633:Zinogre β+ [Layered]
634:Golden Lune α+ [Layered]
635:Golden Lune β+ [Layered]
636:Silver Sol α+ [Layered]
637:Silver Sol β+ [Layered]
638:Lunastra α+ [Layered]
639:Lunastra β+ [Layered]
640:Ruiner Nergi α+ [Layered]
641:Ruiner Nergi β+ [Layered]
642:Guildwork+ [Layered]
643:Rajang α+ [Layered]
644:Rajang β+ [Layered]
645:Stygian Zin α+ [Layered]
646:Stygian Zin β+ [Layered]
647:Safi'jiiva α+ [Layered]
648:Safi'jiiva  β+ [Layered]
649:Furious Rajang α+ [Layered]
650:Furious Rajang β+ [Layered]
651:Brachydium α+ [Layered]
652:Brachydium β+ [Layered]
653:Frostfang α+ [Layered]
654:Frostfang β+ [Layered]
655:Escadora α+ [Layered]
656:Escadora β+ [Layered]
657:Dragon α+ [Layered]
658:Dragon β+ [Layered]
659:Kulve α+ [Layered]
660:Kulve β+ [Layered]
661:Sealed Dragon Cloth [Layered]
662:Wyverian Ears [Layered]
663:Duffle Penguin [Layered]
664:Pearlspring [Layered]
665:Buff Body α+ [Layered]
666:Azure Age [Layered]
669:Rimeguard γ+ [Layered]
670:Tentacle γ+ [Layered]
672:Buff Body γ+ [Layered]
673:Innerwear α [Layered]
674:Clockwork β+ [Layered]
675:Innerwear β [Layered]
676:Artemis α
677:Layered Artemis
678:Artemis's α
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listArmors</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092381</ID>
                      <Description>"listItems"</Description>
                      <DropDownList DisplayValueAsItem="1">1:Potion
2:Mega Potion
3:Max Potion
4:Ancient Potion
5:Antidote
6:Herbal Medicine
7:Nulberry
8:Energy Drink
9:Ration
10:Rare Steak
11:Well-done Steak
12:Burnt Meat
13:Cool Drink
14:Nutrients
15:Mega Nutrients
16:Immunizer
17:Astera Jerky
18:Dash Juice
19:Mega Dash Juice
20:Might Seed
21:Demondrug
22:Mega Demondrug
23:Might Pill
24:Adamant Seed
25:Armorskin
26:Mega Armorskin
27:Adamant Pill
28:Lifepowder
29:Herbal Powder
30:Demon Powder
31:Hardshell Powder
32:Honey
33:Herb
34:Antidote Herb
35:Fire Herb
36:Flowfern
37:Snow Herb
38:Sleep Herb
39:Ivy
40:Smokenut
41:Dragonfell Berry
42:Blue Mushroom
43:Mandragora
44:Nitroshroom
45:Devil's Blight
46:Parashroom
47:Toadstool
48:Exciteshroom
49:Bitterbug
50:Flashbug
51:Godbug
52:Thunderbug
53:Baitbug
54:Kelbi Horn
55:Dash Extract
56:Nourishing Extract
57:Screamer Sac
58:Catalyst
59:Tranq Bomb
60:Flash Pod
61:Screamer Pod
62:Smoke Bomb
63:Poison Smoke Bomb
64:Farcaster
65:Raw Meat
66:Poisoned Meat
67:Tinged Meat
68:Drugged Meat
69:Gunpowder
70:Small Barrel
71:Barrel Bomb
72:Bounce Bomb
73:Mega Bounce Bomb
74:Large Barrel
75:Large Barrel Bomb
76:Mega Barrel Bomb
77:Spider Web
78:Net
79:Trap Tool
80:Pitfall Trap
81:Shock Trap
82:Rolled-up Dung
83:Dung
84:Dung Pod
85:Arowana Bait
86:Gunpowderfish Bait
87:Goldenfish Bait
88:Boomerang
89:Binoculars
90:Powercharm
91:Powertalon
92:Armorcharm
93:Armortalon
94:Needleberry
95:Blastnut
96:Dragonstrike Nut
97:Slashberry
98:Latchberry
99:Bomberry
100:Flamenut
101:Blazenut
102:Gunpowder Level 2
103:Gunpowder Level 3
104:Whetfish Fin
105:Whetfish Fin+
106:Sushifish Scale
107:Great Sushifish Scale
108:Gunpowderfish Scale
109:Great Gunpowderfish Scale
110:Burst Arowana Scale
111:Great Burst Arowana Scale
112:Bomb Arowana Scale
113:Great Bomb Arowana Scale
114:Whetstone
115:Capture Net
116:Fishing Rod
117:BBQ Spit
118:Ghillie Mantle
119:Temporal Mantle
120:Health Booster
121:Rocksteady Mantle
122:Challenger Mantle
123:Vitality Mantle
124:Fireproof Mantle
125:Waterproof Mantle
126:Iceproof Mantle
127:Thunderproof Mantle
128:Dragonproof Mantle
129:Cleanser Booster
130:Glider Mantle
131:Evasion Mantle
132:Impact Mantle
133:Apothecary Mantle
134:Immunity Mantle
135:Affinity Booster
136:Bandit Mantle
137:Normal Ammo 1
138:Normal Ammo 2
139:Normal Ammo 3
140:Pierce Ammo 1
141:Pierce Ammo 2
142:Pierce Ammo 3
143:Spread Ammo 1
144:Spread Ammo 2
145:Spread Ammo 3
146:Sticky Ammo 1
147:Sticky Ammo 2
148:Sticky Ammo 3
149:Cluster Bomb 1
150:Cluster Bomb 2
151:Cluster Bomb 3
152:Flaming Ammo
153:Water Ammo
154:Thunder Ammo
155:Freeze Ammo
156:Dragon Ammo
157:Poison Ammo 1
158:Poison Ammo 2
159:Paralysis Ammo 1
160:Paralysis Ammo 2
161:Sleep Ammo 1
162:Sleep Ammo 2
163:Exhaust Ammo 1
164:Exhaust Ammo 2
165:Recover Ammo 1
166:Recover Ammo 2
167:Wyvern Ammo
168:Slicing Ammo
169:Tranq Ammo
170:Demon Ammo
171:Armor Ammo
172:None
173:Close-range Coating
174:Empty Phial
175:Power Coating
176:Poison Coating
177:Paralysis Coating
178:Sleep Coating
179:Exhaust Coating
180:Blast Coating
181:First-aid Med
182:First-aid Med+
183:EZ Ration
184:EZ Lifepowder
185:EZ Max Potion
186:EZ Large Barrel Bomb
187:EZ Shock Trap
188:EZ Pitfall Trap
189:EZ Herbal Powder
190:EZ Demon Powder
191:EZ Hardshell Powder
192:EZ Dung Pod
193:EZ Flash Pod
194:EZ Screamer Pod
195:Throwing Knife
196:Poison Knife
197:Sleep Knife
198:Paralysis Knife
199:Tranq Knife
200:EZ Farcaster
201:EZ Tranq Bomb
202:Ballista Ammo
203:One-shot Binder
204:Cannon Ammo
205:Iron Ore
206:Machalite Ore
207:Dragonite Ore
208:Carbalite Ore
209:Fucium Ore
210:Earth Crystal
211:Coral Crystal
212:Dragonvein Crystal
213:Lightcrystal
214:Novacrystal
215:Firecell Stone
216:Aquacore Ore
217:Spiritcore Ore
218:Dreamcore Ore
219:Dragoncore Ore
220:Armor Sphere
221:Armor Sphere+
222:Advanced Armor Sphere
223:Hard Armor Sphere
224:Heavy Armor Sphere
225:Sturdy Bone
226:Quality Bone
227:Ancient Bone
228:Boulder Bone
229:Coral Bone
230:Warped Bone
231:Brutal Bone
232:Dragonbone Relic
233:Unknown Skull
234:Great Hornfly
235:Sinister Cloth
236:Monster Bone S
237:Monster Bone M
238:Monster Bone L
239:Monster Bone+
240:Monster Keenbone
241:Monster Hardbone
242:Elder Dragon Bone
243:Sharp Claw
244:Piercing Claw
245:Monster Fluid
246:Monster Broth
247:Poison Sac
248:Toxin Sac
249:Paralysis Sac
250:Omniplegia Sac
251:Sleep Sac
252:Coma Sac
253:Flame Sac
254:Inferno Sac
255:Aqua Sac
256:Torrent Sac
257:Frost Sac
258:Freezer Sac
259:Electro Sac
260:Thunder Sac
261:Bird Wyvern Gem
262:Wyvern Gem
263:Elder Dragon Blood
264:Mosswine Hide
265:Warm Pelt
266:High-quality Pelt
267:Vespoid Shell
268:Vespoid Carapace
269:Vespoid Wing
270:Vespoid Innerwing
271:Hornetaur Shell
272:Hornetaur Wing
273:Hornetaur Head
274:Hornetaur Carapace
275:Hornetaur Innerwing
276:Gajau Skin
277:Gajau Whisker
278:Gajau Scale
279:Grand Gajau Whisker
280:Wingdrake Hide
281:Wingdrake Hide+
282:Barnos Hide+
283:Barnos Talon
284:Kestodon Shell
285:Kestodon Scalp
286:Kestodon Carapace
287:Gastodon Carapace
288:Gastodon Horn
289:Jagras Scale
290:Jagras Hide
291:Jagras Scale+
292:Jagras Hide+
293:Shamos Scale
294:Shamos Hide
295:Shamos Scale+
296:Shamos Hide+
297:Girros Scale
298:Girros Hide
299:Girros Fang
300:Girros Scale+
301:Girros Hide+
302:Great Jagras Scale
303:Great Jagras Hide
304:Great Jagras Mane
305:Great Jagras Claw
306:Great Jagras Scale+
307:Great Jagras Hide+
308:Great Jagras Claw+
309:Kulu-Ya-Ku Scale
310:Kulu-Ya-Ku Hide
311:Kulu-Ya-Ku Plume
312:Kulu-Ya-Ku Beak
313:Kulu-Ya-Ku Scale+
314:Kulu-Ya-Ku Hide+
315:Kulu-Ya-Ku Plume+
316:Kulu-Ya-Ku Beak+
317:Pukei-Pukei Scale
318:Pukei-Pukei Shell
319:Pukei-Pukei Quill
320:Pukei-Pukei Sac
321:Pukei-Pukei Tail
322:Pukei-Pukei Scale+
323:Pukei-Pukei Carapace
324:Pukei-Pukei Wing
325:Pukei-Pukei Sac+
326:Barroth Shell
327:Barroth Ridge
328:Barroth Claw
329:Barroth Scalp
330:Barroth Tail
331:Fertile Mud
332:Barroth Carapace
333:Barroth Ridge+
334:Barroth Claw+
335:Jyuratodus Scale
336:Jyuratodus Shell
337:Jyuratodus Fang
338:Jyuratodus Fin
339:Jyuratodus Scale+
340:Jyuratodus Carapace
341:Jyuratodus Fang+
342:Jyuratodus Fin+
343:Tobi-Kadachi Scale
344:Tobi-Kadachi Pelt
345:Tobi-Kadachi Membrane
346:Tobi-Kadachi Claw
347:Tobi-Kadachi Electrode
348:Tobi-Kadachi Scale+
349:Tobi-Kadachi Pelt+
350:Tobi-Kadachi Claw+
351:Tobi-Kadachi Electrode+
352:Anjanath Scale
353:Anjanath Pelt
354:Anjanath Fang
355:Anjanath Nosebone
356:Anjanath Tail
357:Anjanath Plate
358:Anjanath Scale+
359:Anjanath Pelt+
360:Anjanath Fang+
361:Anjanath Nosebone+
362:Anjanath Gem
363:Rathian Scale
364:Rathian Shell
365:Rathian Webbing
366:Rathian Spike
367:Rathian Plate
368:Rathian Scale+
369:Rathian Carapace
370:Rathian Spike+
371:Rathian Ruby
372:Pink Rathian Scale+
373:Pink Rathian Carapace
374:Tzitzi-Ya-Ku Scale
375:Tzitzi-Ya-Ku Hide
376:Tzitzi-Ya-Ku Claw
377:Tzitzi-Ya-Ku Photophore
378:Tzitzi-Ya-Ku Scale+
379:Tzitzi-Ya-Ku Hide+
380:Tzitzi-Ya-Ku Claw+
381:Tzitzi-Ya-Ku Photophore+
382:Paolumu Pelt
383:Paolumu Scale
384:Paolumu Shell
385:Paolumu Webbing
386:Paolumu Pelt+
387:Paolumu Scale+
388:Paolumu Carapace+
389:Paolumu Wing
390:Great Girros Scale
391:Great Girros Hide
392:Great Girros Hood
393:Great Girros Fang
394:Great Girros Tail
395:Great Girros Scale+
396:Great Girros Hide+
397:Great Girros Hood+
398:Great Girros Fang+
399:Radobaan Scale
400:Radobaan Shell
401:Radobaan Oilshell
402:Wyvern Bonemass
403:Radobaan Jaw
404:Radobaan Marrow
405:Radobaan Scale+
406:Radobaan Carapace
407:Radobaan Medulla
408:Legiana Scale
409:Legiana Hide
410:Legiana Claw
411:Legiana Webbing
412:Legiana Tail Webbing
413:Legiana Plate
414:Legiana Scale+
415:Legiana Hide+
416:Legiana Claw+
417:Legiana Wing
418:Legiana Gem
419:Odogaron Scale
420:Odogaron Sinew
421:Odogaron Claw
422:Odogaron Fang
423:Odogaron Tail
424:Odogaron Plate
425:Odogaron Scale+
426:Odogaron Sinew+
427:Odogaron Claw+
428:Odogaron Fang+
429:Odogaron Gem
430:Rathalos Scale
431:Rathalos Shell
432:Rathalos Webbing
433:Rathalos Tail
434:Rath Wingtalon
435:Rathalos Marrow
436:Rathalos Plate
437:Rathalos Scale+
438:Rathalos Carapace
439:Rathalos Wing
440:Rathalos Medulla
441:Rathalos Ruby
442:Azure Rathalos Scale+
443:Azure Rathalos Carapace
444:Azure Rathalos Tail
445:Azure Rathalos Wing
446:Diablos Shell
447:Diablos Ridge
448:Diablos Tailcase
449:Diablos Fang
450:Twisted Horn
451:Diablos Marrow
452:Diablos Carapace
453:Diablos Ridge+
454:Majestic Horn
455:Blos Medulla
456:Black Diablos Carapace
457:Black Diablos Ridge+
458:Black Spiral Horn+
459:Kirin Hide
460:Kirin Tail
461:Kirin Mane
462:Kirin Thunderhorn
463:Kirin Hide+
464:Kirin Thundertail
465:Kirin Azure Horn
466:Zorah Magdaros Inner Scale
467:Zorah Magdaros Heat Scale
468:Zorah Magdaros Carapace
469:Zorah Magdaros Ridge
470:Zorah Magdaros Pleura
471:Zorah Magdaros Brace
472:Zorah Magdaros Magma
473:Zorah Magdaros Gem
474:Dodogama Scale+
475:Dodogama Hide+
476:Dodogama Jaw
477:Dodogama Talon
478:Dodogama Tail
479:Lavasioth Scale+
480:Lavasioth Carapace
481:Lavasioth Fang+
482:Lavasioth Fin+
483:Uragaan Scale+
484:Uragaan Carapace
485:Uragaan Jaw
486:Uragaan Scute
487:Uragaan Marrow
488:Uragaan Ruby
489:Lava Nugget
490:Bazelgeuse Scale+
491:Bazelgeuse Carapace
492:Bazelgeuse Tail
493:Bazelgeuse Fuse
494:Bazelgeuse Talon
495:Bazelgeuse Wing
496:Bazelgeuse Gem
497:Immortal Dragonscale
498:Nergigante Carapace
499:Nergigante Barbs
500:Nergigante Tail
501:Nergigante Horn+
502:Nergigante Talon
503:Nergigante Regrowth Plate
504:Nergigante Gem
505:Deceased Scale
506:Vaal Hazak Carapace
507:Vaal Hazak Membrane
508:Vaal Hazak Tail
509:Vaal Hazak Fang+
510:Vaal Hazak Talon
511:Vaal Hazak Wing
512:Vaal Hazak Miasmacryst
513:Vaal Hazak Gem
514:Teostra Carapace
515:Teostra Mane
516:Teostra Tail
517:Teostra Horn+
518:Fire Dragon Scale+
519:Teostra Claw+
520:Teostra Webbing
521:Teostra Powder
522:Teostra Gem
523:Daora Carapace
524:Daora Dragon Scale+
525:Daora Webbing
526:Daora Horn+
527:Daora Tail
528:Daora Claw+
529:Daora Gem
530:Xeno'jiiva Soulscale
531:Xeno'jiiva Shell
532:Xeno'jiiva Veil
533:Xeno'jiiva Tail
534:Xeno'jiiva Horn
535:Xeno'jiiva Claw
536:Xeno'jiiva Wing
537:Xeno'jiiva Crystal
538:Xeno'jiiva Gem
539:??? Scale
540:??? Shell
541:??? Membrane
542:??? Tail
543:??? Horn
544:??? Claw
545:??? Wing
546:??? Crystal
547:??? Gem
548:Mysterious Feystone
549:Glowing Feystone
550:Worn Feystone
551:Warped Feystone
552:Sullied Streamstone
553:Shining Streamstone
554:Streamstone Shard
555:Streamstone
556:Gleaming Streamstone
557:Warrior's Streamstone: Sword
558:Warrior's Streamstone: Blade
559:Warrior's Streamstone: Hammer
560:Warrior's Streamstone: Lance
561:Warrior's Streamstone: Axe
562:Warrior's Streamstone: Shaft
563:Warrior's Streamstone: Ranged
564:Hero's Streamstone: Sword
565:Hero's Streamstone: Blade
566:Hero's Streamstone: Hammer
567:Hero's Streamstone: Lance
568:Hero's Streamstone: Axe
569:Hero's Streamstone: Shaft
570:Hero's Streamstone: Ranged
571:Voucher
572:First Wyverian Print
573:Deluxe First Wyverian Print
574:Steel Wyverian Print
575:Silver Wyverian Print
576:Gold Wyverian Print
577:Commendation
578:High Commendation
579:Research Commission Ticket
580:Pukei Coin
581:Kulu Coin
582:Rathian Coin
583:Tzitzi Coin
584:Barroth Coin
585:Gama Coin
586:Rathalos Coin
587:Brute Coin
588:Flying Coin
589:Pinnacle Coin
590:Hunter King Coin
591:Ace Hunter Coin
592:Steel Egg
593:Silver Egg
594:Golden Egg
595:Chipped Scale
596:Large Scale
597:Beautiful Scale
598:Lustrous Scale
599:Glimmering Scale
600:Bhernastone
601:Dundormarin
602:Loc Lac Ore
603:Val Habar Quartz
604:Minegardenite
605:Golden Scale
606:Golden Scale+
607:Platinum Scale
608:Platinum Scale+
609:Gilded Scale
610:Gilded Scale+
611:White Liver
612:Wyvern Tear
613:Large Wyvern Tear
614:Dragon Treasure
615:Old Dragon Treasure
616:Sunbloom
617:Shinebloom
618:Goldbloom
619:Gourmet Shroomcap
620:Exquisite Shroomcap
621:Spirit Shroomcap
622:Bauble Cactus
623:Jewel Cactus
624:Kingly Cactus
625:Hardfruit
626:Rockfruit
627:Wildfruit
628:Super Abalone
629:Choice Abalone
630:Precious Abalone
631:Light Pearl
632:Deep Pearl
633:Innocent Pearl
634:Forgotten Fossil
635:Legendary Fossil
636:Mystical Fossil
637:Underground Fruit
638:Tainted Fruit
639:Elysian Fruit
640:Gaia Amber
641:Dragonvein Amber
642:Ancient Amber
643:Blue Beryl
644:True Beryl
645:Abyssal Beryl
646:Sunkissed Grass
647:Moonlit Mushroom
648:Dragonbloom
649:Divineapple
650:Violet Abalone
651:Platinum Pearl
652:Wicked Fossil
653:Heavenberry
654:Twilight Stone
655:Noahstone
656:Wyvern Egg
657:Herbivore Egg
658:Lump of Meat
659:Shepherd Hare
660:Pilot Hare
661:Woodland Pteryx
662:Forest Pteryx
663:Cobalt Flutterfly
664:Phantom Flutterfly
665:Climbing Joyperch
666:Forest Gekko
667:Wildspire Gekko
668:Gloom Gekko
669:Moonlight Gekko
670:Vaporonid
671:Scavantula
672:Revolture
673:Blissbill
674:Omenfly
675:Augurfly
676:Scalebat
677:Dung Beetle
678:Bomb Beetle
679:Pink Parexus
680:Great Pink Parexus
681:Burst Arowana
682:Bomb Arowana
683:Great Burst Arowana
684:Great Bomb Arowana
685:Elegant Coralbird
686:Dapper Coralbird
687:Andangler
688:Downy Crake
689:Bristly Crake
690:Hopguppy
691:Petricanths
692:Paratoad
693:Sleeptoad
694:Nitrotoad
695:Wiggler
696:Wiggler Queen
697:Vigorwasp
698:Giant Vigorwasp
699:Flying Meduso
700:Carrier Ant
701:Hercudrome
702:Gold Hercudrome
703:Prism Hercudrome
704:Emperor Hopper
705:Tyrant Hopper
706:Flashfly
707:Grandfather Mantagrell
708:Iron Helmcrab
709:Soldier Helmcrab
710:Emerald Helmcrab
711:Whetfish
712:Great Whetfish
713:Gastronome Tuna
714:Great Gastronome Tuna
715:King Marlin
716:Great King Marlin
717:Goldenfish
718:Platinumfish
719:Great Goldenfish
720:Great Platinumfish
721:Goldenfry
722:Great Goldenfry
723:Sushifish
724:Great Sushifish
725:Gunpowderfish
726:Great Gunpowderfish
727:Antidote Jewel 1
728:Antipara Jewel 1
729:Pep Jewel 1
730:Steadfast Jewel 1
731:Antiblast Jewel 1
732:Suture Jewel 1
733:Def Lock Jewel 1
734:Earplug Jewel 3
735:Wind Resist Jewel 2
736:Footing Jewel 2
737:Fertilizer Jewel 1
738:Heat Resist Jewel 2
739:Attack Jewel 1
740:Defense Jewel 1
741:Vitality Jewel 1
742:Recovery Jewel 1
743:Fire Res Jewel 1
744:Water Res Jewel 1
745:Ice Res Jewel 1
746:Thunder Res Jewel 1
747:Dragon Res Jewel 1
748:Resistor Jewel 1
749:Blaze Jewel 1
750:Stream Jewel 1
751:Frost Jewel 1
752:Bolt Jewel 1
753:Dragon Jewel 1
754:Venom Jewel 1
755:Paralyzer Jewel 1
756:Sleep Jewel 1
757:Blast Jewel 1
758:Poisoncoat Jewel 3
759:Paracoat Jewel 3
760:Sleepcoat Jewel 3
761:Blastcoat Jewel 3
762:Powercoat Jewel 3
763:Release Jewel 3
764:Expert Jewel 1
765:Critical Jewel 2
766:Tenderizer Jewel 2
767:Charger Jewel 2
768:Handicraft Jewel 3
769:Draw Jewel 2
770:Destroyer Jewel 2
771:KO Jewel 2
772:Drain Jewel 1
773:Rodeo Jewel 2
774:Flight Jewel 2
775:Throttle Jewel 2
776:Challenger Jewel 2
777:Flawless Jewel 2
778:Potential Jewel 2
779:Fortitude Jewel 1
780:Furor Jewel 2
781:Sonorous Jewel 1
782:Magazine Jewel 2
783:Trueshot Jewel 1
784:Artillery Jewel 1
785:Heavy Artillery Jewel 1
786:Sprinter Jewel 2
787:Physique Jewel 2
788:Flying Leap Jewel 1
789:Refresh Jewel 2
790:Hungerless Jewel 1
791:Evasion Jewel 2
792:Jumping Jewel 2
793:Ironwall Jewel 1
794:Sheath Jewel 1
795:Friendship Jewel 1
796:Enduring Jewel 1
797:Satiated Jewel 1
798:Gobbler Jewel 1
799:Grinder Jewel 1
800:Bomber Jewel 1
801:Fungiform Jewel 1
802:Angler Jewel 1
803:Chef Jewel 1
804:Transporter Jewel 1
805:Gathering Jewel 1
806:Honeybee Jewel 1
807:Carver Jewel 1
808:Protection Jewel 1
809:Meowster Jewel 1
810:Botany Jewel 1
811:Geology Jewel 1
812:Mighty Jewel 2
813:Stonethrower Jewel 1
814:Tip Toe Jewel 1
815:Brace Jewel 3
816:Scoutfly Jewel 1
817:Crouching Jewel 1
818:Longjump Jewel 1
819:Smoke Jewel 1
820:Mirewalker Jewel 1
821:Climber Jewel 1
822:Radiosity Jewel 1
823:Research Jewel 1
824:Specimen Jewel 1
825:Miasma Jewel 1
826:Scent Jewel 1
827:Slider Jewel 1
828:Intimidator Jewel 1
829:Hazmat Jewel 1
830:Mudshield Jewel 1
831:Element Resist Jewel 1
832:Slider Jewel 2
833:Medicine Jewel 1
834:Forceshot Jewel 3
835:Pierce Jewel 3
836:Spread Jewel 3
837:Enhancer Jewel 2
838:Crisis Jewel 1
839:Dragonseal Jewel 3
840:Discovery Jewel 2
841:Detector Jewel 1
842:Maintenance Jewel 1
843:Vigorwasp Delivery
844:Vigorwasp Station
845:Flashfly Cage
846:Thunderbug Cage
847:Shieldspire Taunt
848:Shieldspire Bash
849:Coral Cheerhorn
850:Coral Cheerbongo
851:Plunderblade
852:Palarang
853:Meowlotov Assault
854:Rath-of-Meow
855:Mantle 1 (ERROR)
856:Mantle 1 (ERROR)
857:Palico 1 (ERROR)
858:Mantle 2 (ERROR)
859:Stone
860:Redpit
861:Brightmoss
862:Scatternut
863:Torch Pod
864:Bomb Pod
865:Thorn Pod
866:Piercing Pod
867:Dragon Pod
868:Crystalburst
869:Puddle Pod
870:Chillshroom
871:Tailraider Voucher
872:Emerald Shell
873:Gajalaka Sketch
874:Mighty Bow Jewel 2
875:Mind's Eye Jewel 2
876:Shield Jewel 2
877:Sharp Jewel 2
878:Elementless Jewel 2
879:Deviljho Scale
880:Deviljho Hide
881:Deviljho Tallfang
882:Deviljho Talon
883:Deviljho Scalp
884:Deviljho Tail
885:Deviljho Saliva
886:Deviljho Gem
887:Kulve Taroth Golden Scale
888:Kulve Taroth Golden Shell
889:Kulve Taroth Golden Nugget
890:Kulve Taroth Golden Spiralhorn
891:Kulve Taroth Golden Tailshell
892:Kulve Taroth Golden Glimstone
893:Golden Fragment
894:Golden Chunk
895:Lunastra Scale+
896:Lunastra Wing
897:Lunastra Gem
898:Lunastra Carapace
899:Lunastra Mane
900:Lunastra Tail
901:Lunastra Horn
902:Unavailable
903:Unavailable
904:Unavailable
905:Unavailable
906:Unavailable
907:Unavailable
908:Spring Blossom Ticket
909:Summer Twilight Ticket
910:Autumn Harvest Ticket
911:Winter Star Ticket
912:Appriciation Ticket
913:Spring Insect Field Guide
914:Summer Insect Field Guide
915:Vaal Hazak Ticket
916:Kirin Ticket
917:Teostra Ticket
918:Kushala Daora Ticket
919:Unavailable
920:Zorah Magdaros Ticket
921:Xeno'Jiiva Ticket
922:Black Bandage
923:Black Crystal Ticket
924:Kulu-Ya-Ku Ticket
925:Wiggler Ticket
926:Unavailable
927:Unavailable
928:Mega Man Ticket
929:Unavailable
930:Unavailable
931:Unavailable
932:Azure Star Shard
933:Azure Stargem
934:Red Orb
935:Master Craftsman's Blueprint
936:Dissolved Weapon
937:Melded Weapon
938:Sublimated Weapon
939:Bushi Ticket
940:Blossom Fireworks
941:Twilight Fireworks
942:Unavailable
943:Unavailable
944:Unavailable
945:Gold Scalebat
946:Gold Helmcrab
947:Shiny Gold Helmcrab
948:Copper Calappa
949:Gold Calappa
950:Tsuchinoko
952:Gold Chip Fragment
953:Gold Nugget Fragment
954:Blossom Ticket
955:Senu's Feather
956:Hunter Runestone
957:Unavailable
958:Unavailable
959:Unavailable
960:Unavailable
961:Downy Crane Ticket
962:Bristly Crake Ticket
963:First Fleet Ticket
964:Fifth Fleet Ticket
965:Lunastra Ticket
966:Transparent Stone
967:Flowering Cactuar Cutting
968:Cactuar
969:Faux Ticket I
970:Faux Ticket II
971:Faux Ticket III
972:Beetle Ticket
975:Glamour Prism
976:???
977:Incandescent Weapon
978:Kulve Taroth Emperor Nugget
979:Leshen Claw
980:Ancient Leshen Claw
981:Leshen Skull
982:Ancient Leshen Skull
983:Cursed Bone
984:Ancient Cursed Bone
985:Leshen Antlers
986:Ancient Leshen Antlers
987:Leshen Resin
988:Mutagen
989:Nekker Card (Weapon)
990:Nekker Card (Armor)
991:Unavailable
999:Assassin's Hood
1000:Hot Drink
1003:Gourmet Voucher
1004:Surveyor Set
1005:Raider Ride
1006:Hot Pepper
1007:Gloamgrass Bud
1008:Dust of Life
1009:Crystalized Bone Shard
1010:Crystalized Monster Bone
1011:Crystalized Elder Dragon Bone
1022:Vigorwasp Revival
1023:Boombug Cage
1024:Shieldspire Stooge
1025:Coral Sonicgong
1026:Mount &amp; Plunder
1027:Meowcano
1028:zenny
1029:Research Points
1030:Eltalite Ore
1031:Meldspar Ore
1032:Spiritvein Crystal
1034:Purecrystal
1036:Bathycite Ore
1037:Gracium
1038:Phantomcore Ore
1039:Shadowcore Ore
1040:King Armor Sphere
1041:True Armor Sphere
1042:Thick Bone
1043:Frozen Bone
1044:Dragonbone Artifact
1048:Ancient Fragment
1049:Monster Toughbone
1050:Monster Slogbone
1051:Monster Solidbone
1053:Large Elder Dragon Bone
1054:Tough Claw
1055:Monster Essence
1056:Deadly Poison Sac
1057:Ultraplegia Sac
1058:Torpor Sac
1059:Conflagrant Sac
1060:Flood Sac
1061:Cryo Sac
1062:Lightning Sac
1063:Fey Wyvern Gem
1064:Large Wyvern Gem
1065:Pure Dragon Blood
1066:Large Elder Dragon Gem
1068:Prized Pelt
1069:Anteka Antler
1071:Vespoid Razorwing
1073:Hornetaur Razorwing
1075:Gajau Thickhide
1076:Steel Gajau Whisker
1077:Wingdrake Finehide
1078:Barnos Hardclaw
1080:Cortos Hardclaw
1081:Kestodon Husk
1083:Gastodon Husk
1085:Jagras Shard
1087:Shamos Shard
1089:Girros Shard
1091:Wulg Thickfur
1093:Great Jagras Shard
1094:Great Jagras Thickhide
1095:Great Jagras Hardclaw
1096:Great Jagras Mane+
1097:Kulu-Ya-Ku Shard
1098:Kulu-Ya-Ku Thickhide
1099:Large Kulu-Ya-Ku Plume
1100:Large Kulu-Ya-Ku Beak
1101:Pukei-Pukei Shard
1102:Pukei-Pukei Cortex
1103:Pukei-Pukei Fellwing
1104:Large Pukei-Pukei Sac
1105:Pukei-Pukei Lash
1106:Coral Pukei-Pukei Shard
1107:Coral Pukei-Pukei Cortex
1108:Coral Pukei-Pukei Fellwing
1109:Large Coral Pukei-Pukei Sac
1110:Coral Pukei-Pukei Lash
1111:Barroth Cortex
1112:Barroth Chine
1113:Barroth Hardclaw
1114:Barroth Crown
1115:Barroth Lash
1116:Rich Mud
1117:Jyuratodus Shard
1118:Jyuratodus Cortex
1119:Jyuratodus Hardfang
1120:Jyuratodus Grandfin
1121:Beotodus Shard
1122:Beotodus Cortex
1123:Beotodus Hardhorn
1124:Beotodus Grandfin
1125:Tobi-Kadachi Shard
1126:Tobi-Kadachi Thickfur
1127:Tobi-Kadachi Membrane+
1128:Tobi-Kadachi Hardclaw
1129:Tobi-Kadachi Cathode
1130:Viper Tobi-Kadachi Shard
1131:Viper Tobi-Kadachi Thickfur
1132:Viper Tobi-Kadachi Membrane+
1133:Viper Tobi-Kadachi Hardclaw
1134:Viper Tobi-Kadachi Thorn
1135:Banbaro Cortex
1136:Banbaro Chine
1137:Banbaro Great Horn
1138:Banbaro Lash
1139:Anjanath Shard
1140:Anjanath Fur
1141:Anjanath Hardfang
1142:Heavy Anjanath Nosebone
1143:Anjanath Lash
1144:Anjanath Mantle
1145:Fulgur Anjanath Shard
1146:Fulgur Anjanath Thickfur
1147:Fulgur Anjanath Hardfang
1148:Heavy Fulgur Anjanath Nosebone
1149:Fulgur Anjanath Lash
1150:Fulgur Anjanath Mantle
1151:Rathian Shard
1152:Rathian Cortex
1153:Rathian Weave
1154:Rathian Surspike
1155:Rathian Mantle
1156:Pink Rathian Shard
1157:Pink Rathian Cortex
1158:Gold Rathian Shard
1159:Gold Rathian Cortex
1160:Gold Rathian Surspike
1161:Tzitzi-Ya-Ku Shard
1162:Tzitzi-Ya-Ku Thickhide
1163:Tzitzi-Ya-Ku Hardclaw
1164:Tzitzi-Ya-Ku Photomembrane
1165:Paolumu Thickfur
1166:Paolumu Shard
1167:Paolumu Cortex
1168:Paolumu Fellwing
1169:Nightshade Paolumu Thickfur
1170:Nightshade Paolumu Shard
1171:Nightshade Paolumu Fellwing
1172:Great Girros Shard
1173:Great Girros Thickhide
1174:Great Girros Hardhood
1175:Great Girros Hardfang
1176:Great Girros Lash
1177:Radobaan Shard
1178:Radobaan Cortex
1179:Radobaan Oilshell+
1180:Large Wyvern Bonemass
1181:Legiana Shard
1182:Legiana Thickhide
1183:Legiana Hardclaw
1184:Legiana Fellwing
1185:Legiana Tail Webbing+
1186:Legiana Mantle
1188:Rimed Hide
1189:Obsidian Icetalon
1190:Stark Wing
1193:Odogaron Shard
1194:Hard Odogaron Sinew
1195:Odogaron Hardclaw
1196:Odogaron Hardfang
1197:Odogaron Lash
1198:Odogaron Mantle
1199:Ebony Odogaron Shard
1200:Hard Ebony Odogaron Sinew
1201:Ebony Odogaron Hardclaw
1202:Ebony Odogaron Hardfang
1203:Ebony Odogaron Lash
1204:Ebony Odogaron Mantle
1205:Rathalos Shard
1206:Rathalos Cortex
1207:Rathalos Fellwing
1208:Rathalos Lash
1209:Rath Wingtalon+
1210:Rathalos Mantle
1211:Azure Rathalos Shard
1212:Azure Rathalos Cortex
1213:Azure Rathalos Lash
1214:Azure Rathalos Fellwing
1215:Silver Rathalos Shard
1216:Silver Rathalos Cortex
1217:Silver Rathalos Fellwing
1218:Silver Rathalos Lash
1219:Rath Gleam
1220:Diablos Cortex
1221:Diablos Chine
1222:Diablos Tailcase+
1223:Twisted Stouthorn
1224:Diablos Hardhorn
1225:Black Diablos Cortex
1226:Black Diablos Chine
1227:Blackcurl Stouthorn
1228:Dodogama Shard
1229:Dodogama Thickhide
1230:Dodogama Mandible
1231:Dodogama Hardclaw
1232:Dodogama Lash
1233:Lavasioth Shard
1234:Lavasioth Cortex
1235:Lavasioth Hardfang
1236:Lavasioth Grandfin
1237:Uragaan Shard
1238:Uragaan Cortex
1239:Uragaan Jaw+
1240:Uragaan Scute+
1241:Uragaan Pallium
1242:Barioth Cortex
1243:Barioth Thickfur
1244:Barioth Hardclaw
1245:Barioth Greatspike
1246:Barioth Lash
1247:Amber Hardfang
1248:Nargacuga Shard
1249:Nargacuga Blackfur+
1250:Nargacuga Lash
1251:Nargacuga Tailspear
1252:Nargacuga Cutwing+
1253:Nargacuga Hardfang
1254:Nargacuga Mantle
1255:Tigrex Shard
1256:Tigrex Cortex
1257:Tigrex Lash
1258:Tigrex Hardclaw
1259:Tigrex Hardfang
1260:Tigrex Mantle
1261:Brute Tigrex Shard
1262:Brute Tigrex Cortex
1263:Brute Tigrex Hardclaw
1264:Brute Tigrex Hardfang
1265:Glavenus Shard
1266:Glavenus Cortex
1267:Glavenus Hardfang
1268:Glavenus Hellshell
1269:Glavenus Tailedge
1270:Molten Bursa
1271:Glavenus Mantle
1272:Acidic Glavenus Shard
1273:Acidic Glavenus Cortex
1274:Acidic Glavenus Hardfang
1275:Acidic Glavenus Spineshell
1276:Acidic Glavenus Tailedge
1277:Honed Acidcryst
1279:Brachydios Cortex
1280:Fine Brachydios Ebonshell
1281:Brachydios Crown
1282:Glowing Slime
1283:Brachydios Pounder+
1284:Brachydios Lash
1285:Brachydios Pallium
1286:Brach Warhead
1287:Flashpoint Slime
1288:Brach Obliterator
1289:Immortal Reactor
1290:Garuga Shard
1291:Garuga Cortex
1292:Garuga Auricle
1293:Fancy Beak
1294:Garuga Fellwing
1295:Garuga Lash
1296:Garuga Silverpelt
1297:Zinogre Cortex
1298:Zinogre Electrofur+
1299:Zinogre Hardhorn
1300:Zinogre Hardclaw
1301:Zinogre Lash
1302:Zinogre Deathly Shocker
1303:Fulgurbug
1304:Zinogre Skymerald
1305:Stygian Zinogre Cortex
1306:Stygian Zinogre Dragonlocks
1307:Stygian Zinogre Hardhorn
1308:Stygian Zinogre Hardclaw
1309:Stygian Zinogre Lash
1310:Stygian Zonigre Dragonhold
1311:Dracophage Bug
1312:Stygian Zonigre ??
1313:Bazelgeuse Shard
1314:Flickering Silvershell
1315:Bazelgeuse Flail
1316:Distilled Blast Fluid
1317:Bazelgeuse Hardclaw
1318:Scorching Silverwing
1319:Bazelgeuse Mantle
1320:Deviljho Shard
1321:Deviljho Blackpiel
1323:Vile Fang
1324:Deviljho Ripper
1325:Deviljho Flail
1326:Black Blood
1327:Deviljho Crook
1328:Rajang Wildpelt
1329:Rajang Hardfang
1330:Rajang Hardclaw
1331:Rajang Tail
1332:Gold Rajang Pelt+
1333:Rajang Apoplexy
1334:Rajang Hardhorn
1335:Ghoulish Gold Gorer
1336:Rajang Heart
1337:Kirin Finehide
1338:Kirin Thundertail+
1339:Kirin Silvermane
1340:Kirin Azure Horn+
1341:Immortal Shard
1342:Nergigante Cortex
1343:Nergigante Flail
1344:Annihilating Greathorn
1345:Nergigante Hardclaw
1346:Eternal Regrowth Plate
1347:Crystal Shard
1348:Velkhana Cortex
1349:Velkhana Fellwing
1350:Velkhana Crownhorn
1351:Velkhana Lash
1352:Velkhana Hardclaw
1353:Velkhana Crystal
1354:Teostra Cortex
1355:Teostra Mane+
1356:Teostra Lash
1357:Teostra Hardhorn
1358:Hellfire Shard
1359:Fire Dragon Hardclaw
1360:Teostra Fellwing
1361:Lunastra Cortex
1362:Lunastra Mane+
1363:Lunastra Lash
1364:Lunastra Hardhorn
1365:Lunastra Shard
1366:Lunastra Fellwing
1367:Daora Cortex
1368:Daora Shard
1369:Daora Fellwing
1370:Daora Hardhorn
1371:Daora Lash
1372:Daora Hardclaw
1373:Deceased Shard
1374:Vaal Hazak Cortex
1375:Deathweaver Membrane
1376:Vaal Hazak Flail
1377:Shadowpierce Fang
1378:Vaal Hazak Hardclaw
1379:Vaal Hazak Fellwing
1380:Namielle Finehide
1382:Namielle Fellwing
1383:Namielle Whisker
1384:Namielle Lash
1385:Namielle Hardclaw
1386:Unavailable
1387:Safi'jiiva Shard
1388:Safi'jiiva Cortex
1389:Pulsing Dragonshell
1390:Safi'jiiva Lash
1391:Safi'jiiva Hardhorn
1392:Safi'jiiva Hardclaw
1393:Safi'jiiva Fellwing
1394:Zionium Crystal
1395:Shara Ishvalda Tenderscale
1396:Shara Ishvalda Boulderplate
1398:Shara Ishvalda Tenderplate
1399:Shara Ishvalda Petalstone
1400:Shara Ishvalda Tenderclaw
1401:Shara Ishvalda Gem
1402:Alatreon Pallium
1403:Alatreon Mantle
1404:Alatreon Riptalon
1405:Alatreon Direwing
1406:Alatreon Diretail
1407:Skyswayer
1408:Azure Dragonsphire
1409:Ancient Feystone
1410:Carved Feystone
1411:Sealed Feystone
1412:Decayed Scale
1413:Luminous Scale
1414:Old Dragon Treasure
1415:Indestructible Ebonshell
1417:??? Shard
1418:??? Boulderplate
1419:??? Cortex
1420:??? Rock
1421:??? Hardclaw
1422:Large ??? Gem
1423:Kulve Taroth Golden Scale+
1424:Kulve Taroth Golden Shell+
1425:Kulve Taroth Golden Nugget+
1426:Kulve Taroth Golden Spiralhorn+
1427:Kulve Taroth Golden Tailshell+
1428:Golden Dragonsphire
1431:Celestial Wyverian Print
1432:Conqueror's Seal
1433:Research Commission Ticket+
1434:Banbaro Coin
1435:Paolumu Coin
1436:Nargacuga Coin
1437:Glavenus Coin
1438:Odogaron Coin
1439:Zinogre Coin
1440:Black Belt Coin
1441:Hero King Coin
1442:Tigrex Coin
1443:Giant Scale
1444:Magnificent Scale
1445:Boaboa Ticket
1446:Young Butterbur
1447:Exquisite Butterbur
1448:Millennium Butterbur
1449:Icebloom
1450:Moonlight Icebloom
1451:Snowpeak Icebloom
1452:Snow White
1453:Petalcryst
1454:EZ Dust of Life
1455:Pearlspring Macaque
1456:Goldspring Macaque
1458:Crowned Prawn
1459:Moon Slug
1460:Duffel Penguin
1461:Arrowhead Gekko
1462:Blue Diva
1463:Sealord's Crestfish
1464:Glass Parexus
1465:Wintermoon Nettle
1466:Moly
1467:Mossy Moly
1468:Rocky Moly
1469:Fluffy Moly
1470:Spiny Moly
1473:Great Glass Parexus
1478:Dragonvein Shard
1479:Dragonvein Coal
1480:Dragonvein Coal Chunk
1481:Cloth Curtain (Small)
1482:Pelt Curtain (Small)
1483:Elegant Curtain (Small)
1485:Cloth Curtain (Large)
1486:Pelt Curtain (Large)
1487:Elegant Curtain (Large)
1489:Familiar Sofa
1491:Luxury Sofa
1492:Elegant Sofa
1494:Rustic Bed
1495:Familiar Bed
1496:Luxury Bed
1498:Familiar Table
1499:Luxury Table
1500:Elegant Table
1502:Rustic Chairs
1503:Familiar Chairs
1504:Luxury Chairs
1505:Elegant Chairs
1507:Carnivore Carnival
1508:Party Platter
1509:Tropical Lunch
1510:Sumptuous Stew
1511:Hunter's Brunch
1512:Familiar Chest
1513:Luxury Chest
1515:Hoarfrost Reach Plant 1
1516:Hoarfrost Reach Plant 2
1518:Hoarfrost Reach Plant 3
1519:Ancient Forest Plant 1
1521:Ancient Forest Plant 4
1522:Ancient Forest Plant 5
1523:Ancient Forest Plant 3
1524:Wildspire Wastes Plant 2
1526:Wildspire Wastes Plant 1
1527:Ancient Forest Plant 2
1530:Simple Urn
1531:Grimalkyne Doll
1532:Gajalaka Doll
1533:Boaboa Doll
1534:Felyne Doll
1535:Grimalkyne Doll (Black)
1536:Grimalkyne Doll (Navy)
1537:Grimalkyne Doll (Blue)
1538:Poogie Doll (Memorial Stripes)
1539:Poogie Doll (Emperor's Duds)
1545:Simple Urn Set
1546:Burlap Sacks
1547:Bottled Spirit
1548:Assorted Bottle Set
1549:Crafting Tools
1550:Dyed Silk Rolls
1551:Ornamental Horn
1552:Display Fossil
1553:Simple Pottery
1554:Pottery Set
1556:Ornamental Plate (Large)
1557:Basket of Ore
1559:First Aid Kit
1561:Potted Plant
1562:Research Tomes
1563:Scholarly Tomes
1564:Refined Vase (Large)
1565:Potted Cactus
1566:Colorful Planting
1567:Basket of Mushrooms
1569:Vegetable Display
1570:Fierce Gajalaka Mask
1571:Grimacing Gajalaka Mask
1572:Surprised Gajalaka Mask
1573:Amber
1576:Seashell
1577:Symbol of Assistance
1578:Symbol of Contribution
1579:Symbol of Dedication
1580:Symbol of Valor
1581:Goldenfry Mobile
1582:Whetfish Mobile
1583:Marlin Mobile
1587:Barrel Ornament
1588:Catch-of-the-Day Ornament
1589:Fish Ornament
1590:Marlin Ornament
1591:Elegant Flag
1592:Nargacuga Painting
1593:Research Base Painting
1594:Handler Portrait
1595:Elegant Ornamental Plate
1596:Gajalaka Painting 1
1597:Boaboa Painting 1
1598:Grimalkyne Painting 1
1599:Poogie Painting
1600:Palico Portraits
1605:Familiar Desk
1606:Luxury Desk
1608:Familiar Shelves
1609:Intellectual Shelves
1610:Cluttered Shelves
1611:Luxury Shelves
1612:Elegant Shelves
1615:Familiar Lights
1616:Sturdy Lights
1617:Luxury Lights
1619:Simple Lights
1623:Familiar Rack
1624:Luxury Rack
1626:Simple Wall Shelf (Large)
1627:Luxury Wall Shelf (Large)
1629:Simple Wall Shelf (Small)
1630:Luxury Wall Shelf (Small)
1634:Zorah Magdaros Painting
1635:Cloth Wall-Hanging
1636:Fur Wall-Hanging
1637:Ship's Wheel Wall-Hanging
1639:Gajalaka Painting 2
1640:Boaboa Painting 2
1641:Grimalkyne Painting 2
1642:Ancient Forest Painting
1643:Wildspire Wastes Painting
1644:Coral Highlands Painting
1645:Rotten Vale Painting
1646:Elder's Recess Painting
1647:Hoarfrost Reach Painting
1648:Books and Documents
1649:Healthy Refreshments
1651:Maps
1652:Crafting Set
1653:Baking Set
1654:Tool Set
1655:Familiar Rugs (1F)
1656:Luxury Rugs (1F)
1658:Fur Rugs (1F)
1659:Familiar Rugs (2F)
1660:Luxury Rugs (2F)
1662:Fur Rugs (2F)
1663:Lantern
1666:Candle
1667:Candlestick
1668:Songbird Lamp
1669:Jellyfish Lamp
1670:Angler Fish Lamp
1674:Botanical Pattern
1675:Elegant Pattern
1676:Patchwork
1677:Patchwork (Brown)
1678:Patchwork (Gray)
1679:Check (Red)
1680:Check (White)
1681:Check (Blue)
1682:Trap and Beast (Brown)
1683:Trap and Beast (Navy)
1684:Trap and Beast (Aqua)
1685:Trap and Beast (Yellow)
1686:Wild Nature (Vibrant)
1687:Wild Nature (Red)
1688:Wild Nature (Green)
1689:Nature Check (Green)
1690:Nature Check (Blue)
1691:Traditional Pattern (Black)
1692:Traditional Pattern (Vibrant)
1693:Traditional Pattern (Brown)
1694:Traditional Pattern (Pink)
1695:Traditional Pattern (Aqua)
1696:Traditional Pattern (Warm)
1697:Traditional Pattern (Red)
1698:Hunter Pattern (Brown)
1699:Hunter Pattern (White)
1700:Hunter Pattern (Gold)
1701:Hunter Pattern (Red)
1707:Palico Print (Pink)
1708:Palico Print (Brown)
1721:Light Wood
1722:Dark Wood
1723:Light Iron
1724:Dark Iron
1725:Silver
1727:Stone
1728:Home Sweet Home
1729:Traditional Room
1734:Wooden Floor
1735:Chic Wooden Floor
1736:Simple Stone Floor
1739:Marble Tile Floor
1743:Chic Stone Floor
1744:Wooden Wall
1745:Chic Wooden Wall
1746:Simple Stone Wall
1749:Simple Stucco Wall
1754:Elegant Stucco Wall
1755:Wooden Floor (White)
1756:Wooden Floor (Green)
1757:Wooden Floor (Blue)
1758:Wooden Floor (Red)
1759:Wooden Floor (Yellow)
1760:Light Wooden Floor
1761:Wooden Wall (White)
1762:Wooden Wall (Green)
1763:Wooden Wall (Blue)
1764:Wooden Wall (Red)
1765:Wooden Wall (Yellow)
1766:Stucco Wall (Orange)
1767:Stucco Wall (Green)
1768:Stucco Wall (Red)
1769:Stucco Wall (Blue)
1770:Traditional Bench
1771:Traditional Bed
1772:Traditional Table
1773:Traditional Meal
1774:Traditional Chest
1775:Traditional Rugs (1F)
1776:Traditional Rugs (2F)
1777:Traditional Wall
1778:Traditional Floor
1779:Traditional Lights
1781:Dragonrazer Fuel Cell
1782:Tailraider Signal
1784:Bugtrappers: Fried Dragonfly
1785:Protectors: Dried Goldenfish
1786:Troupers: Horned Urchin
1787:Plunderers: Steamed Cricket
1788:Grimalkyne: Pot-au-magma
1789:Boaboa: Boaboa Bread
1790:Thermae Ticket
1791:Scratched Shell
1792:Stonebill
1793:Rime Beetle
1794:Hot Spring Stone
1795:Decayed Crystal
1796:Forest Crystal
1797:Prosperous Crystal
1798:Guiding Forest Crystal
1799:Cracked Crystal
1800:Wasteland Crystal
1801:Serene Crystal
1802:Guiding Wasteland Crystal
1803:Pale Crystal
1804:Coral Crystal
1805:Deepsea Crystal
1806:Guiding Coral Crystal
1807:Distorted Crystal
1808:Effluvial Crystal
1809:Twilight Crystal
1810:Guiding Effluvial Crystal
1811:Melted Crystal
1811:Magma Crystal
1813:Hellfire Crystal
1814:Guiding Magma Crystal
1815:Frozen Crystal
1816:Rime Crystal
1817:Daybreak Crystal
1818:Guiding Rime Crystal
1819:Mossy Greatbone
1820:Woodland Greatbone
1821:Slumbering Greatbone
1822:Guiding Forest Dragonbone
1823:Weathered Cragbone
1824:Wasteland Cragbone
1825:Tempered Cragbone
1826:Guiding Wasteland Dragonbone
1827:Vivid Crimsonbone
1828:Coral Crimsonbone
1829:Vibrant Crimsonbone
1830:Guiding Coral Dragonbone
1831:Malformed Frenzybone
1832:Effluvial Frenzybone
1833:Afflicted Frenzybone
1834:Guiding Rotted Dragonbone
1835:Simmering Wildbone
1836:Volcanic Wildbone
1837:Dragonscorched Wildbone
1838:Guiding Volcanic Dragonbone
1839:Hoary Icebone
1840:Tundra Icebone
1841:Everfrost Icebone
1842:Guiding Tundra Dragonbone
1843:Fierce Dragonvein Bone
1844:Heavy Dragonvein Bone
1845:Dragonvein Solidbone
1846:Elder Dragonvein Bone
1848:Spiritvein Slogbone
1849:Spiritvein Solidbone
1850:Elder Spiritvein Bone
1851:Spiritvein Gem Shard
1852:Spiritvein Gem
1853:Great Spiritvein Gem
1854:Rugged Mane
1856:Colorful Plume
1858:Fragrant Poison Sac
1859:Tempered Poison Sac
1860:Hydrated Sac
1861:Tempered Torrent Sac
1862:Muddy Crown
1863:Tempered Crown
1868:Blinding Cathode
1869:Tempered Cathode
1870:Enticing Viperthorn
1871:Tempered Viperthorn
1872:Ancient Great Horn
1873:Tempered Great Horn
1874:Flickering Flamepelt
1875:Tempered Flamepelt
1876:Crackling Thunderpelt
1877:Tempered Thunderpelt
1878:Queen's Scale
1879:Tempered Green Scale
1880:Pink Scale
1881:Tempered Pink Scale
1882:Dazzling Photophore+
1884:Rubbery Shell
1885:Tempered Rubbery Shell
1886:Obsidian Fur
1887:Tempered Hide
1888:Night Hood
1890:Inkstained Oilshell+
1891:Tempered Oilshell+
1892:Heavy Jaw
1894:Incandescent Magmafin
1895:Tempered Magmafin
1896:Metallic Scute
1897:Tempered Scute
1898:Coldblooded Icefang
1899:Tempered Icefang
1900:Sinister Silverpelt
1901:Tempered Silverpelt
1902:Smooth Icehide
1903:Tempered Icehide
1904:Crystal Frozenhide
1905:Tempered Frosthide
1906:Fatal Rendclaw
1907:Tempered Rendclaw
1908:Soulrender Talon
1909:Tempered Talon
1910:King's Scale
1911:Tempered Red Scale
1912:Azure Scale
1913:Tempered Azure Scale
1914:Twisted Bravehorn
1915:Twisted Temperhorn
1916:Blackcurl Tyranthorn
1917:Blackcurl Temperhorn
1918:Assassin Cutwing
1919:Tempered Cutwing
1920:Smoldering Tailedge
1921:Tempered Tailedge
1922:Honed Tailblade
1923:Tempered Tailblade
1924:Glossy Ebonshell
1926:Strongman's Jaw
1927:Tempered Jaw
1928:Shuddering Darkjaw
1929:Tempered Ebonjaw
1930:Charged Deathly Shocker
1931:Tempered Shocker
1932:Crimson Blastscale
1933:Tempered Blastscale
1934:Bloodstained Ebonhide
1935:Spattered Hide
1936:Solemn Azure Horn
1937:Tempered Azure Horn
1938:Hellfire Mane
1939:Tempered Crimson Mane
1940:Stormcall Steelwing
1941:Tempered Steelwing
1942:Azure Mane
1943:Tempered Azure Mane
1944:Aurora Crownhorn
1945:Tempered Crownhorn
1946:Twilight Fang
1947:Tempered Twilight Fang
1948:Enchanting Finehide
1949:Tempered Trancehide
1950:Extinction Greathorn
1951:Annihilating Temperhorn
1952:Moonlight Scale
1953:Tempered Gold Scale
1954:Scorching Scale
1955:Tempered Silver Scale
1956:Guushing Dragonhold
1957:Tempered Dragonhold
1958:Bloodthirsty Glimmerpelt
1959:Tempered Glimmerpelt
1964:Special Scope
1965:Sublime First Wyverian Print
1966:Steam Ticket
1967:Giant Dragonvein Coal
1968:Phoenix Jewel 3
1969:Guardian Jewel 2
1970:Cooling Jewel 2
1971:Fire Res Jewel+ 4
1972:Water Res Jewel+ 4
1973:Ice Res Jewel+ 4
1974:Thunder Res Jewel+ 4
1975:Dragon Res Jewel+ 4
1976:Blaze Jewel+ 4
1977:Stream Jewel+ 4
1978:Frost Jewel+ 4
1979:Bolt Jewel+ 4
1980:Dragon Jewel+ 4
1981:Venom Jewel+ 4
1982:Paralyzer Jewel+ 4
1983:Sleep Jewel+ 4
1984:Blast Jewel+ 4
1985:Hard Fire Res Jewel 4
1986:Hard Water Res Jewel 4
1987:Hard Ice Res Jewel 4
1988:Hard Thunder Res Jewel 4
1989:Hard Dragon Res Jewel 4
1990:Antidote Jewel+ 4
1991:Antipara Jewel+ 4
1992:Pep Jewel+ 4
1993:Steadfast Jewel+ 4
1994:Antiblast Jewel+ 4
1995:Suture Jewel+ 4
1996:Def Lock Jewel+ 4
1997:Miasma Jewel+ 4
1998:Hungerless Jewel+ 4
1999:Recovery Jewel+ 4
2000:Tip Toe Jewel+ 4
2001:Intimidator Jewel+ 4
2002:Meowster Jewel+ 4
2003:Hard Tip Toe Jewel 4
2004:Hard Intimidator Jewel 4
2005:Hard Meowster Jewel 4
2006:Trueshot Jewel+ 4
2007:Heavy Artillery Jewel+ 4
2008:Botany Jewel+ 4
2009:Geology Jewel+ 4
2010:Survival Jewel+ 4
2011:Mirewalker Jewel+ 4
2012:Specimen Jewel+ 4
2013:Sonorous Jewel+ 4
2014:Hard Botany Jewel+ 4
2015:Hard Geology Jewel 4
2016:Hard Survival Jewel 4
2017:Hard Specimen Jewel 4
2018:Enduring Jewel+ 4
2019:Defense Jewel+ 4
2020:Hard Enduring Jewel 4
2021:Hard Defense Jewel 4
2022:Artillery Jewel+ 4
2023:Earplug Jewel+ 4
2024:Wind Resist Jewel+ 4
2025:Attack Jewel+ 4
2026:Expert Jewel+ 4
2027:Handicraft Jewel+ 4
2028:Throttle Jewel+ 4
2029:Challenger Jewel+ 4
2030:Potential Jewel+ 4
2031:Furor Jewel+ 4
2032:Physique Jewel+ 4
2033:Evasion Jewel+ 4
2034:Ironwall Jewel+ 4
2035:Friendship Jewel+ 4
2036:Drain/Physique Jewel 4
2037:Fortitude/Physique Jewel 4
2038:Crisis/Physique Jewel 4
2039:Ironwall/Physique Jewel 4
2040:Friendship/Physique Jewel 4
2041:Satiated/Physique Jewel 4
2042:Stonethrower/Physique Jewel 4
2043:Resistor/Physique Jewel 4
2044:Flight/Physique Jewel 4
2045:Sprinter/Physique Jewel 4
2046:Refresh/Physique Jewel 4
2047:Jumping/Physique Jewel 4
2048:Sheath/Physique Jewel 4
2049:Gobbler/Physique Jewel 4
2050:Grinder/Physique Jewel 4
2051:Bomber/Physique Jewel 4
2052:Fungiform/Physique Jewel 4
2053:Slider/Physique Jewel 4
2054:Guardian/Physique Jewel 4
2055:Drain/Evasion Jewel 4
2056:Fortitude/Evasion Jewel 4
2057:Crisis/Evasion Jewel 4
2058:Ironwall/Evasion Jewel 4
2059:Friendship/Evasion Jewel 4
2060:Satiated/Evasion Jewel 4
2061:Stonethrower/Evasion Jewel 4
2062:Resistor/Evasion Jewel 4
2063:Flight/Evasion Jewel 4
2064:Sprinter/Evasion Jewel 4
2065:Refresh/Evasion Jewel 4
2066:Jumping/Evasion Jewel 4
2067:Sheath/Evasion Jewel 4
2068:Gobbler/Evasion Jewel 4
2069:Grinder/Evasion Jewel 4
2070:Bomber/Evasion Jewel 4
2071:Fungiform/Evasion Jewel 4
2072:Slider/Evasion Jewel 4
2073:Guardian/Evasion Jewel 4
2074:Drain/Attack Jewel 4
2075:Fortitude/Attack Jewel 4
2076:Crisis/Attack Jewel 4
2077:Ironwall/Attack Jewel 4
2078:Friendship/Attack Jewel 4
2079:Satiated/Attack Jewel 4
2080:Stonethrower/Attack Jewel 4
2081:Resistor/Attack Jewel 4
2082:Flight/Attack Jewel 4
2083:Sprinter/Attack Jewel 4
2084:Refresh/Attack Jewel 4
2085:Jumping/Attack Jewel 4
2086:Sheath/Attack Jewel 4
2087:Gobbler/Attack Jewel 4
2088:Grinder/Attack Jewel 4
2089:Bomber/Attack Jewel 4
2090:Fungiform/Attack Jewel 4
2091:Slider/Attack Jewel 4
2092:Guardian/Attack Jewel 4
2093:Drain/Expert Jewel 4
2094:Fortitude/Expert Jewel 4
2095:Crisis/Expert Jewel 4
2096:Ironwall/Expert Jewel 4
2097:Friendship/Expert Jewel 4
2098:Satiated/Expert Jewel 4
2099:Stonethrower/Expert Jewel 4
2100:Resistor/Expert Jewel 4
2101:Flight/Expert Jewel 4
2102:Sprinter/Expert Jewel 4
2103:Refresh/Expert Jewel 4
2104:Jumping/Expert Jewel 4
2105:Sheath/Expert Jewel 4
2106:Gobbler/Expert Jewel 4
2107:Grinder/Expert Jewel 4
2108:Bomber/Expert Jewel 4
2109:Fungiform/Expert Jewel 4
2110:Slider/Expert Jewel 4
2111:Guardian/Expert Jewel 4
2112:Drain/Release Jewel 4
2113:Fortitude/Release Jewel 4
2114:Crisis/Release Jewel 4
2115:Ironwall/Release Jewel 4
2116:Friendship/Release Jewel 4
2117:Satiated/Release Jewel 4
2118:Stonethrower/Release Jewel 4
2119:Resistor/Release Jewel 4
2120:Flight/Release Jewel 4
2121:Sprinter/Release Jewel 4
2122:Refresh/Release Jewel 4
2123:Jumping/Release Jewel 4
2124:Sheath/Release Jewel 4
2125:Gobbler/Release Jewel 4
2126:Grinder/Release Jewel 4
2127:Bomber/Release Jewel 4
2128:Fungiform/Release Jewel 4
2129:Slider/Release Jewel 4
2130:Guardian/Release Jewel 4
2131:Drain/Handicraft Jewel 4
2132:Fortitude/Handicraft Jewel 4
2133:Crisis/Handicraft Jewel 4
2134:Ironwall/Handicraft Jewel 4
2135:Friendship/Handicraft Jewel 4
2136:Satiated/Handicraft Jewel 4
2137:Stonethrower/Handicraft Jewel 4
2138:Resistor/Handicraft Jewel 4
2139:Flight/Handicraft Jewel 4
2140:Sprinter/Handicraft Jewel 4
2141:Refresh/Handicraft Jewel 4
2142:Jumping/Handicraft Jewel 4
2143:Sheath/Handicraft Jewel 4
2144:Gobbler/Handicraft Jewel 4
2145:Grinder/Handicraft Jewel 4
2146:Bomber/Handicraft Jewel 4
2147:Fungiform/Handicraft Jewel 4
2148:Slider/Handicraft Jewel 4
2149:Guardian/Handicraft Jewel 4
2150:Footing/Protection Jewel 4
2151:Charger/Protection Jewel 4
2152:Enhancer/Protection Jewel 4
2153:Destroyer/Protection Jewel 4
2154:KO/Protection Jewel 4
2155:Potential/Protection Jewel 4
2156:Wind Resist/Protection Jewel 4
2157:Draw/Protection Jewel 4
2158:Throttle/Protection Jewel 4
2159:Challenger/Protection Jewel 4
2160:Flawless/Protection Jewel 4
2161:Furor/Protection Jewel 4
2162:Mighty/Protection Jewel 4
2163:Brace/Protection Jewel 4
2164:Phoenix/Protection Jewel 4
2165:Earplug/Protection Jewel 4
2166:Critical/Protection Jewel 4
2167:Tenderizer/Protection Jewel 4
2168:Handicraft/Protection Jewel 4
2169:Release/Protection Jewel 4
2170:Footing/Medicine Jewel 4
2171:Charger/Medicine Jewel 4
2172:Enhancer/Medicine Jewel 4
2173:Destroyer/Medicine Jewel 4
2174:KO/Medicine Jewel 4
2175:Potential/Medicine Jewel 4
2176:Wind Resist/Medicine Jewel 4
2177:Draw/Medicine Jewel 4
2178:Throttle/Medicine Jewel 4
2179:Challenger/Medicine Jewel 4
2180:Flawless/Medicine Jewel 4
2181:Furor/Medicine Jewel 4
2182:Mighty/Medicine Jewel 4
2183:Brace/Medicine Jewel 4
2184:Phoenix/Medicine Jewel 4
2185:Earplug/Medicine Jewel 4
2186:Critical/Medicine Jewel 4
2187:Tenderizer/Medicine Jewel 4
2188:Handicraft/Medicine Jewel 4
2189:Release/Medicine Jewel 4
2190:Footing/Vitality Jewel 4
2191:Charger/Vitality Jewel 4
2192:Enhancer/Vitality Jewel 4
2193:Destroyer/Vitality Jewel 4
2194:KO/Vitality Jewel 4
2195:Potential/Vitality Jewel 4
2196:Wind Resist/Vitality Jewel 4
2197:Draw/Vitality Jewel 4
2198:Throttle/Vitality Jewel 4
2199:Challenger/Vitality Jewel 4
2200:Flawless/Vitality Jewel 4
2201:Furor/Vitality Jewel 4
2202:Mighty/Vitality Jewel 4
2203:Brace/Vitality Jewel 4
2204:Phoenix/Vitality Jewel 4
2205:Earplug/Vitality Jewel 4
2206:Critical/Vitality Jewel 4
2207:Tenderizer/Vitality Jewel 4
2208:Handicraft/Vitality Jewel 4
2209:Release/Vitality Jewel 4
2210:Footing/Maintenance Jewel 4
2211:Charger/Maintenance Jewel 4
2212:Enhancer/Maintenance Jewel 4
2213:Destroyer/Maintenance Jewel 4
2214:KO/Maintenance Jewel 4
2215:Potential/Maintenance Jewel 4
2216:Wind Resist/Maintenance Jewel 4
2217:Draw/Maintenance Jewel 4
2218:Throttle/Maintenance Jewel 4
2219:Challenger/Maintenance Jewel 4
2220:Flawless/Maintenance Jewel 4
2221:Furor/Maintenance Jewel 4
2222:Mighty/Maintenance Jewel 4
2223:Brace/Maintenance Jewel 4
2224:Phoenix/Maintenance Jewel 4
2225:Earplug/Maintenance Jewel 4
2226:Critical/Maintenance Jewel 4
2227:Tenderizer/Maintenance Jewel 4
2228:Handicraft/Maintenance Jewel 4
2229:Release/Maintenance Jewel 4
2230:Footing/Physique Jewel 4
2231:Charger/Physique Jewel 4
2232:Enhancer/Physique Jewel 4
2233:Destroyer/Physique Jewel 4
2234:KO/Physique Jewel 4
2235:Potential/Physique Jewel 4
2236:Wind Resist/Physique Jewel 4
2237:Draw/Physique Jewel 4
2238:Throttle/Physique Jewel 4
2239:Challenger/Physique Jewel 4
2240:Flawless/Physique Jewel 4
2241:Furor/Physique Jewel 4
2242:Mighty/Physique Jewel 4
2243:Brace/Physique Jewel 4
2244:Phoenix/Physique Jewel 4
2245:Earplug/Physique Jewel 4
2246:Critical/Physique Jewel 4
2247:Tenderizer/Physique Jewel 4
2248:Handicraft/Physique Jewel 4
2249:Release/Physique Jewel 4
2250:Footing/Evasion Jewel 4
2251:Charger/Evasion Jewel 4
2252:Enhancer/Evasion Jewel 4
2253:Destroyer/Evasion Jewel 4
2254:KO/Evasion Jewel 4
2255:Potential/Evasion Jewel 4
2256:Wind Resist/Evasion Jewel 4
2257:Draw/Evasion Jewel 4
2258:Throttle/Evasion Jewel 4
2259:Challenger/Evasion Jewel 4
2260:Flawless/Evasion Jewel 4
2261:Furor/Evasion Jewel 4
2262:Mighty/Evasion Jewel 4
2263:Brace/Evasion Jewel 4
2264:Phoenix/Evasion Jewel 4
2265:Earplug/Evasion Jewel 4
2266:Critical/Evasion Jewel 4
2267:Tenderizer/Evasion Jewel 4
2268:Handicraft/Evasion Jewel 4
2269:Release/Evasion Jewel 4
2270:Survival Jewel 1
2271:Unavailable
2272:Warming Jewel 2
2273:Diversion Jewel 3
2274:Acrobat Jewel 3
2275:Shaver Jewel 3
2413:Plum Flower Pot
2414:Decorative Tree
2430:Felyne Balloon
2431:Grimalkyne Balloon (White)
2432:Grimalkyne Balloon (Black)
2433:Gajalaka Balloon
2455:Joyful Lanterns
2456:Sky Lantern Lights
2474:Paper Lantern
2476:Round Paper Lanterns
2530:Joyful Platter
2531:Luxury Platter
2581:Joyful Snowman
2582:Appreciative Snowman
2586:Sky Lanterns
2595:Masterpiece Sketches
2675:Freezer Ticket
2676:Pearlspring Ticket
2677:Snowball
2678:Snowman
2681:Velkhana Ticket
2682:Frostfang Ticket
2686:Steel Melding Ticket
2687:Silver Melding Ticket
2688:Steel Melding Feystone
2689:Silver Melding Feystone
2690:Gold Melding Ticket
2691:Astral Melding Ticket
2692:Gold Melding Feystone
2693:Astral Melding Feystone
2694:Dragonforce Chunk
2695:Unavailable
2696:Dracolite Shard
2697:Dracolite
2698:Large Dracolite
2699:Rigid Dracolite
2701:Silversnow Pelt
2702:Bergcrusher Claw
2703:Silverwhite Frostfang
2704:Black Eagle Blueprint
2705:Wiggler Pot
2706:S.T.A.R.S. Badge
2707:??
2709:HARDDUMMY
2710:Joyful Ticket
2711:Penguin Ticket
2712:Sealed Dragon Cloth
2713:Buff Ticket
2714:Pickaxe Ticket
2715:Gratitude Ticket
2716:Wyverian Ticket
2717:Fest Ticket
2718:Meaty Canteen Ticket
2719:Azure Era Seal
2720:Large Azure Era Gem
2721:Full Bloom Ticket
2722:Whetfish Ticket
2723:Downy Crake Ticket II
2724:Sizzling Spice Ticket
2725:Shepherd Hare Ticket
2726:Spirited Canteen Ticket
2727:Fun Fright Ticket
2728:Black Bandana
2729:Scarf Ticket
2730:Unity Symbol
2735:VIP Joyful Ticket
2736:VIP Gratitude Ticket
2737:VIP Full Bloom Ticket
2738:VIP Sizzling Spice Ticket
2739:VIP Fun Fright Ticket
2740:Banishing Ball
2756:Fatalis Shard
2757:Fatalis Cortex
2758:Fatalis Pectus
2759:Fatalis Hardhorn
2760:Fatalis Evil Eye
2761:Fatalis Fellwing
2764:Inner Eye Ticket
2765:Buff Ticket+
2766:??
2770:Zinogre Ticket
2771:Brute Tigrex Ticket
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listItems</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092447</ID>
                      <Description>"listBowgunMods"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:-None-
0:Recoil
1:Reload
2:Deviation
3:Close
4:Range
5:Shield
6:Special Scope
7:Evading Reload
8:Wyvernheart Upgrade
9:Wyvernsnipe Upgrade
10:Wyvernblast Upgrade
11:Power Barrel
12:Long Barrel
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listBowgunMods</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337092464</ID>
                      <Description>"lislSkillDats"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0: --------	1
1: Poison Resistance	1
1: Poison Resistance	2
1: Poison Resistance	3
2: Paralysis Resistance	1
2: Paralysis Resistance	2
2: Paralysis Resistance	3
3: Sleep Resistance	1
3: Sleep Resistance	2
3: Sleep Resistance	3
4: Stun Resistance	1
4: Stun Resistance	2
4: Stun Resistance	3
5: Muck Resistance	1
6: Blast Resistance	1
6: Blast Resistance	2
6: Blast Resistance	3
7: Bleeding Resistance	1
7: Bleeding Resistance	2
7: Bleeding Resistance	3
8: Iron Skin	1
8: Iron Skin	2
8: Iron Skin	3
9: Unavailable	1
9: Unavailable	2
9: Unavailable	3
10: Unavailable	1
10: Unavailable	2
10: Unavailable	3
11: Earplugs	1
11: Earplugs	2
11: Earplugs	3
11: Earplugs	4
11: Earplugs	5
12: Windproof	1
12: Windproof	2
12: Windproof	3
12: Windproof	4
12: Windproof	5
13: Tremor Resistance	1
13: Tremor Resistance	2
13: Tremor Resistance	3
14: Dungmaster	1
15: Unavailable	1
16: Effluvial Expert	1
17: Heat Guard	1
18: Unavailable	1
19: Attack Boost	1
19: Attack Boost	2
19: Attack Boost	3
19: Attack Boost	4
19: Attack Boost	5
19: Attack Boost	6
19: Attack Boost	7
20: Defense Boost	1
20: Defense Boost	2
20: Defense Boost	3
20: Defense Boost	4
20: Defense Boost	5
20: Defense Boost	6
20: Defense Boost	7
21: Health Boost	1
21: Health Boost	2
21: Health Boost	3
22: Recovery Up	1
22: Recovery Up	2
22: Recovery Up	3
23: Recovery Speed	1
23: Recovery Speed	2
23: Recovery Speed	3
24: Fire Resistance	1
24: Fire Resistance	2
24: Fire Resistance	3
25: Water Resistance	1
25: Water Resistance	2
25: Water Resistance	3
26: Ice Resistance	1
26: Ice Resistance	2
26: Ice Resistance	3
27: Thunder Resistance	1
27: Thunder Resistance	2
27: Thunder Resistance	3
28: Dragon Resistance	1
28: Dragon Resistance	2
28: Dragon Resistance	3
29: Blight Resistance	1
29: Blight Resistance	2
29: Blight Resistance	3
30: Fire Attack	1
30: Fire Attack	2
30: Fire Attack	3
30: Fire Attack	4
30: Fire Attack	5
31: Water Attack	1
31: Water Attack	2
31: Water Attack	3
31: Water Attack	4
31: Water Attack	5
32: Ice Attack	1
32: Ice Attack	2
32: Ice Attack	3
32: Ice Attack	4
32: Ice Attack	5
33: Thunder Attack	1
33: Thunder Attack	2
33: Thunder Attack	3
33: Thunder Attack	4
33: Thunder Attack	5
34: Dragon Attack	1
34: Dragon Attack	2
34: Dragon Attack	3
34: Dragon Attack	4
34: Dragon Attack	5
35: Poison Attack	1
35: Poison Attack	2
35: Poison Attack	3
36: Paralysis Attack	1
36: Paralysis Attack	2
36: Paralysis Attack	3
37: Sleep Attack	1
37: Sleep Attack	2
37: Sleep Attack	3
38: Blast Attack	1
38: Blast Attack	2
38: Blast Attack	3
39: Normal Shots	1
40: Piercing Shots	1
41: Spread/Power Shots	1
42: Poison Functionality	1
43: Para Functionality	1
44: Sleep Functionality	1
45: Unavailable	1
46: Blast Functionality	1
47: Free Elem/Ammo Up	1
47: Free Elem/Ammo Up	2
47: Free Elem/Ammo Up	3
48: Critical Eye	1
48: Critical Eye	2
48: Critical Eye	3
48: Critical Eye	4
48: Critical Eye	5
48: Critical Eye	6
48: Critical Eye	7
49: Critical Boost	1
49: Critical Boost	2
49: Critical Boost	3
50: Weakness Exploit	1
50: Weakness Exploit	2
50: Weakness Exploit	3
51: Unavailable	1
51: Unavailable	2
51: Unavailable	3
52: Focus	1
52: Focus	2
52: Focus	3
53: Power Prolonger	1
53: Power Prolonger	2
53: Power Prolonger	3
54: Handicraft	1
54: Handicraft	2
54: Handicraft	3
54: Handicraft	4
54: Handicraft	5
55: Critical Draw	1
55: Critical Draw	2
55: Critical Draw	3
56: Partbreaker	1
56: Partbreaker	2
56: Partbreaker	3
57: Slugger	1
57: Slugger	2
57: Slugger	3
58: Stamina Thief	1
58: Stamina Thief	2
58: Stamina Thief	3
59: Master Mounter	1
60: Airborne	1
61: Latent Power	1
61: Latent Power	2
61: Latent Power	3
61: Latent Power	4
61: Latent Power	5
62: Agitator	1
62: Agitator	2
62: Agitator	3
62: Agitator	4
62: Agitator	5
63: Peak Performance	1
63: Peak Performance	2
63: Peak Performance	3
64: Heroics	1
64: Heroics	2
64: Heroics	3
64: Heroics	4
64: Heroics	5
65: Fortify	1
66: Resentment	1
66: Resentment	2
66: Resentment	3
66: Resentment	4
66: Resentment	5
67: Resuscitate	1
68: Horn Maestro	1
69: Capacity Boost	1
70: Special Ammo Boost	1
70: Special Ammo Boost	2
71: Artillery	1
71: Artillery	2
71: Artillery	3
72: Heavy Artillery	1
72: Heavy Artillery	2
73: Marathon Runner	1
73: Marathon Runner	2
73: Marathon Runner	3
74: Constitution	1
74: Constitution	2
74: Constitution	3
74: Constitution	4
74: Constitution	5
75: Leap of Faith	1
76: Stamina Surge	1
76: Stamina Surge	2
76: Stamina Surge	3
77: Hunger Resistance	1
77: Hunger Resistance	2
77: Hunger Resistance	3
78: Evade Window	1
78: Evade Window	2
78: Evade Window	3
78: Evade Window	4
78: Evade Window	5
79: Evade Extender	1
79: Evade Extender	2
79: Evade Extender	3
80: Guard	1
80: Guard	2
80: Guard	3
80: Guard	4
80: Guard	5
81: Quick Sheath	1
81: Quick Sheath	2
81: Quick Sheath	3
82: Wide-Range	1
82: Wide-Range	2
82: Wide-Range	3
82: Wide-Range	4
82: Wide-Range	5
83: Item Prolonger	1
83: Item Prolonger	2
83: Item Prolonger	3
84: Free Meal	1
85: Speed Eating	1
85: Speed Eating	2
85: Speed Eating	3
86: Speed Sharpening	1
86: Speed Sharpening	2
86: Speed Sharpening	3
87: Unavailable	1
87: Unavailable	2
87: Unavailable	3
88: Bombardier	1
88: Bombardier	2
88: Bombardier	3
89: Unavailable	1
89: Unavailable	2
89: Unavailable	3
90: Mushroomancer	1
90: Mushroomancer	2
90: Mushroomancer	3
91: Master Fisher	1
92: BBQ Master	1
93: Pro Transporter	1
94: Master Gatherer	1
95: Honey Hunter	1
96: Carving Pro	1
97: Divine Blessing	1
97: Divine Blessing	2
97: Divine Blessing	3
98: Palico Rally	1
98: Palico Rally	2
98: Palico Rally	3
98: Palico Rally	4
98: Palico Rally	5
99: Botanist	1
99: Botanist	2
99: Botanist	3
99: Botanist	4
100: Geologist	1
100: Geologist	2
100: Geologist	3
101: Maximum Might	1
101: Maximum Might	2
101: Maximum Might	3
102: Slinger Capacity	1
102: Slinger Capacity	2
102: Slinger Capacity	3
103: Stealth	1
103: Stealth	2
103: Stealth	3
104: Flinch Free	1
104: Flinch Free	2
104: Flinch Free	3
105: Scoutfly Range Up	1
106: Speed Crawler	1
107: Jump Master	1
108: Survival Expert	1
108: Survival Expert	2
108: Survival Expert	3
109: Aquatic/Polar Mobility	1
109: Aquatic/Polar Mobility	2
109: Aquatic/Polar Mobility	3
110: Unavailable	1
111: Cliffhanger	1
112: Blindsider	1
113: Unavailable	1
114: Scholar	1
115: Entomologist	1
115: Entomologist	2
115: Entomologist	3
116: Effluvia Resistance	1
116: Effluvia Resistance	2
116: Effluvia Resistance	3
117: Scenthound	1
118: Forager's Luck	1
119: Detector	1
120: Tool Specialist	1
120: Tool Specialist	2
120: Tool Specialist	3
121: Unavailable	1
122: Affinity Sliding	1
123: Elderseal Boost	1
124: Intimidator	1
124: Intimidator	2
124: Intimidator	3
148: Unavailable	1
125: Anjanath Power	3
132: Anjanath Will	2
142: Bazelgeuse Protection	3
138: Uragaan Protection	3
153: Odogaron Power	3
154: Odogaron Mastery	2
145: Xeno'jiiva Divinity	3
135: Rathalos Mastery	4
130: Kirin Blessing	4
137: Kirin Favor	3
149: Guild Guidance	4
151: Legiana Blessing	3
152: Legiana Favor	2
150: Commission Guidance	4
147: Zorah Magdaros Mastery	3
128: Rathalos Power	3
135: Rathalos Mastery	2
154: Odogaron Mastery	4
129: Diablos Power	3
136: Diablos Mastery	2
152: Legiana Favor	4
143: Teostra Technique	3
131: Pink Rathian Mastery	3
136: Diablos Mastery	4
132: Anjanath Will	4
144: Kushala Daora Flight	3
127: Vaal Hazak Vitality	3
126: Nergigante Hunger	3
155: Bow Charge Plus	1
156: Mind's Eye/Ballistics	1
157: Guard Up	1
158: Protective Polish	1
159: Non-elemental Boost	1
141: Unavailable	2
160: Guts	1
161: Hasten Recovery	1
162: Razor Sharp/Spare Shot	1
163: Lunastra Favor	2
163: Lunastra Favor	4
164: Soul of the Dragoon	2
164: Soul of the Dragoon	4
165: Critical Element	1
166: Critical Status	1
167: Witcher's Knowledge	2
167: Witcher's Knowledge	4
168: Astera Blessing	5
169: Zinogre Essence	3
61: Latent Power	6
61: Latent Power	7
170: Tigrex Essence	3
84: Free Meal	2
84: Free Meal	3
172: Brachydios Essence	3
62: Agitator	6
62: Agitator	7
173: Glavenus Essence	3
101: Maximum Might	4
101: Maximum Might	5
174: Silver Rathalos Essence	2
102: Slinger Capacity	4
102: Slinger Capacity	5
175: Gold Rathian Essence	2
97: Divine Blessing	4
97: Divine Blessing	5
176: Shara Ishvalda Divinity	4
177: Namielle Divinity	2
178: Velkhana Divinity	4
171: Nargacuga Essence	3
174: Silver Rathalos Essence	4
175: Gold Rathian Essence	4
202: Lunastra Essence	3
120: Tool Specialist	4
120: Tool Specialist	5
201: Zorah Magdaros Essence	3
71: Artillery	4
71: Artillery	5
190: Diablos Ambition	3
57: Slugger	4
57: Slugger	5
195: Deviljho Essence	3
58: Stamina Thief	4
58: Stamina Thief	5
180: Commission Alchemy	3
88: Bombardier	4
88: Bombardier	5
30: Fire Attack	6
31: Water Attack	6
32: Ice Attack	6
33: Thunder Attack	6
34: Dragon Attack	6
35: Poison Attack	4
36: Paralysis Attack	4
37: Sleep Attack	4
38: Blast Attack	4
68: Horn Maestro	2
39: Normal Shots	2
40: Piercing Shots	2
41: Spread/Power Shots	2
184: Provoker	1
185: Offensive Guard	1
185: Offensive Guard	2
185: Offensive Guard	3
186: Coalescence	1
186: Coalescence	2
186: Coalescence	3
187: Safe Landing	1
176: Shara Ishvalda Divinity	5
177: Namielle Divinity	4
179: Ancient Divinity	2
181: Instructor's Guidance	2
182: Anjanath Dominance	2
183: Rathian Essence	2
188: Barioth Hidden Art	2
189: Rathalos Essence	3
191: Legiana Ambition	3
192: Odogaron Essence	3
193: Uragaan Ambition	2
194: Bazelgeuse Ambition	2
196: Vaal Soulvein	2
197: Unavailable	3
198: Unavailable	3
203: Nergigante Ambition	2
199: Kirin Divinity	3
200: Guild Pride	2
200: Guild Pride	4
178: Velkhana Divinity	2
204: Unavailable	1
205: Bludgeoner	1
206: Adrenaline	1
207: Coldproof	1
208: Rajang's Rage	2
208: Rajang's Rage	4
0: --------	0
210: Survivor	2
210: Survivor	4
0: --------	0
0: --------	0
212: Joyful Blessing	3
212: Joyful Blessing	5
213: Appreciation Blessing	3
213: Appreciation Blessing	5
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listSkillDats</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093742</ID>
                      <Description>"tableAwakenMod"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:(None)
1:Attack Increase I
2:Attack Increase II
3:Attack Increase III
4:Attack Increase IV
5:Attack Increase V
6:Attack Increase VI
7:Defense Increase I
8:Defense Increase II
9:Defense Increase III
10:Defense Increase IV
11:Defense Increase V
12:Defense Increase VI
13:Affinity Increase I
14:Affinity Increase II
15:Affinity Increase III
16:Affinity Increase IV
17:Affinity Increase V
18:Affinity Increase VI
19:Element Up I
20:Element Up II
21:Element Up III
22:Element Up IV
23:Element Up V
24:Element Up VI
25:Unavailable
26:Unavailable
27:Unavailable
28:Unavailable
29:Unavailable
30:Unavailable
31:Unavailable
32:Unavailable
33:Unavailable
34:Unavailable
35:Unavailable
36:Unavailable
37:Slot Upgrade I
38:Slot Upgrade II
39:Slot Upgrade III
40:Slot Upgrade IV
41:Sharpness Increase I
42:Sharpness Increase II
43:Sharpness Increase III
44:Sharpness Increase IV
45:Sharpness Increase V
46:Sharpness Increase VI
47:Earplugs Melody
48:Abnormal Status Melody
49:Stamina Melody I
50:Stamina Melody II
51:Stamina Melody III
52:Stamina Melody IV
53:Elemental Melody I
54:Elemental Melody II
55:Elemental Melody III
56:Elemental Melody IV
57:Attack Melody I
58:Attack Melody II
59:Attack Melody III
60:Attack Melody IV
61:Shelling Normal I
62:Shelling Normal II
63:Shelling Long I
64:Shelling Long II
65:Unavailable
66:Shelling Wide I
67:Shelling Wide II
68:Unavailable
69:Kinsect Bonus (Recovery)
70:Kinsect Bonus (Power/Spirit)
71:Normal Capacity I
72:Normal Capacity II
73:Normal Capacity III
74:Unavailable
75:Pierce Capacity I
76:Pierce Capacity II
77:Pierce Capacity III
78:Unavailable
79:Spread Capacity I
80:Spread Capacity II
81:Spread Capacity III
82:Unavailable
83:Elemental Capacity I
84:Elemental Capacity II
85:Elemental Capacity III
86:Elemental Phial
87:Exhaust Phial I
88:Exhaust Phial II
89:Exhaust Phial III
90:Exhaust Phial IV
91:Exhaust Phial V
92:Exhaust Phial VI
93:Impact Phial
94:Status Coating I
95:Status Coating II
96:Status Coating III
97:Barioth Hidden Art
98:Rathalos Essence
99:Diablos Ambition
100:Legiana Ambition
101:Odogaron Essence
102:Uragaan Ambition
103:Bazelgeuse Ambition
104:Deviljho Essence
105:Vaal Soulvein
106:Teostra Technique
107:Kushala Daora Flight
108:Zinogre Essence
109:Tigrex Essence
110:Nargacuga Essence
111:Brachydios Essence
112:Glavenus Essence
113:Silver Rathalos Essence
114:Gold Rathian Essence
115:Shara Ishvalda Divinity
116:Namielle Divinity
117:Velkhana Divinity
118:Ancient Divinity
119:Commission Alchemy
120:Anjanath Dominance
121:Rathian Essence
122:Kirin Divinity
123:Zorah Magdaros Essence
124:Lunastra Essence
125:Nergigante Essence
126:Rajang's Rage
127:Recoil Suppressor
128:Reload Assist
129:Deviation Suppressor
130:Status Effect Up I
131:Status Effect Up II
132:Status Effect Up III
133:Status Effect Up IV
134:Status Effect Up V
135:Status Effect Up VI
136:KT Attack Increase I (R8)
137:KT Attack Increase II (R8)
138:KT Attack Increase III (R8)
139:KT Attack Increase IV (R8)
140:KT Element Up I (R8)
141:KT Element Up II (R8)
142:KT Element Up III (R8)
143:KT Element Up IV (R8)
144:KT Attack Increase I (R6)
145:KT Attack Increase II (R6)
146:KT Attack Increase III (R6)
147:KT Attack Increase IV (R6)
148:KT Element Up I (R6)
149:KT Element Up II (R6)
150:KT Element Up III (R6)
151:KT Element Up IV (R6)
168:KT Status Effect Up I (R8)
169:KT Status Effect Up II
170:KT Status Effect Up III
171:KT Status Effect Up IV
172:KT Status Effect Up I (R6)
173:KT Status Effect Up II (R6)
174:KT Status Effect Up III (R6)
175:KT Status Effect Up IV (R6)
</DropDownList>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>tableAwakenMod</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093788</ID>
                      <Description>"tableCustomMods"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
1:Nergigante (Attack)
2:Vaal Hazak (Element)
3:Xeno'jiiva (Element)
4:Rathalos (Affinity)
5:Kulu-Ya-Ku (Affinity)
6:Leginana (Element)
7:Diablos (Defense)
8:Pukei Pukei (Defense)
10:Tobi-Kadachi (Element)
11:Anjanath (Attack)
13:Fulgur Anjanath (Element)
14:Nightshade Paolumu (Affinity)
15:Vaal Hazak+ (Attack)
16:Nergigante+ (Attack)
17:Barioth (Affinity)
18:Tigrex (Attack)
19:Glavenus (Attack)
20:Acdic Glavenus (Defense)
21:Banbaro (Attack)
23:Gold Rathian (Element)
24:Silver Rathalos (Affinity)
25:Brute Tigrex (Affinity)
26:Azura Rathalos (Affinity)
27:Pink Rathalos (Element)
28:Coral Pukei-Pukei (Defense)
</DropDownList>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>tableCustomMods</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337095993</ID>
                      <Description>"listLayered"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
2:Iron Gear
3:Iron Cutwing
4:Basic Bone
5:Solid Bone
6:Thornwing Bone
7:Velkhana (Unique)
8:Lunastra Gear
9:Kulve Taroth (Base)
10:Kulve Taroth+ (Base)
11:Kjarr (Base)
12:Kjarr+ (Base)
13:Kulu-Ya-Ku
14:Pukei-Pukei
15:Coral Pukei-Pukei
16:Tobi-Kadachi
17:Banbaro
18:Anjanath
19:Fulgur Anjanath
20:Rathian
21:Pink Rathian
22:Nightshade Paolumu
23:Barioth
24:Rathalos
25:Azure Rathalos
26:Diablos
27:Legiana
28:Glavenus
29:Acidic Glavenus
30:Tigrex
31:Brute Tigrex
32:Vaal Hazak
33:Blackveil Vaal Hazak
34:Gold Rathian
35:Silver Rathalos
36:Nergigante
37:Ruiner Nergigante
38:Xeno'jiiva
39:Workshop (Unique)
40:Tobi-Kadachi (Unique)
41:Viper Tobi-Kadachi (Unique)
42:Diablos (Unique)
43:Black Diablos (Unique)
44:??
45:Shrieking Legiana (Unique)
46:Uragaan (Unique)
47:Nargacuga (Unique)
48:Brachydios (Unique)
49:Deviljho (Unique)
50:Savage Deviljho(Unique)
51:Kushala Daora (Unique)
52:Namielle (Unique)
53:Shara Ishvalda (Unique)
54:Zinogre (Unique)
55:Nergigante (Unique)
56:Ruiner Nergigante (Unique)
57:Rajang (Unique)
58:Stygian Zinogre (Unique)
59:Safi'jiiva (Unique)
61:Furious Rajang (Unique)
62:Raging Brachydios (Unique)
68:Guild Palace (Unique)
</DropDownList>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listLayered</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096001</ID>
                      <Description>"listQuests"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Unavailable
1:Unavailable
2:Unavailable
101:Jagras of the Ancient Forest
102:A Kestodon Kerfuffle
103:The Great Jagras Hunt
151:Butting Heads with Nature
152:A Thicket of Thugs
153:Fungal Flexin' in the Ancient Forest
201:Bird-Brained Bandit
205:Urgent: Pukei-Pukei Hunt
241:Learning the Clutch
251:The Great Glutton
252:Camp Crasher
261:Snatch the Snatcher
262:The Pain from Gains
263:Exterminator of the Waste
301:The Best Kind of Quest
302:Sinister Shadows in the Swamp
305:Flying Sparks: Tobi-Kadachi
306:The Encroaching Anjanath
331:Special Arena: Pukei-Pukei
332:Special Arena: Barroth
333:Special Arena: Tobi-Kadachi
351:Scatternut Shortage
352:The Current Situation
361:Mired in the Spire
362:The Piscine Problem
363:Prickly Predicament
364:Gettin' Yolked in the Waste
365:Landing the Landslide Wyvern
401:One for the History Books
405:Ballooning Problems
407:Radobaan Roadblock
408:Legiana: Embodiment of Elegance
431:Special Arena: Anjanath
432:Special Arena: Rathian
433:Special Arena: Paolumu
434:Special Arena: Radobaan
451:One Helluva Sinus Infection
452:Gettin' Yolked in the Forest
461:Royal Relocation
471:It's a Crying Shamos
472:A Tzitzi for Science
473:Sorry You're Not Invited
474:What a Bunch of Abalone
475:White Monster for a White Coat
481:Persistent Pests
482:A Rotten Thing To Do
483:A Bone to Pick
484:On Nightmare's Wings
501:Into the Bowels of the Vale
502:A Fiery Throne Atop the Forest
503:Horned Tyrant Below the Sands
504:A Colossal Task
531:Special Arena: Legiana
532:Special Arena: Odogaron
533:Special Arena: Rathalos
534:Special Arena: Diablos
551:When Desire Becomes an Obsession
552:Redefining the "Power Couple"
561:Twin Spires Upon the Sands
571:A Humid Headache
572:Gone in a Flash
581:Scratching the Itch
582:Man's Best Fiend
583:The Meat of the Matter
601:Invader in the Waste
605:Tickled Pink
607:Old World Monster in the New World
631:Special Arena: HR Pukei-Pukei
632:Special Arena: HR Barroth
633:Special Arena: HR Tobi-Kadachi
634:Special Arena: HR Anjanath
635:Special Arena: HR Rathian
636:Special Arena: HR Paolumu
637:Special Arena: HR Radobaan
641:Left Quite the Impression
651:Hard to Swallow
652:Googly-eyed Green Monster
653:A Hair-Raising Experience
654:It Can't See You if You Don't Move
655:The Sleeping Sylvan Queen
656:Stuck in Their Ways
661:Keep Your Hands to Yourself!
662:A Crown of Mud and Anger
663:Pukei-Pukei Ambush
665:Up to Your Waist in the Waste
666:Brown Desert, Green Queen
667:Trespassing Troublemaker
671:Say Cheese!
672:Loop the Paolumu
681:A Tingling Taste
682:Stuck in a Rut
683:Chef Quest! Pumped to Deliver
684:Chef Quest! A Rotten Request
691:A Meow for Help
692:A Scalding Scoop
693:Dodogama Drama
694:Chef Quest! Gajalaka Lockdown
701:A Wound and a Thirst
731:Special Arena: HR Pink Rathian
732:Special Arena: HR Legiana
733:Special Arena: HR Odogaron
734:Special Arena: HR Uragaan
735:Special Arena: HR Rathalos
736:Special Arena: HR Azure Rathalos
737:Special Arena: HR Diablos
738:Special Arena: HR Black Diablos
751:Rathalos Rematch
752:Rathalos in Blue
753:The Red and Blue Crew
761:Pretty In Pink
762:Well, That Diablos!
763:Two-horned Hostility
764:RRRRRumble in the Waste!
771:A Cherry Wind upon the Reefs
772:Legiana: Highlands Royalty
773:A Sore Site
774:Talons of Ire and Ice
781:Odogaron Unleashed
791:Lavasioth, Monster of Magma
792:Ore-eating Occupier
793:Ruler of the Azure Skies
794:Bazelgeuse in the Field of Fire
795:A Fiery Convergence
801:Kushala Daora, Dragon of Steel
802:Teostra the Infernal
803:Hellish Fiend Vaal Hazak
804:Land of Convergence
805:Beyond the Blasting Scales
806:Thunderous Rumble in the Highlands
851:A Portent of Disaster
861:A Blaze on the Sand
871:Lightning Strikes Twice
881:Stirrings from the Grave
891:The Eater of Elders
892:Master of the Gale
893:Hellfire's Stronghold
894:The Eater of Elders
895:The Winds of Wrath Bite Deep
896:The Fires of Hell Bite Deep
961:Beyond the Blasting Scales
971:Thunderous Rumble in the Highlands
991:A Light Upon the River's Gloom
992:The White Winds of the New World
995:The Sapphire Star's Guidance
996:Showdown: the Muck and the Maul
997:New World Sky, New World Flower
998:A Summons from Below
1101:Baptism by Ice
1102:Banbaro Blockade
1121:Deep Snow Diver
1122:Taking Charge
1123:Ice Catch!
1124:Call of the Wild
1125:Greetings from the Tundra
1131:Special Arena: MR Pukei-Pukei
1132:Special Arena: MR Barroth
1133:Special Arena: MR Tobi-Kadachi
1134:Special Arena: MR Banbaro
1151:The Great Jagras Returns!
1152:New World Problems
1153:Beating Around the Bush
1154:Literary Thief
1155:Trapping The Tree Trasher
1161:Wildspire Treasure Hunt
1162:Dragged Through the Mud
1163:Jyura In My Way
1164:Taster's Tour
1171:All the Wrong Signals
1181:Grinding my Girros
1191:Can't Bring Yourself To It
1192:This Here's Big Horn Country!
1201:Ready to Strike
1202:No Time for Naps
1203:Play Both Ends
1221:Analysis Creates Paralysis
1222:Poison and Paralysis Pinch
1223:Boaboa Constrictor
1224:By Our Powers Combined
1225:You Scratch Our Backs...
1231:Special Arena: MR Anjanath
1232:Special Arena: MR Radobaan
1233:Special Arena: MR Coral Pukei-Pukei
1234:Special Arena: MR Viper Tobi-Kadachi
1235:Special Arena: MR Rathian
1236:Special Arena: MR Pink Rathian
1237:Special Arena: MR Paolumu
1238:Special Arena: MR Nightshade Paolumu
1251:Anjanath Antics
1252:Fool's Mate
1253:Nighty Night Nightshade
1261:A Queen At Heart
1262:A Face Nightmares Are Made Of
1263:Stick Your Nose Somewhere Else
1264:Feisty Girl Talk
1271:The Plight of Paolumu
1272:Pink Power Grab
1273:Protip: Stay Hydrated
1274:Put That Red Cup Away
1281:No Laughing Matter
1282:Bugger Off Bugs!
1291:Looking For That Glimmer
1301:Blizzard Blitz
1302:Ever-present Shadow
1303:The Scorching Blade
1304:Absolute Power
1305:A Smashing Cross Counter
1306:A Tale of Ice and Fire
1321:Remember That One Time?
1322:The Purr-fect Room: Stone
1323:Proud White Knight
1331:Special Arena: MR Legiana
1332:Special Arena: MR Odogaron
1333:Special Arena: MR Uragaan
1334:Special Arena: MR Rathalos
1335:Special Arena: MR Diablos
1336:Special Arena: MR Barioth
1337:Special Arena: MR Nargacuga
1338:Special Arena: MR Glavenus
1339:Special Arena: MR Brachydios
1340:Special Arena: MR Tigrex
1351:Swoop to a New Low
1352:Nargacoulda, Shoulda, Woulda
1353:The Secret to a Good Slice
1354:Red and Black Aces
1361:A Line in the Sand
1362:A Flash of the Blade
1363:Simmer and Slice!
1371:Legiana Left Behind
1372:The Black Wind
1373:A Nasty Flesh Wound
1381:Don't be a Jerk with the Jerky
1382:A Roar that Shook the Vale
1383:Runnin', Rollin', and Weepin'
1391:Blast Warning In Effect!
1392:Everyone's a Critic
1393:Begone Uragaan
1394:Secret of the Ooze
1395:Festival of Explosions!
1401:When the Mist Taketh You
1402:The Disintegrating Blade
1403:Bad Friends, Great Enemies
1404:The Defense of Seliana
1405:The Thunderous Troublemaker!
1421:Noblefrost Hunter
1422:Tundra Troublemaker
1423:Duet of Rime
1424:Treasure in the Steam
1431:Special Arena: MR Azure Rathalos
1432:Special Arena: MR Black Diablos
1433:Special Arena: MR Acidic Glavenus
1434:Special Arena: MR Ebony Odogaron
1435:Special Arena: MR Fulgur Anjanath
1451:These Azure Eyes See All
1452:Misfortune in the Forest
1461:In the Heat of the Moment
1462:Piercing Black
1471:A Shadowy Offender
1481:This Corroded Blade
1482:The Purr-fect Room: Light Iron
1483:The Purr-fect Room: Dark Iron
1491:Blue Rathalos Blues
1492:Trap the Thunder Jaw
1501:The Iceborne Wyvern
1502:The Second Coming
1503:Under the Veil of Death
1504:A Light From The Abyss
1521:Clashing Swords Upon The Rime
1551:The Harbinger of Clear Skies
1552:Here Comes the Deathmaker
1561:Royal Audience on the Sand
1562:The Tyrant's Banquet
1571:Lightning Crashes
1572:Memories of the Sea God
1581:It's the Afterlife for Me
1591:Wings of the Wind
1592:Mark of the Sun
1593:Seething with Anger
1594:The Purr-fect Room: Silver
1601:To The Guided, A Paean
1602:Paean of Guidance
1603:Sleep Now in the Fire
1604:Big Burly Bash
1605:To the Very Ends with You
1606:Return of the Crazy One
1631:We Run This Town
1632:Special Arena: MR Zinogre
1633:Special Arena: MR Yian Garuga
1634:Special Arena: MR Brute Tigrex
1635:Special Arena: MR Gold Rathian
1636:Special Arena: MR Silver Rathalos
1641:Faraway Lorelei
1642:Hymn of Moon and Sun
1651:The Storm Brings the Unexpected
1661:One Hot Night in the Spire
1671:Divine Surge
1691:Into the Palace of Flame
1692:Master Hunter of the New World
3001:Arena Quest 02
3002:Arena Quest 03
3031:Arena Quest 04
3032:Arena Quest 05
3033:Arena Quest 06
3034:Arena Quest 07
3051:Arena Quest 08
3052:Arena Quest 09
3071:Arena Master Quest 02
3072:Arena Master Quest 03
3073:Arena Master Quest 04
3074:Arena Master Quest 05
3091:Arena Master Quest 06
3092:Arena Master Quest 07
3101:Arena Quest 01
3171:Arena Master Quest 01
5003:Troubled Troupers
30000:Unavailable
30001:Unavailable
30002:Unavailable
30003:Unavailable
30004:Unavailable
30005:Unavailable
30006:Unavailable
30007:Unavailable
30008:Unavailable
30009:Unavailable
50601:A Visitor from Another World
50701:The Food Chain Dominator
50751:Today's Special: Hunter Flambé
50801:The Blazing Sun
50802:Pandora's Arena
50803:No Remorse, No Surrender
50861:Infernal Monarchy
50891:Blue Prominence
50892:Blue Prominence
50901:Banquet in the Earthen Hall
50902:The Fury of El Dorado
50905:The Legendary Beast
50906:He Taketh It with His Eyes
50910:Contract: Trouble in the Ancient Forest
50991:A Visitor from Eorzea
51601:Reveal Thyself, Destroyer
51602:Sterling Pride
51603:Across the Lost Path
51604:Point of No Return
51605:The Red Dragon
51606:...And My Rage for All
51607:The Fury Remains
51611:Blazing Black Twilight
51621:Special Arena: MR Stygian Zinogre
51622:Achy Brachy Heart
51623:All That Glitters is Furious
61101:Up at the Crack of Dawn
61103:Where Sun Meets Moon
61104:Timberland Troublemakers
61105:Every Hunter's Dream
61601:Midnight Mayhem
61603:A Royal Pain
61604:Kings Know No Fear
61605:Mosswinin' and Dinin'
61606:The Greatest Jagras
61607:The Name's Lavasioth!
61801:Pearl Snatchers
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61811:Flora Frostbite
61812:Beef is Never a Mi-steak
61813:50 Shades of White
61814:A Shocking Climax
62502:The Deathly Quiet Curtain
62503:A Whisper of White Mane
62504:The Scorn of the Sun
62505:The Eye of the Storm
62506:The Heralds of Destruction Cry
62511:When Blue Dust Surpasses Red Lust
62515:Relish the Moment
62606:Undying Alpenglow
62607:Like a Moth to the Flame
62608:Gaze Upon the Dawn
62609:Keeper of the Otherworld
62801:When the Dirge Plays
63001:Challenge Quest 1: Beginner
63002:Challenge Quest 2: Beginner
63003:Vespoid Infestation!
63004:Down the Dark, Muddy Path
63005:USJ Beginners Challenge!
63006:USJ Expert Challenge!
63007:USJ Beginners Challenge!
63008:USJ Expert Challenge!
63009:Down the Dark, Muddy Path
63031:Challenge Quest 1: Intermediate
63032:Challenge Quest 2: Intermediate
63033:Gajalaka Outbreak!
63034:The Awakened Satsui No Hado I
63035:The Awakened Satsui No Hado II
63036:The Awakened Satsui No Hado III
63037:Empress in Full Bloom I
63038:Empress in Full Bloom II
63039:Empress in Full Bloom III
63051:Challenge Quest 1: Expert
63052:Challenge Quest 2: Expert
63071:Challenge Quest 1: MR Intermediate
63072:Challenge Quest 2: MR Intermediate
63073:Challenge Quest 1: MR Expert
63074:Challenge Quest 2: MR Expert
63101:Nergigante Slay Event 1
63102:Nergigante Slay Event 2
63103:Nergigante Slay Event 3
63104:Gale &amp; Fangs Slay Event 1
63105:Gale &amp; Fangs Slay Event 2
63106:Gale &amp; Fangs Slay Event 3
63107:Nergigante Slay Event 4
63108:Deviljho Slay Event
63109:The Best of the Best
63110:What Lurks In The Forest
63130:When Law Meets War
63131:The Hunter and The Blue Empress
63142:Farewell to the Frozen
64101:Wicked Wildspire Warfare
64601:Rollin' With The Uragaan
64801:Balloon Fight
64802:Talk About a Party Foul...
65601:Scrapping with the Shamos
65602:A Flash in the Pan
65603:Egg Lovers United
65604:Wiggle Me This
65605:Triple Threat Throwdown
65606:A Simple Task
65607:Tracking the Delivery
65801:Double Dodogama Disturbance
66101:Chew The Fat
66102:Ya-Ku With That?
66103:Flesh Cleaved to Bone
66104:Kirin The Myth
66105:The Poison Posse
66106:Greeting the Gluttons
66601:Deep Green Blues
66602:Wildspire Bolero
66603:Coral Waltz
66604:Effluvial Opera
66605:Rock N' Roll Recess
66606:This is How Revolts Start
66607:Snow &amp; Cherry Blossoms
66608:A Nose for an Eye
66609:No Tomorrow for Usurpers
66610:The Thronetaker
66801:Trophy Fishin'
66802:The Lord of the Underworld Beckons
66803:A Bunch of Sticks in the Mud
66804:Desert Desserts
66805:A New Troublemaker in Town
66806:Colorful Carnival
66807:Hunter-Blunderer
66808:A Sky &amp; Sea of Fire
66809:A Curious Experiment
66810:Soaked and Shivering
66811:Fired-Up Bruisers
66812:The Desert Dash
66813:In the Depths of the Forest
66814:Servants of the Vale
66815:We Three Kings
66816:The Winter Blues
66817:A Reason Behind The Hunger
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66823:To The Massacred, With Love
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
67101:The Proving
67102:Lessons of the Wild
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67607:The Heart of the Nora
67608:SDF: Silent, Deadly, and Fierce
67801:RE: Return of the Bioweapon
67802:Into the Frozen Wilds
67803:The Survivor
67804:Firebreak
61101:Up at the Crack of Dawn
61103:Where Sun Meets Moon
61104:Timberland Troublemakers
61105:Every Hunter's Dream
61601:Midnight Mayhem
61603:A Royal Pain
61604:Kings Know No Fear
61605:Mosswinin' and Dinin'
61606:The Greatest Jagras
61607:The Name's Lavasioth!
61801:Pearl Snatchers
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61811:Flora Frostbite
61812:Beef is Never a Mi-steak
61813:50 Shades of White
61814:A Shocking Climax
61815:Skyward Snipers
61816:A Fish to Whet Your Appetite
62502:The Deathly Quiet Curtain
62503:A Whisper of White Mane
62504:The Scorn of the Sun
62505:The Eye of the Storm
62506:The Heralds of Destruction Cry
62511:When Blue Dust Surpasses Red Lust
62515:Relish the Moment
62606:Undying Alpenglow
62607:Like a Moth to the Flame
62608:Gaze Upon the Dawn
62609:Keeper of the Otherworld
63001:Challenge Quest 1: Beginner
63002:Challenge Quest 2: Beginner
63003:Vespoid Infestation!
63004:Down the Dark, Muddy Path
63005:USJ Beginners Challenge!
63006:USJ Expert Challenge!
63007:USJ Beginners Challenge!
63008:USJ Expert Challenge!
63031:Challenge Quest 1: Intermediate
63032:Challenge Quest 2: Intermediate
63033:Gajalaka Outbreak!
63051:Challenge Quest 1: Expert
63052:Challenge Quest 2: Expert
63071:Challenge Quest 1: MR Intermediate
63072:Challenge Quest 2: MR Intermediate
63073:Challenge Quest 1: MR Expert
63074:Challenge Quest 2: MR Expert
63101:Nergigante Slay Event 1
63102:Nergigante Slay Event 2
63103:Nergigante Slay Event 3
63104:Gale &amp; Fangs Slay Event 1
63105:Gale &amp; Fangs Slay Event 2
63106:Gale &amp; Fangs Slay Event 3
63107:Nergigante Slay Event 4
63108:Deviljho Slay Event
63109:The Best of the Best
63110:What Lurks In The Forest
63130:When Law Meets War
63131:The Hunter and The Blue Empress
64101:Wicked Wildspire Warfare
64601:Rollin' With The Uragaan
64801:Balloon Fight
64802:Talk About a Party Foul...
65601:Scrapping with the Shamos
65602:A Flash in the Pan
65603:Egg Lovers United
65604:Wiggle Me This
65605:Triple Threat Throwdown
65606:A Simple Task
65607:Tracking the Delivery
66101:Chew The Fat
66102:Ya-Ku With That?
66103:Flesh Cleaved to Bone
66104:Kirin The Myth
66105:The Poison Posse
66106:Greeting the Gluttons
66601:Deep Green Blues
66602:Wildspire Bolero
66603:Coral Waltz
66604:Effluvial Opera
66605:Rock N' Roll Recess
66606:This is How Revolts Start
66607:Snow &amp; Cherry Blossoms
66608:A Nose for an Eye
66609:No Tomorrow for Usurpers
66610:The Thronetaker
66801:Trophy Fishin'
66802:The Lord of the Underworld Beckons
66803:A Bunch of Sticks in the Mud
66804:Desert Desserts
66805:A New Troublemaker in Town
66806:Colorful Carnival
66807:Hunter-Blunderer
66808:A Sky &amp; Sea of Fire
66809:A Curious Experiment
66810:Soaked and Shivering
66811:Fired-Up Bruisers
66812:The Desert Dash
66813:In the Depths of the Forest
66814:Servants of the Vale
66815:We Three Kings
66816:The Winter Blues
66817:A Reason Behind The Hunger
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66833:The Eternal Gold Rush
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
66847:The Distant Dark Tide
66859:Talk About a Party Foul...
66860:The Wrath of Thunder Descends
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67608:SDF: Silent, Deadly, and Fierce
67801:RE: Return of the Bioweapon
67807:The Assassin
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61815:Skyward Snipers
61816:A Fish to Whet Your Appetite
63072:Challenge Quest 2: MR Intermediate
63074:Challenge Quest 2: MR Expert
63143:Wearer of the Iceborne Crown
63144:The True Tyrant
63145:A Star That Will Never Dim
63146:Aiming for the Light
63147:Fear No Scars
63148:The Conqueror of Hoarfrost
63149:Power and Technique
63150:Farewell to the Frozen
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66833:The Eternal Gold Rush
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
66840:In the Tempest's Wake
66841:Day of Ruin
66842:The Cold Never Bothered Me
66843:The Evening Star
66844:Dawn of the Death Star
66845:Fade to Black
66846:The Last White Knight
66847:The Distant Dark Tide
66850:The Place Where Winter Sleeps
66851:The New World
66852:To Our World
66853:Fetching Light Pearls
66854:Camoflawed
66855:Seeing is Believing
66856:Don't Forget The Earplugs!
66857:Monkey Business
66858:The Naked Truth
66859:Talk About a Party Foul...
66860:The Wrath of Thunder Descends
66861:Mew are Number One!
66862:Kadachi Twins
66863:Tears from Nirvana
66864:Mighty Muscle Monkey Madness
66865:A Farewell to Zinogre
66866:Brand New Brute
66867:Old Dog, New Trick
67101:The Proving
67102:Lessons of the Wild
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67607:The Heart of the Nora
67608:SDF: Silent, Deadly, and Fierce
67610:Contract: Woodland Spirit
67801:RE: Return of the Bioweapon
67806:USJ: Shine On Forever
67807:The Assassin
67809:USJ: Ballet of Frost
</DropDownList>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listQuests</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101533</ID>
                      <Description>"listBounty"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Unavailable
1:Unavailable
2:Unavailable
101:Jagras of the Ancient Forest
102:A Kestodon Kerfuffle
103:The Great Jagras Hunt
151:Butting Heads with Nature
152:A Thicket of Thugs
153:Fungal Flexin' in the Ancient Forest
201:Bird-Brained Bandit
205:Urgent: Pukei-Pukei Hunt
241:Learning the Clutch
251:The Great Glutton
252:Camp Crasher
261:Snatch the Snatcher
262:The Pain from Gains
263:Exterminator of the Waste
301:The Best Kind of Quest
302:Sinister Shadows in the Swamp
305:Flying Sparks: Tobi-Kadachi
306:The Encroaching Anjanath
331:Special Arena: Pukei-Pukei
332:Special Arena: Barroth
333:Special Arena: Tobi-Kadachi
351:Scatternut Shortage
352:The Current Situation
361:Mired in the Spire
362:The Piscine Problem
363:Prickly Predicament
364:Gettin' Yolked in the Waste
365:Landing the Landslide Wyvern
401:One for the History Books
405:Ballooning Problems
407:Radobaan Roadblock
408:Legiana: Embodiment of Elegance
431:Special Arena: Anjanath
432:Special Arena: Rathian
433:Special Arena: Paolumu
434:Special Arena: Radobaan
451:One Helluva Sinus Infection
452:Gettin' Yolked in the Forest
461:Royal Relocation
471:It's a Crying Shamos
472:A Tzitzi for Science
473:Sorry You're Not Invited
474:What a Bunch of Abalone
475:White Monster for a White Coat
481:Persistent Pests
482:A Rotten Thing To Do
483:A Bone to Pick
484:On Nightmare's Wings
501:Into the Bowels of the Vale
502:A Fiery Throne Atop the Forest
503:Horned Tyrant Below the Sands
504:A Colossal Task
531:Special Arena: Legiana
532:Special Arena: Odogaron
533:Special Arena: Rathalos
534:Special Arena: Diablos
551:When Desire Becomes an Obsession
552:Redefining the "Power Couple"
561:Twin Spires Upon the Sands
571:A Humid Headache
572:Gone in a Flash
581:Scratching the Itch
582:Man's Best Fiend
583:The Meat of the Matter
601:Invader in the Waste
605:Tickled Pink
607:Old World Monster in the New World
631:Special Arena: HR Pukei-Pukei
632:Special Arena: HR Barroth
633:Special Arena: HR Tobi-Kadachi
634:Special Arena: HR Anjanath
635:Special Arena: HR Rathian
636:Special Arena: HR Paolumu
637:Special Arena: HR Radobaan
641:Left Quite the Impression
651:Hard to Swallow
652:Googly-eyed Green Monster
653:A Hair-Raising Experience
654:It Can't See You if You Don't Move
655:The Sleeping Sylvan Queen
656:Stuck in Their Ways
661:Keep Your Hands to Yourself!
662:A Crown of Mud and Anger
663:Pukei-Pukei Ambush
665:Up to Your Waist in the Waste
666:Brown Desert, Green Queen
667:Trespassing Troublemaker
671:Say Cheese!
672:Loop the Paolumu
681:A Tingling Taste
682:Stuck in a Rut
683:Chef Quest! Pumped to Deliver
684:Chef Quest! A Rotten Request
691:A Meow for Help
692:A Scalding Scoop
693:Dodogama Drama
694:Chef Quest! Gajalaka Lockdown
701:A Wound and a Thirst
731:Special Arena: HR Pink Rathian
732:Special Arena: HR Legiana
733:Special Arena: HR Odogaron
734:Special Arena: HR Uragaan
735:Special Arena: HR Rathalos
736:Special Arena: HR Azure Rathalos
737:Special Arena: HR Diablos
738:Special Arena: HR Black Diablos
751:Rathalos Rematch
752:Rathalos in Blue
753:The Red and Blue Crew
761:Pretty In Pink
762:Well, That Diablos!
763:Two-horned Hostility
764:RRRRRumble in the Waste!
771:A Cherry Wind upon the Reefs
772:Legiana: Highlands Royalty
773:A Sore Site
774:Talons of Ire and Ice
781:Odogaron Unleashed
791:Lavasioth, Monster of Magma
792:Ore-eating Occupier
793:Ruler of the Azure Skies
794:Bazelgeuse in the Field of Fire
795:A Fiery Convergence
801:Kushala Daora, Dragon of Steel
802:Teostra the Infernal
803:Hellish Fiend Vaal Hazak
804:Land of Convergence
805:Beyond the Blasting Scales
806:Thunderous Rumble in the Highlands
851:A Portent of Disaster
861:A Blaze on the Sand
871:Lightning Strikes Twice
881:Stirrings from the Grave
891:The Eater of Elders
892:Master of the Gale
893:Hellfire's Stronghold
894:The Eater of Elders
895:The Winds of Wrath Bite Deep
896:The Fires of Hell Bite Deep
961:Beyond the Blasting Scales
971:Thunderous Rumble in the Highlands
991:A Light Upon the River's Gloom
992:The White Winds of the New World
995:The Sapphire Star's Guidance
996:Showdown: the Muck and the Maul
997:New World Sky, New World Flower
998:A Summons from Below
1101:Baptism by Ice
1102:Banbaro Blockade
1121:Deep Snow Diver
1122:Taking Charge
1123:Ice Catch!
1124:Call of the Wild
1125:Greetings from the Tundra
1131:Special Arena: MR Pukei-Pukei
1132:Special Arena: MR Barroth
1133:Special Arena: MR Tobi-Kadachi
1134:Special Arena: MR Banbaro
1151:The Great Jagras Returns!
1152:New World Problems
1153:Beating Around the Bush
1154:Literary Thief
1155:Trapping The Tree Trasher
1161:Wildspire Treasure Hunt
1162:Dragged Through the Mud
1163:Jyura In My Way
1164:Taster's Tour
1171:All the Wrong Signals
1181:Grinding my Girros
1191:Can't Bring Yourself To It
1192:This Here's Big Horn Country!
1201:Ready to Strike
1202:No Time for Naps
1203:Play Both Ends
1221:Analysis Creates Paralysis
1222:Poison and Paralysis Pinch
1223:Boaboa Constrictor
1224:By Our Powers Combined
1225:You Scratch Our Backs...
1231:Special Arena: MR Anjanath
1232:Special Arena: MR Radobaan
1233:Special Arena: MR Coral Pukei-Pukei
1234:Special Arena: MR Viper Tobi-Kadachi
1235:Special Arena: MR Rathian
1236:Special Arena: MR Pink Rathian
1237:Special Arena: MR Paolumu
1238:Special Arena: MR Nightshade Paolumu
1251:Anjanath Antics
1252:Fool's Mate
1253:Nighty Night Nightshade
1261:A Queen At Heart
1262:A Face Nightmares Are Made Of
1263:Stick Your Nose Somewhere Else
1264:Feisty Girl Talk
1271:The Plight of Paolumu
1272:Pink Power Grab
1273:Protip: Stay Hydrated
1274:Put That Red Cup Away
1281:No Laughing Matter
1282:Bugger Off Bugs!
1291:Looking For That Glimmer
1301:Blizzard Blitz
1302:Ever-present Shadow
1303:The Scorching Blade
1304:Absolute Power
1305:A Smashing Cross Counter
1306:A Tale of Ice and Fire
1321:Remember That One Time?
1322:The Purr-fect Room: Stone
1323:Proud White Knight
1331:Special Arena: MR Legiana
1332:Special Arena: MR Odogaron
1333:Special Arena: MR Uragaan
1334:Special Arena: MR Rathalos
1335:Special Arena: MR Diablos
1336:Special Arena: MR Barioth
1337:Special Arena: MR Nargacuga
1338:Special Arena: MR Glavenus
1339:Special Arena: MR Brachydios
1340:Special Arena: MR Tigrex
1351:Swoop to a New Low
1352:Nargacoulda, Shoulda, Woulda
1353:The Secret to a Good Slice
1354:Red and Black Aces
1361:A Line in the Sand
1362:A Flash of the Blade
1363:Simmer and Slice!
1371:Legiana Left Behind
1372:The Black Wind
1373:A Nasty Flesh Wound
1381:Don't be a Jerk with the Jerky
1382:A Roar that Shook the Vale
1383:Runnin', Rollin', and Weepin'
1391:Blast Warning In Effect!
1392:Everyone's a Critic
1393:Begone Uragaan
1394:Secret of the Ooze
1395:Festival of Explosions!
1401:When the Mist Taketh You
1402:The Disintegrating Blade
1403:Bad Friends, Great Enemies
1404:The Defense of Seliana
1405:The Thunderous Troublemaker!
1421:Noblefrost Hunter
1422:Tundra Troublemaker
1423:Duet of Rime
1424:Treasure in the Steam
1431:Special Arena: MR Azure Rathalos
1432:Special Arena: MR Black Diablos
1433:Special Arena: MR Acidic Glavenus
1434:Special Arena: MR Ebony Odogaron
1435:Special Arena: MR Fulgur Anjanath
1451:These Azure Eyes See All
1452:Misfortune in the Forest
1461:In the Heat of the Moment
1462:Piercing Black
1471:A Shadowy Offender
1481:This Corroded Blade
1482:The Purr-fect Room: Light Iron
1483:The Purr-fect Room: Dark Iron
1491:Blue Rathalos Blues
1492:Trap the Thunder Jaw
1501:The Iceborne Wyvern
1502:The Second Coming
1503:Under the Veil of Death
1504:A Light From The Abyss
1521:Clashing Swords Upon The Rime
1551:The Harbinger of Clear Skies
1552:Here Comes the Deathmaker
1561:Royal Audience on the Sand
1562:The Tyrant's Banquet
1571:Lightning Crashes
1572:Memories of the Sea God
1581:It's the Afterlife for Me
1591:Wings of the Wind
1592:Mark of the Sun
1593:Seething with Anger
1594:The Purr-fect Room: Silver
1601:To The Guided, A Paean
1602:Paean of Guidance
1603:Sleep Now in the Fire
1604:Big Burly Bash
1605:To the Very Ends with You
1606:Return of the Crazy One
1631:We Run This Town
1632:Special Arena: MR Zinogre
1633:Special Arena: MR Yian Garuga
1634:Special Arena: MR Brute Tigrex
1635:Special Arena: MR Gold Rathian
1636:Special Arena: MR Silver Rathalos
1641:Faraway Lorelei
1642:Hymn of Moon and Sun
1651:The Storm Brings the Unexpected
1661:One Hot Night in the Spire
1671:Divine Surge
1691:Into the Palace of Flame
1692:Master Hunter of the New World
3001:Arena Quest 02
3002:Arena Quest 03
3031:Arena Quest 04
3032:Arena Quest 05
3033:Arena Quest 06
3034:Arena Quest 07
3051:Arena Quest 08
3052:Arena Quest 09
3071:Arena Master Quest 02
3072:Arena Master Quest 03
3073:Arena Master Quest 04
3074:Arena Master Quest 05
3091:Arena Master Quest 06
3092:Arena Master Quest 07
3101:Arena Quest 01
3171:Arena Master Quest 01
5003:Troubled Troupers
30000:Unavailable
30001:Unavailable
30002:Unavailable
30003:Unavailable
30004:Unavailable
30005:Unavailable
30006:Unavailable
30007:Unavailable
30008:Unavailable
30009:Unavailable
50601:A Visitor from Another World
50701:The Food Chain Dominator
50751:Today's Special: Hunter Flambé
50801:The Blazing Sun
50802:Pandora's Arena
50803:No Remorse, No Surrender
50861:Infernal Monarchy
50891:Blue Prominence
50892:Blue Prominence
50901:Banquet in the Earthen Hall
50902:The Fury of El Dorado
50905:The Legendary Beast
50906:He Taketh It with His Eyes
50910:Contract: Trouble in the Ancient Forest
50991:A Visitor from Eorzea
51601:Reveal Thyself, Destroyer
51602:Sterling Pride
51603:Across the Lost Path
51604:Point of No Return
51605:The Red Dragon
51606:...And My Rage for All
51607:The Fury Remains
51611:Blazing Black Twilight
51621:Special Arena: MR Stygian Zinogre
51622:Achy Brachy Heart
51623:All That Glitters is Furious
61101:Up at the Crack of Dawn
61103:Where Sun Meets Moon
61104:Timberland Troublemakers
61105:Every Hunter's Dream
61601:Midnight Mayhem
61603:A Royal Pain
61604:Kings Know No Fear
61605:Mosswinin' and Dinin'
61606:The Greatest Jagras
61607:The Name's Lavasioth!
61801:Pearl Snatchers
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61811:Flora Frostbite
61812:Beef is Never a Mi-steak
61813:50 Shades of White
61814:A Shocking Climax
62502:The Deathly Quiet Curtain
62503:A Whisper of White Mane
62504:The Scorn of the Sun
62505:The Eye of the Storm
62506:The Heralds of Destruction Cry
62511:When Blue Dust Surpasses Red Lust
62515:Relish the Moment
62606:Undying Alpenglow
62607:Like a Moth to the Flame
62608:Gaze Upon the Dawn
62609:Keeper of the Otherworld
62801:When the Dirge Plays
63001:Challenge Quest 1: Beginner
63002:Challenge Quest 2: Beginner
63003:Vespoid Infestation!
63004:Down the Dark, Muddy Path
63005:USJ Beginners Challenge!
63006:USJ Expert Challenge!
63007:USJ Beginners Challenge!
63008:USJ Expert Challenge!
63009:Down the Dark, Muddy Path
63031:Challenge Quest 1: Intermediate
63032:Challenge Quest 2: Intermediate
63033:Gajalaka Outbreak!
63034:The Awakened Satsui No Hado I
63035:The Awakened Satsui No Hado II
63036:The Awakened Satsui No Hado III
63037:Empress in Full Bloom I
63038:Empress in Full Bloom II
63039:Empress in Full Bloom III
63051:Challenge Quest 1: Expert
63052:Challenge Quest 2: Expert
63071:Challenge Quest 1: MR Intermediate
63072:Challenge Quest 2: MR Intermediate
63073:Challenge Quest 1: MR Expert
63074:Challenge Quest 2: MR Expert
63101:Nergigante Slay Event 1
63102:Nergigante Slay Event 2
63103:Nergigante Slay Event 3
63104:Gale &amp; Fangs Slay Event 1
63105:Gale &amp; Fangs Slay Event 2
63106:Gale &amp; Fangs Slay Event 3
63107:Nergigante Slay Event 4
63108:Deviljho Slay Event
63109:The Best of the Best
63110:What Lurks In The Forest
63130:When Law Meets War
63131:The Hunter and The Blue Empress
63142:Farewell to the Frozen
64101:Wicked Wildspire Warfare
64601:Rollin' With The Uragaan
64801:Balloon Fight
64802:Talk About a Party Foul...
65601:Scrapping with the Shamos
65602:A Flash in the Pan
65603:Egg Lovers United
65604:Wiggle Me This
65605:Triple Threat Throwdown
65606:A Simple Task
65607:Tracking the Delivery
65801:Double Dodogama Disturbance
66101:Chew The Fat
66102:Ya-Ku With That?
66103:Flesh Cleaved to Bone
66104:Kirin The Myth
66105:The Poison Posse
66106:Greeting the Gluttons
66601:Deep Green Blues
66602:Wildspire Bolero
66603:Coral Waltz
66604:Effluvial Opera
66605:Rock N' Roll Recess
66606:This is How Revolts Start
66607:Snow &amp; Cherry Blossoms
66608:A Nose for an Eye
66609:No Tomorrow for Usurpers
66610:The Thronetaker
66801:Trophy Fishin'
66802:The Lord of the Underworld Beckons
66803:A Bunch of Sticks in the Mud
66804:Desert Desserts
66805:A New Troublemaker in Town
66806:Colorful Carnival
66807:Hunter-Blunderer
66808:A Sky &amp; Sea of Fire
66809:A Curious Experiment
66810:Soaked and Shivering
66811:Fired-Up Bruisers
66812:The Desert Dash
66813:In the Depths of the Forest
66814:Servants of the Vale
66815:We Three Kings
66816:The Winter Blues
66817:A Reason Behind The Hunger
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66823:To The Massacred, With Love
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
67101:The Proving
67102:Lessons of the Wild
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67607:The Heart of the Nora
67608:SDF: Silent, Deadly, and Fierce
67801:RE: Return of the Bioweapon
67802:Into the Frozen Wilds
67803:The Survivor
67804:Firebreak
61101:Up at the Crack of Dawn
61103:Where Sun Meets Moon
61104:Timberland Troublemakers
61105:Every Hunter's Dream
61601:Midnight Mayhem
61603:A Royal Pain
61604:Kings Know No Fear
61605:Mosswinin' and Dinin'
61606:The Greatest Jagras
61607:The Name's Lavasioth!
61801:Pearl Snatchers
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61811:Flora Frostbite
61812:Beef is Never a Mi-steak
61813:50 Shades of White
61814:A Shocking Climax
61815:Skyward Snipers
61816:A Fish to Whet Your Appetite
62502:The Deathly Quiet Curtain
62503:A Whisper of White Mane
62504:The Scorn of the Sun
62505:The Eye of the Storm
62506:The Heralds of Destruction Cry
62511:When Blue Dust Surpasses Red Lust
62515:Relish the Moment
62606:Undying Alpenglow
62607:Like a Moth to the Flame
62608:Gaze Upon the Dawn
62609:Keeper of the Otherworld
63001:Challenge Quest 1: Beginner
63002:Challenge Quest 2: Beginner
63003:Vespoid Infestation!
63004:Down the Dark, Muddy Path
63005:USJ Beginners Challenge!
63006:USJ Expert Challenge!
63007:USJ Beginners Challenge!
63008:USJ Expert Challenge!
63031:Challenge Quest 1: Intermediate
63032:Challenge Quest 2: Intermediate
63033:Gajalaka Outbreak!
63051:Challenge Quest 1: Expert
63052:Challenge Quest 2: Expert
63071:Challenge Quest 1: MR Intermediate
63072:Challenge Quest 2: MR Intermediate
63073:Challenge Quest 1: MR Expert
63074:Challenge Quest 2: MR Expert
63101:Nergigante Slay Event 1
63102:Nergigante Slay Event 2
63103:Nergigante Slay Event 3
63104:Gale &amp; Fangs Slay Event 1
63105:Gale &amp; Fangs Slay Event 2
63106:Gale &amp; Fangs Slay Event 3
63107:Nergigante Slay Event 4
63108:Deviljho Slay Event
63109:The Best of the Best
63110:What Lurks In The Forest
63130:When Law Meets War
63131:The Hunter and The Blue Empress
64101:Wicked Wildspire Warfare
64601:Rollin' With The Uragaan
64801:Balloon Fight
64802:Talk About a Party Foul...
65601:Scrapping with the Shamos
65602:A Flash in the Pan
65603:Egg Lovers United
65604:Wiggle Me This
65605:Triple Threat Throwdown
65606:A Simple Task
65607:Tracking the Delivery
66101:Chew The Fat
66102:Ya-Ku With That?
66103:Flesh Cleaved to Bone
66104:Kirin The Myth
66105:The Poison Posse
66106:Greeting the Gluttons
66601:Deep Green Blues
66602:Wildspire Bolero
66603:Coral Waltz
66604:Effluvial Opera
66605:Rock N' Roll Recess
66606:This is How Revolts Start
66607:Snow &amp; Cherry Blossoms
66608:A Nose for an Eye
66609:No Tomorrow for Usurpers
66610:The Thronetaker
66801:Trophy Fishin'
66802:The Lord of the Underworld Beckons
66803:A Bunch of Sticks in the Mud
66804:Desert Desserts
66805:A New Troublemaker in Town
66806:Colorful Carnival
66807:Hunter-Blunderer
66808:A Sky &amp; Sea of Fire
66809:A Curious Experiment
66810:Soaked and Shivering
66811:Fired-Up Bruisers
66812:The Desert Dash
66813:In the Depths of the Forest
66814:Servants of the Vale
66815:We Three Kings
66816:The Winter Blues
66817:A Reason Behind The Hunger
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66833:The Eternal Gold Rush
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
66847:The Distant Dark Tide
66859:Talk About a Party Foul...
66860:The Wrath of Thunder Descends
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67608:SDF: Silent, Deadly, and Fierce
67801:RE: Return of the Bioweapon
67807:The Assassin
61802:Every Hunter's Dream III
61803:Every Hunter's Dream II
61805:Duffel Duty
61806:Scores of Ores
61807:A Chilling Entrance
61808:Muscle Monkey Madness
61809:Paolumu Lullabies
61815:Skyward Snipers
61816:A Fish to Whet Your Appetite
63072:Challenge Quest 2: MR Intermediate
63074:Challenge Quest 2: MR Expert
63143:Wearer of the Iceborne Crown
63144:The True Tyrant
63145:A Star That Will Never Dim
63146:Aiming for the Light
63147:Fear No Scars
63148:The Conqueror of Hoarfrost
63149:Power and Technique
63150:Farewell to the Frozen
66818:Moonlit Howl
66819:I Am Tranquil, I Am Sound
66820:A Roar that Splinters the Sky
66821:A Glance of Silver
66822:The Moon is a Harsh Queen
66824:Razzled, Frazzled, and Dazzled
66825:Scars Tell the Whole Story
66826:Yodeling in the Forest
66827:Heavy Metal in the Waste
66828:Symphony of the Coral
66829:Rotten Canzone
66830:Alt Rock Recess
66831:Ballad of the Hoarfrost
66832:Wolf Out of Hell
66833:The Eternal Gold Rush
66834:When the Swift Meets the Roar
66835:The Wrath of Thunder Descends
66836:Ode to the Destruction
66840:In the Tempest's Wake
66841:Day of Ruin
66842:The Cold Never Bothered Me
66843:The Evening Star
66844:Dawn of the Death Star
66845:Fade to Black
66846:The Last White Knight
66847:The Distant Dark Tide
66850:The Place Where Winter Sleeps
66853:Fetching Light Pearls
66854:Camoflawed
66855:Seeing is Believing
66856:Don't Forget The Earplugs!
66857:Monkey Business
66858:The Naked Truth
66859:Talk About a Party Foul...
66860:The Wrath of Thunder Descends
66861:Mew are Number One!
66862:Kadachi Twins
66863:Tears from Nirvana
66864:Mighty Muscle Monkey Madness
66865:A Farewell to Zinogre
66866:Brand New Brute
66867:Old Dog, New Trick
67101:The Proving
67102:Lessons of the Wild
67103:A Rush of Blood
67105:USJ: Gold Star Treatment
67106:USJ: Gold Star Treatment
67603:USJ Blazing Azure Stars!
67604:USJ Blazing Azure Stars!
67605:Code: Red
67606:A Visitor from Eorzea (Extreme)
67607:The Heart of the Nora
67608:SDF: Silent, Deadly, and Fierce
67610:Contract: Woodland Spirit
67801:RE: Return of the Bioweapon
67806:USJ: Shine On Forever
67807:The Assassin
67809:USJ: Ballet of Frost
</DropDownList>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listBounty</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100031</ID>
                      <Description>"listBountyType"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">5:Hunt
6:Capture
16:Field Research
17:Research
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listBountyType</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099935</ID>
                      <Description>"listFoodSkills"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Felyne Polisher
1:Felyne Rider
2:Felyne Heroics
3:Felyne Carver (Hi)
4:Felyne Carver (Lo)
5:Felyne Medic
6:Felyne Black Belt
7:Felyne Pyro
8:Felyne Specialist
9:Felyne Defender (Hi)
10:Felyne Defender (Lo)
11:Felyne Harvester
12:Felyne Sharpshooter
13:Lucky Cat
14:Felyne Deflector
15:Felyne Escape Artist
16:Felyne Sprinter
17:Felynebacker
18:Felyne Weakener
19:Felyne Exchanger
20:Felyne Riser (Hi)
21:Felyne Riser (Lo)
22:Felyne Temper
23:Felyne Cliffhanger
24:Felyne Gripper
25:Felyne Iron Carver
26:Felyne Lander
27:Felyne Bulldozer
28:Felyne Foodie
29:Felyne Slugger
30:Felyne Fat Cat
31:Felyne Bombardier
32:Felyne Moxie
33:Felyne Dungmaster
34:Felyne Groomer
35:Felyne Fur Coating
36:Felyne Acrobat
37:Felyne Gamechanger
38:Felyne Trainer
39:Felyne Booster
40:Felyne Feet
41:Felyne Fisher
42:Cool Cat
43:Felyne Insurance
44:Felyne Provoker
45:Felyne Parting Gift
46:Felyne Researcher
47:Felyne Weathercat
48:Felyne Cleats
49:Felyne Tailor
50:Felyne Safeguard
51:Felyne Gardener
52:Felyne Scavenger
53:Felyne Zoomaster
54:Felyne Biologist
55:Felyne Macrozoologist
56:Felyne Microzoologist
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>listFoodSkills</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337093697</ID>
                      <Description>"listSkillData"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:Poison Resistance (Lv1)
2:Poison Resistance (Lv2)
3:Poison Resistance (Lv3)
4:Paralysis Resistance (Lv1)
5:Paralysis Resistance (Lv2)
6:Paralysis Resistance (Lv3)
7:Sleep Resistance (Lv1)
8:Sleep Resistance (Lv2)
9:Sleep Resistance (Lv3)
10:Stun Resistance (Lv1)
11:Stun Resistance (Lv2)
12:Stun Resistance (Lv3)
13:Muck Resistance (Lv1)
14:Blast Resistance (Lv1)
15:Blast Resistance (Lv2)
16:Blast Resistance (Lv3)
17:Bleeding Resistance (Lv1)
18:Bleeding Resistance (Lv2)
19:Bleeding Resistance (Lv3)
20:Iron Skin (Lv1)
21:Iron Skin (Lv2)
22:Iron Skin (Lv3)
23:Unavailable (Lv1)
24:Unavailable (Lv2)
25:Unavailable (Lv3)
26:Unavailable (Lv1)
27:Unavailable (Lv2)
28:Unavailable (Lv3)
29:Earplugs (Lv1)
30:Earplugs (Lv2)
31:Earplugs (Lv3)
32:Earplugs (Lv4)
33:Earplugs (Lv5)
34:Windproof (Lv1)
35:Windproof (Lv2)
36:Windproof (Lv3)
37:Windproof (Lv4)
38:Windproof (Lv5)
39:Tremor Resistance (Lv1)
40:Tremor Resistance (Lv2)
41:Tremor Resistance (Lv3)
42:Dungmaster (Lv1)
43:Unavailable (Lv1)
44:Effluvial Expert (Lv1)
45:Heat Guard (Lv1)
46:Unavailable (Lv1)
47:Attack Boost (Lv1)
48:Attack Boost (Lv2)
49:Attack Boost (Lv3)
50:Attack Boost (Lv4)
51:Attack Boost (Lv5)
52:Attack Boost (Lv6)
53:Attack Boost (Lv7)
54:Defense Boost (Lv1)
55:Defense Boost (Lv2)
56:Defense Boost (Lv3)
57:Defense Boost (Lv4)
58:Defense Boost (Lv5)
59:Defense Boost (Lv6)
60:Defense Boost (Lv7)
61:Health Boost (Lv1)
62:Health Boost (Lv2)
63:Health Boost (Lv3)
64:Recovery Up (Lv1)
65:Recovery Up (Lv2)
66:Recovery Up (Lv3)
67:Recovery Speed (Lv1)
68:Recovery Speed (Lv2)
69:Recovery Speed (Lv3)
70:Fire Resistance (Lv1)
71:Fire Resistance (Lv2)
72:Fire Resistance (Lv3)
73:Water Resistance (Lv1)
74:Water Resistance (Lv2)
75:Water Resistance (Lv3)
76:Ice Resistance (Lv1)
77:Ice Resistance (Lv2)
78:Ice Resistance (Lv3)
79:Thunder Resistance (Lv1)
80:Thunder Resistance (Lv2)
81:Thunder Resistance (Lv3)
82:Dragon Resistance (Lv1)
83:Dragon Resistance (Lv2)
84:Dragon Resistance (Lv3)
85:Blight Resistance (Lv1)
86:Blight Resistance (Lv2)
87:Blight Resistance (Lv3)
88:Fire Attack (Lv1)
89:Fire Attack (Lv2)
90:Fire Attack (Lv3)
91:Fire Attack (Lv4)
92:Fire Attack (Lv5)
93:Water Attack (Lv1)
94:Water Attack (Lv2)
95:Water Attack (Lv3)
96:Water Attack (Lv4)
97:Water Attack (Lv5)
98:Ice Attack (Lv1)
99:Ice Attack (Lv2)
100:Ice Attack (Lv3)
101:Ice Attack (Lv4)
102:Ice Attack (Lv5)
103:Thunder Attack (Lv1)
104:Thunder Attack (Lv2)
105:Thunder Attack (Lv3)
106:Thunder Attack (Lv4)
107:Thunder Attack (Lv5)
108:Dragon Attack (Lv1)
109:Dragon Attack (Lv2)
110:Dragon Attack (Lv3)
111:Dragon Attack (Lv4)
112:Dragon Attack (Lv5)
113:Poison Attack (Lv1)
114:Poison Attack (Lv2)
115:Poison Attack (Lv3)
116:Paralysis Attack (Lv1)
117:Paralysis Attack (Lv2)
118:Paralysis Attack (Lv3)
119:Sleep Attack (Lv1)
120:Sleep Attack (Lv2)
121:Sleep Attack (Lv3)
122:Blast Attack (Lv1)
123:Blast Attack (Lv2)
124:Blast Attack (Lv3)
125:Normal Shots (Lv1)
126:Piercing Shots (Lv1)
127:Spread/Power Shots (Lv1)
128:Poison Functionality (Lv1)
129:Para Functionality (Lv1)
130:Sleep Functionality (Lv1)
131:Unavailable (Lv1)
132:Blast Functionality (Lv1)
133:Free Elem/Ammo Up (Lv1)
134:Free Elem/Ammo Up (Lv2)
135:Free Elem/Ammo Up (Lv3)
136:Critical Eye (Lv1)
137:Critical Eye (Lv2)
138:Critical Eye (Lv3)
139:Critical Eye (Lv4)
140:Critical Eye (Lv5)
141:Critical Eye (Lv6)
142:Critical Eye (Lv7)
143:Critical Boost (Lv1)
144:Critical Boost (Lv2)
145:Critical Boost (Lv3)
146:Weakness Exploit (Lv1)
147:Weakness Exploit (Lv2)
148:Weakness Exploit (Lv3)
149:Unavailable (Lv1)
150:Unavailable (Lv2)
151:Unavailable (Lv3)
152:Focus (Lv1)
153:Focus (Lv2)
154:Focus (Lv3)
155:Power Prolonger (Lv1)
156:Power Prolonger (Lv2)
157:Power Prolonger (Lv3)
158:Handicraft (Lv1)
159:Handicraft (Lv2)
160:Handicraft (Lv3)
161:Handicraft (Lv4)
162:Handicraft (Lv5)
163:Critical Draw (Lv1)
164:Critical Draw (Lv2)
165:Critical Draw (Lv3)
166:Partbreaker (Lv1)
167:Partbreaker (Lv2)
168:Partbreaker (Lv3)
169:Slugger (Lv1)
170:Slugger (Lv2)
171:Slugger (Lv3)
172:Stamina Thief (Lv1)
173:Stamina Thief (Lv2)
174:Stamina Thief (Lv3)
175:Master Mounter (Lv1)
176:Airborne (Lv1)
177:Latent Power (Lv1)
178:Latent Power (Lv2)
179:Latent Power (Lv3)
180:Latent Power (Lv4)
181:Latent Power (Lv5)
182:Agitator (Lv1)
183:Agitator (Lv2)
184:Agitator (Lv3)
185:Agitator (Lv4)
186:Agitator (Lv5)
187:Peak Performance (Lv1)
188:Peak Performance (Lv2)
189:Peak Performance (Lv3)
190:Heroics (Lv1)
191:Heroics (Lv2)
192:Heroics (Lv3)
193:Heroics (Lv4)
194:Heroics (Lv5)
195:Fortify (Lv1)
196:Resentment (Lv1)
197:Resentment (Lv2)
198:Resentment (Lv3)
199:Resentment (Lv4)
200:Resentment (Lv5)
201:Resuscitate (Lv1)
202:Horn Maestro (Lv1)
203:Capacity Boost (Lv1)
204:Special Ammo Boost (Lv1)
205:Special Ammo Boost (Lv2)
206:Artillery (Lv1)
207:Artillery (Lv2)
208:Artillery (Lv3)
209:Heavy Artillery (Lv1)
210:Heavy Artillery (Lv2)
211:Marathon Runner (Lv1)
212:Marathon Runner (Lv2)
213:Marathon Runner (Lv3)
214:Constitution (Lv1)
215:Constitution (Lv2)
216:Constitution (Lv3)
217:Constitution (Lv4)
218:Constitution (Lv5)
219:Leap of Faith (Lv1)
220:Stamina Surge (Lv1)
221:Stamina Surge (Lv2)
222:Stamina Surge (Lv3)
223:Hunger Resistance (Lv1)
224:Hunger Resistance (Lv2)
225:Hunger Resistance (Lv3)
226:Evade Window (Lv1)
227:Evade Window (Lv2)
228:Evade Window (Lv3)
229:Evade Window (Lv4)
230:Evade Window (Lv5)
231:Evade Extender (Lv1)
232:Evade Extender (Lv2)
233:Evade Extender (Lv3)
234:Guard (Lv1)
235:Guard (Lv2)
236:Guard (Lv3)
237:Guard (Lv4)
238:Guard (Lv5)
239:Quick Sheath (Lv1)
240:Quick Sheath (Lv2)
241:Quick Sheath (Lv3)
242:Wide-Range (Lv1)
243:Wide-Range (Lv2)
244:Wide-Range (Lv3)
245:Wide-Range (Lv4)
246:Wide-Range (Lv5)
247:Item Prolonger (Lv1)
248:Item Prolonger (Lv2)
249:Item Prolonger (Lv3)
250:Free Meal (Lv1)
251:Speed Eating (Lv1)
252:Speed Eating (Lv2)
253:Speed Eating (Lv3)
254:Speed Sharpening (Lv1)
255:Speed Sharpening (Lv2)
256:Speed Sharpening (Lv3)
257:Unavailable (Lv1)
258:Unavailable (Lv2)
259:Unavailable (Lv3)
260:Bombardier (Lv1)
261:Bombardier (Lv2)
262:Bombardier (Lv3)
263:Unavailable (Lv1)
264:Unavailable (Lv2)
265:Unavailable (Lv3)
266:Mushroomancer (Lv1)
267:Mushroomancer (Lv2)
268:Mushroomancer (Lv3)
269:Master Fisher (Lv1)
270:BBQ Master (Lv1)
271:Pro Transporter (Lv1)
272:Master Gatherer (Lv1)
273:Honey Hunter (Lv1)
274:Carving Pro (Lv1)
275:Divine Blessing (Lv1)
276:Divine Blessing (Lv2)
277:Divine Blessing (Lv3)
278:Palico Rally (Lv1)
279:Palico Rally (Lv2)
280:Palico Rally (Lv3)
281:Palico Rally (Lv4)
282:Palico Rally (Lv5)
283:Botanist (Lv1)
284:Botanist (Lv2)
285:Botanist (Lv3)
286:Botanist (Lv4)
287:Geologist (Lv1)
288:Geologist (Lv2)
289:Geologist (Lv3)
290:Maximum Might (Lv1)
291:Maximum Might (Lv2)
292:Maximum Might (Lv3)
293:Slinger Capacity (Lv1)
294:Slinger Capacity (Lv2)
295:Slinger Capacity (Lv3)
296:Stealth (Lv1)
297:Stealth (Lv2)
298:Stealth (Lv3)
299:Flinch Free (Lv1)
300:Flinch Free (Lv2)
301:Flinch Free (Lv3)
302:Scoutfly Range Up (Lv1)
303:Speed Crawler (Lv1)
304:Jump Master (Lv1)
305:Survival Expert (Lv1)
306:Survival Expert (Lv2)
307:Survival Expert (Lv3)
308:Aquatic/Polar Mobility (Lv1)
309:Aquatic/Polar Mobility (Lv2)
310:Aquatic/Polar Mobility (Lv3)
311:Unavailable (Lv1)
312:Cliffhanger (Lv1)
313:Blindsider (Lv1)
314:Unavailable (Lv1)
315:Scholar (Lv1)
316:Entomologist (Lv1)
317:Entomologist (Lv2)
318:Entomologist (Lv3)
319:Effluvia Resistance (Lv1)
320:Effluvia Resistance (Lv2)
321:Effluvia Resistance (Lv3)
322:Scenthound (Lv1)
323:Forager's Luck (Lv1)
324:Detector (Lv1)
325:Tool Specialist (Lv1)
326:Tool Specialist (Lv2)
327:Tool Specialist (Lv3)
328:Unavailable (Lv1)
329:Affinity Sliding (Lv1)
330:Elderseal Boost (Lv1)
331:Intimidator (Lv1)
332:Intimidator (Lv2)
333:Intimidator (Lv3)
334:Unavailable (Lv1)
335:Anjanath Power (Lv3)
336:Anjanath Will (Lv2)
337:Bazelgeuse Protection (Lv3)
338:Uragaan Protection (Lv3)
339:Odogaron Power (Lv3)
340:Odogaron Mastery (Lv2)
341:Xeno'jiiva Divinity (Lv3)
342:Rathalos Mastery (Lv4)
343:Kirin Blessing (Lv4)
344:Kirin Favor (Lv3)
345:Guild Guidance (Lv4)
346:Legiana Blessing (Lv3)
347:Legiana Favor (Lv2)
348:Commission Guidance (Lv4)
349:Zorah Magdaros Mastery (Lv3)
350:Rathalos Power (Lv3)
351:Rathalos Mastery (Lv2)
352:Odogaron Mastery (Lv4)
353:Diablos Power (Lv3)
354:Diablos Mastery (Lv2)
355:Legiana Favor (Lv4)
356:Teostra Technique (Lv3)
357:Pink Rathian Mastery (Lv3)
358:Diablos Mastery (Lv4)
359:Anjanath Will (Lv4)
360:Kushala Daora Flight (Lv3)
361:Vaal Hazak Vitality (Lv3)
362:Nergigante Hunger (Lv3)
363:Bow Charge Plus (Lv1)
364:Mind's Eye/Ballistics (Lv1)
365:Guard Up (Lv1)
366:Protective Polish (Lv1)
367:Non-elemental Boost (Lv1)
368:Unavailable (Lv2)
369:Guts (Lv1)
370:Hasten Recovery (Lv1)
371:Razor Sharp/Spare Shot (Lv1)
372:Lunastra Favor (Lv2)
373:Lunastra Favor (Lv4)
374:Soul of the Dragoon (Lv2)
375:Soul of the Dragoon (Lv4)
376:Critical Element (Lv1)
377:Critical Status (Lv1)
378:Witcher's Knowledge (Lv2)
379:Witcher's Knowledge (Lv4)
380:Astera Blessing (Lv5)
381:Zinogre Essence (Lv3)
382:Latent Power (Lv6)
383:Latent Power (Lv7)
384:Tigrex Essence (Lv3)
385:Free Meal (Lv2)
386:Free Meal (Lv3)
387:Brachydios Essence (Lv3)
388:Agitator (Lv6)
389:Agitator (Lv7)
390:Glavenus Essence (Lv3)
391:Maximum Might (Lv4)
392:Maximum Might (Lv5)
393:Silver Rathalos Essence (Lv2)
394:Slinger Capacity (Lv4)
395:Slinger Capacity (Lv5)
396:Gold Rathian Essence (Lv2)
397:Divine Blessing (Lv4)
398:Divine Blessing (Lv5)
399:Shara Ishvalda Divinity (Lv4)
400:Namielle Divinity (Lv2)
401:Velkhana Divinity (Lv4)
402:Nargacuga Essence (Lv3)
403:Silver Rathalos Essence (Lv4)
404:Gold Rathian Essence (Lv4)
405:Lunastra Essence (Lv3)
406:Tool Specialist (Lv4)
407:Tool Specialist (Lv5)
408:Zorah Magdaros Essence (Lv3)
409:Artillery (Lv4)
410:Artillery (Lv5)
411:Diablos Ambition (Lv3)
412:Slugger (Lv4)
413:Slugger (Lv5)
414:Deviljho Essence (Lv3)
415:Stamina Thief (Lv4)
416:Stamina Thief (Lv5)
417:Commission Alchemy (Lv3)
418:Bombardier (Lv4)
419:Bombardier (Lv5)
420:Fire Attack (Lv6)
421:Water Attack (Lv6)
422:Ice Attack (Lv6)
423:Thunder Attack (Lv6)
424:Dragon Attack (Lv6)
425:Poison Attack (Lv4)
426:Paralysis Attack (Lv4)
427:Sleep Attack (Lv4)
428:Blast Attack (Lv4)
429:Horn Maestro (Lv2)
430:Normal Shots (Lv2)
431:Piercing Shots (Lv2)
432:Spread/Power Shots (Lv2)
433:Provoker (Lv1)
434:Offensive Guard (Lv1)
435:Offensive Guard (Lv2)
436:Offensive Guard (Lv3)
437:Coalescence (Lv1)
438:Coalescence (Lv2)
439:Coalescence (Lv3)
440:Safe Landing (Lv1)
441:Shara Ishvalda Divinity (Lv5)
442:Namielle Divinity (Lv4)
443:Ancient Divinity (Lv2)
444:Instructor's Guidance (Lv2)
445:Anjanath Dominance (Lv2)
446:Rathian Essence (Lv2)
447:Barioth Hidden Art (Lv2)
448:Rathalos Essence (Lv3)
449:Legiana Ambition (Lv3)
450:Odogaron Essence (Lv3)
451:Uragaan Ambition (Lv2)
452:Bazelgeuse Ambition (Lv2)
453:Vaal Soulvein (Lv2)
454:Unavailable (Lv3)
455:Unavailable (Lv3)
456:Nergigante Ambition (Lv2)
457:Kirin Divinity (Lv3)
458:Guild Pride (Lv2)
459:Guild Pride (Lv4)
460:Velkhana Divinity (Lv2)
461:Unavailable (Lv1)
462:Bludgeoner (Lv1)
463:Adrenaline (Lv1)
464:Coldproof (Lv1)
465:Rajang's Rage (Lv2)
466:Rajang's Rage (Lv4)
467:-------- (Lv0)
468:Survivor (Lv2)
469:Survivor (Lv4)
470:-------- (Lv0)
471:-------- (Lv0)
472:Joyful Blessing (Lv3)
473:Joyful Blessing (Lv5)
474:Appreciation Blessing (Lv3)
475:Appreciation Blessing (Lv5)
476:-------- (Lv0)
477:-------- (Lv0)
478:-------- (Lv0)
479:-------- (Lv0)
480:-------- (Lv0)
481:-------- (Lv0)
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listSkillData</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101548</ID>
                      <Description>"listSessionQuest"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">1:Hunt Targets
2:Gather
17:Capture
33:Slay
49:Hunt
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listSessionQuest</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337100032</ID>
                      <Description>"listSessionQuestFlags"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">1:Hunt
2:Slay
4:Capture
8:Delivery
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listSessionQuestFlags</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101031</ID>
                      <Description>"listPendants"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">-1:None
0:Bronze Guild Medal
1:Silver Guild Medal
2:Gold Guild Medal
3:Bronze Sigil Scarf (Red)
4:Bronze Sigil Scarf (Yellow)
5:Bronze Sigil Scarf (Blue)
6:Bronze Sigil Scarf (Pink)
7:Bronze Sigil Scarf (Green)
8:Bronze Sigil Scarf (Gray)
9:Bronze Sigil Scarf (Brown)
10:Silver Sigil Scarf (White)
11:Silver Sigil Scarf (Red)
12:Silver Sigil Scarf (Green)
13:Silver Sigil Scarf (Cyan)
14:Silver Sigil Scarf (Purple)
15:Silver Sigil Scarf (Pink)
16:Silver Sigil Scarf (Orange)
17:Gold Sigil Scarf (Brown)
18:Gold Sigil Scarf (White)
19:Gold Sigil Scarf (Dark Green)
20:Gold Sigil Scarf (Light Green)
21:Gold Sigil Scarf (Purple)
22:Gold Sigil Scarf (Orange)
23:Gold Sigil Scarf (Blue)
24:Guiding Emerald Crystal
25:Guiding Verdant Crystal
26:Guiding Sun Crystal
27:Guiding Dusk Crystal
28:Guiding Morganite Crystal
29:Guiding Celestite Crystal
30:Guiding Citrine Crystal
31:Guiding Diamond Crystal
32:Guiding Crimson Crystal
33:Guiding Hematite Crystal
34:Guiding Glacier Crystal
35:Guiding Tanzanite Crystal
36:Guiding Forest Star
37:Guiding Wasteland Star
38:Guiding Coral Star
39:Guiding Effluvial Star
40:Guiding Magma Star
41:Guiding Rime Star
42:Bronze Hunter Symbol
43:Silver Hunter Symbol
44:Gold Hunter Symbol
45:Diamond Master Symbol
46:Ruby Master Symbol
47:Emerald Master Symbol
48:Amber Master Symbol
49:Sapphire Master Symbol
50:Topaz Master Symbol
51:Amethyst Master Symbol
52:Gold Red Master Symbol
53:Gold Blue Master Symbol
54:Bronze Master Symbol
55:Ice Blue Master Symbol
56:Violet Master Symbol
57:Obsidian Master Symbol
58:Rathalos Red Master Symbol
59:Rathian Green Master Symbol
60:Rathian Pink Master Symbol
61:Blooming Bouquet
62:Sizzling Sun
63:Vampy Nightbat
64:Lucky Crimson Tiger
65:Sky Blue Silverwisp
66:Rajang Claws
67:Furious Rajang Horn
68:Stygian Zinogre Claws
69:Heroic Red Horn
70:Raging Brachydios Shard
71:Alatreon Shard
72:Gold Rathian Claws
73:Silver Rathalos Claws
81:Arch-tempered Velkhana Shard
82:Arch-tempered Namielle Shard
85:Fatalis Legendary Symbol
86:Azure Era Wind Chime
87:HARDDUMMY
88:R.P.D.
89:Umbrella
90:Moly Pendant - Luck
91:Moly Pendant - Health
92:Moly Pendant - Safety
93:Moly Pendant - Love
94:Moly Pendant - Protection
95:Moly Pendant - Passion
96:Moly Pendant - Peace
97:Stuffed Felyne Teddy
98:HARDDUMMY
99:HARDDUMMY
100:HARDDUMMY
101:Blooming Bouquet (Pink)
102:Blooming Bouquet (Orange)
103:Blooming Bouquet (Red)
104:Blooming Bouquet (Blue)
105:Sizzling Sun (Ice)
106:Sizzling Sun (Grape)
107:Sizzling Sun (Dragon)
108:Sizzling Sun (Litchi)
109:Lantern Nightbat
110:Sylph Nightbat
111:Frost Nightbat
112:Pixie Nightbat
113:Lucky Peach Tiger
114:Lucky Green Tiger
115:Lucky Violet Tiger
116:Lucky Sky Blue Tiger
117:Peach Silverwisp
118:Red Silverwisp
119:Blue Silverwisp
120:Green Silverwisp
121:Frostfang Barioth Claws
122:Blooming Bouquet (Green)
123:Blooming Bouquet (Purple)
124:Sizzling Sun (Guava)
125:Sizzling Sun (Lemon)
126:Volt Nightbat
127:Wisp Nightbat
128:Lucky Dark Green Tiger
129:Lucky Orange Tiger
130:Purple Silverwisp
131:Onyx Silverwisp
132:The Tofu Survivor
133:Red Sacred Veil
134:Reb Abyssal Veil
135:White Felyne Teddy
136:Stuffed Melynx Teddy
137:Pink Felyne Teddy
138:Grape Felyne Teddy
139:Mint Felyne Teddy
140:Orange Felyne Teddy
141:Green Sacred Veil
142:Azure Sacred Veil
143:Sky Blue Sacred Veil
144:Purple Sacred Veil
145:Orange Sacred Veil
146:Pink Sacred Veil
147:Green Abyssal Veil
148:Azure Abyssal Veil
149:Sky Blue Abyssal Veil
150:Purple Abyssal Veil
151:Orange Abyssal Veil
152:Pink Abyssal Veil
153:Pukei Strap
154:Coral Pukei Strap
155:Strollin' Paolumu
156:Strollin' Nightshade
157:Swinging Rajang
158:Swinging Furious Rajang
159:Flying Meduso
160:Red Balloon
161:Red &amp; White Balloons
162:Rainbow Balloons
163:Flying Meduso Colony
164:Lone Star Amulet
165:Golden Kulve Pendant
166:Golden Kjárr Pendant
167:Emerald Kulve Heart
168:Ruby Kulve Heart
169:Crystal Kulve Heart
170:Topaz Kulve Heart
171:Sapphire Kulve Heart
172:Rosegem Kulve Heart
173:Heavenly Hog
174:Beelzeboar
175:Gold Heavenly Dragon
176:Silver Heavenly Dragon
177:Meowscular Gains Chain
178:Phantom Azure Butterflies
179:Phantom Jade Butterflies
180:Phantom Magenta Butterflies
181:Mechanical Gold Watch
182:Mechanical Silver Watch
183:Super-8 Mini (Player 1)
184:Super-8 Mini (Player 2)
185:Ruby Crystal Knife
186:Amber Crystal Knife
187:Azure Crystal Knife
188:Fulgurbugs
189:Dracophage Bugs
190:Velkhana Snow Talisman
191:Blazing Glavenus Candle
192:Shocked Kulu-Ya-Ku
194:Savior's Guild Crystal
195:Guiding Bond Crystal
196:HARDDUMMY
</DropDownList>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listPendants</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101177</ID>
                      <Description>"listCoatingSheet"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None / Wyvernblast
1:Power / Wyvernheart
2:Paralysis,Sleep,Blast / Wyvernsnipe
3:Sleep+,Blast
4:Power,Poison+
5:Power,Poison
6:Power
7:Power,Poison,Sleep
8:Paralysis,Poison
9:Power,Sleep
10:Power,Paralysis
11:Paralysis,Poison+
12:Power,Blast
13:Power,Paralysis+
14:Paralysis,Sleep
15:Power
16:Power,Poison,Blast
17:Paralysis,Poison,Sleep,Blast
18:All
19:None
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listCoatingSheet</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101181</ID>
                      <Description>"listElementTypes"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:Fire
2:Water
3:Ice
4:Thunder
5:Dragon
6:Poison
7:Paralysis
8:Sleep
9:Blast
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>listElementTypes</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101222</ID>
                      <Description>"listDeviation"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:None
1:Low
2:Average
3:High
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listDeviation</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101223</ID>
                      <Description>"listKinsectBonus"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Sever
1:Blunt
2:Element
3:Speed
4:Stamina
5:Health
6:Spirit &amp; Strength
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listKinsectBonus</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101225</ID>
                      <Description>"listPhialType"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Impact
1:Power Element Phial
9:Dragon Phial
15:Exaust Phial
27:Paralysis Phial
39:Poison Phial
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listPhialType</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101226</ID>
                      <Description>"listShellingType"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Normal Lv 1
1:Normal Lv 2
2:Normal Lv 3
3:Normal Lv 4
4:Normal Lv 5
5:Wide Lv 1
6:Wide Lv 2
7:Wide Lv 3
8:Wide Lv 4
9:Wide Lv 5
10:Long Lv 1
11:Long Lv 2
12:Long Lv 3
13:Long Lv 4
15:Normal Lv 6
16:Wide Lv 6
17:Long Lv 6
18:Normal Lv 7
19:Wide Lv 7
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listShellingType</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101335</ID>
                      <Description>"listWeather"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Clear
1:Rain
2:Sandstorm
3:Turbulence
4:Acid Rain
5:Unknown (Elder) Kirin
6:Unknown (Elder) Kushala
7:Unknown (Elder) Toestra
8:Unknown
9:Blizzard
10:Unknown
11:Unknown
12:Unknown
13:Unknown (Elder) Velkana
14:Unknown (Elder) Namielle
15:Unknown (Elder) Vaal
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>listWeather</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101361</ID>
                  <Description>"Unbloat Script v2"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

aobscanmodule(unB_raw,MonsterHunterWorld.exe,F3 42 0F 59 04 81)
registersymbol(unB_raw)
unB_raw:
  db 90 90 90 90 90 90
[DISABLE]

unB_raw:
  db F3 42 0F 59 04 81
unregistersymbol(unB_raw)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101349</ID>
                  <Description>"Unlock MHW DLCs"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>aobscanmodule(gDLCMHW,MonsterHunterWorld.exe,74 ?? 8B 53 50 48 8B)

[ENABLE]

gDLCMHW:
  db 90 90 8B 53

registersymbol(gDLCMHW)

[DISABLE]

gDLCMHW:
  db 74 14 8B 53

unregistersymbol(gDLCMHW)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101348</ID>
                  <Description>"Event Server"</Description>
                  <DropDownList>http://cmhe.pythonanywhere.com/:Fake Server
https://api.slg.capcom.jp/prod/:Real Server
https://api.slgdev.capcom.jp/dev:Developer
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>32</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>"MonsterHunterWorld.exe"+05073268</Address>
                  <Offsets>
                    <Offset>8</Offset>
                    <Offset>10</Offset>
                    <Offset>0</Offset>
                    <Offset>C8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101555</ID>
                  <Description>"Bypass Illegal Quests"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

aobscanmodule(INJECT,MonsterHunterWorld.exe,0F B6 D8 41 80 BF 43 2B 00 00 00) // should be unique
alloc(newmem,$1000,INJECT)

label(code)
label(return)

newmem:

code:
  mov rax,#00000000
  movzx ebx,al
  cmp byte ptr [r15+00002B43],00
  jmp return

INJECT:
  jmp newmem
  nop 6
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 0F B6 D8 41 80 BF 43 2B 00 00 00

unregistersymbol(INJECT)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19471</ID>
                  <Description>"Quest Editor"</Description>
                  <Options moHideChildren="1"/>
                  <Color>0000FF</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-29
  Author : Marcus101RR

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(getQuest,MonsterHunterWorld.exe,8B 57 70 48 8B 8C 24 A0 00 00 00) // should be unique
alloc(newmem,$128,MonsterHunterWorld.exe)

label(code)
label(return)

label(gQuest)
registersymbol(gQuest)

label(gMonSlot)
registersymbol(gMonSlot)

newmem:
code:
  pop rcx
  mov [gQuest],rdi
  mov rcx,[gMonSlot]
  lea rcx,[rdi+rcx*4+E0]
  mov [gQuest+10],rcx
  push rcx
  mov edx,[rdi+70]
  mov rcx,[rsp+000000A0]
  jmp return

gQuest:
  dq 0

gMonSlot:
  dd 0

getQuest:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(getQuest)

[DISABLE]

getQuest:
  db 8B 57 70 48 8B 8C 24 A0 00 00 00

unregistersymbol(getQuest)
dealloc(newmem)
unregistersymbol(gQuest)
unregistersymbol(gMonSlot)
{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+EEDAB32

"MonsterHunterWorld.exe"+EEDAB06: 4C 8B 7C 24 38           -  mov r15,[rsp+38]
"MonsterHunterWorld.exe"+EEDAB0B: 49 89 C1                 -  mov r9,rax
"MonsterHunterWorld.exe"+EEDAB0E: 45 89 E0                 -  mov r8d,r12d
"MonsterHunterWorld.exe"+EEDAB11: 49 8B 0F                 -  mov rcx,[r15]
"MonsterHunterWorld.exe"+EEDAB14: E8 B7 5E 7D F2           -  call MonsterHunterWorld.exe+16B09D0
"MonsterHunterWorld.exe"+EEDAB19: 49 83 C7 10              -  add r15,10
"MonsterHunterWorld.exe"+EEDAB1D: 49 83 C6 04              -  add r14,04
"MonsterHunterWorld.exe"+EEDAB21: 48 83 6C 24 40 01        -  sub qword ptr [rsp+40],01
"MonsterHunterWorld.exe"+EEDAB27: 4C 89 7C 24 38           -  mov [rsp+38],r15
"MonsterHunterWorld.exe"+EEDAB2C: 0F 85 4E FF FF FF        -  jne MonsterHunterWorld.exe+EEDAA80
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+EEDAB32: 8B 57 70                 -  mov edx,[rdi+70]
"MonsterHunterWorld.exe"+EEDAB35: 48 8B 8C 24 A0 00 00 00  -  mov rcx,[rsp+000000A0]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+EEDAB3D: E8 1E D1 C8 F2           -  call MonsterHunterWorld.exe+1B67C60
"MonsterHunterWorld.exe"+EEDAB42: 48 8B 8C 24 A0 00 00 00  -  mov rcx,[rsp+000000A0]
"MonsterHunterWorld.exe"+EEDAB4A: 48 8D 15 47 75 2C F4     -  lea rdx,[MonsterHunterWorld.exe+31A2098]
"MonsterHunterWorld.exe"+EEDAB51: E8 FA CF 20 F3           -  call MonsterHunterWorld.exe+20E7B50
"MonsterHunterWorld.exe"+EEDAB56: 31 D2                    -  xor edx,edx
"MonsterHunterWorld.exe"+EEDAB58: 48 89 C1                 -  mov rcx,rax
"MonsterHunterWorld.exe"+EEDAB5B: 48 8B 9C 24 B0 00 00 00  -  mov rbx,[rsp+000000B0]
"MonsterHunterWorld.exe"+EEDAB63: 48 83 C4 60              -  add rsp,60
"MonsterHunterWorld.exe"+EEDAB67: 41 5F                    -  pop r15
"MonsterHunterWorld.exe"+EEDAB69: 41 5E                    -  pop r14
}
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>19472</ID>
                      <Description>"Header"</Description>
                      <DropDownListLink>listQuests</DropDownListLink>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19499</ID>
                      <Description>"Quest Goals"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19500</ID>
                          <Description>"Flags"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>19506</ID>
                              <Description>"Multiple Targets (Same)"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19508</ID>
                              <Description>"Slay"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>1</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19507</ID>
                              <Description>"Capture"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>2</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19509</ID>
                              <Description>"Delivery"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>3</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19510</ID>
                              <Description>"Multiple Targets (Unspecified)"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>4</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19511</ID>
                              <Description>"Scripted Event"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>5</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19512</ID>
                              <Description>"??"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>6</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19513</ID>
                              <Description>"??"</Description>
                              <VariableType>Binary</VariableType>
                              <BitStart>7</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>gQuest</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19504</ID>
                          <Description>"Goal 1"</Description>
                          <DropDownList>0:--None--
2:Delivery
17:Capture Specific Target
33:Slay Specific Target
49:Kill/Capture Specific Target
1025:Kill/Capture X Unspecific Targets
</DropDownList>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>90</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19516</ID>
                          <Description>"Goal 2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>A4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19515</ID>
                          <Description>"Target 1"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19502</ID>
                          <Description>"Target 2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>A2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19501</ID>
                          <Description>"Amount 1"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19503</ID>
                          <Description>"Amount 2"</Description>
                          <VariableType>2 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>AA</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19514</ID>
                      <Description>"Zenny"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19517</ID>
                      <Description>"Faints"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>30</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101284</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>listQuests</DropDownListLink>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>70</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19498</ID>
                      <Description>"Stars"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>74</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101282</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>78</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19536</ID>
                      <Description>"??"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>80</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337101283</ID>
                      <Description>"Map ID"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>84</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19537</ID>
                      <Description>"HR/MR"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>8A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19528</ID>
                      <Description>"HR Reward"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099930</ID>
                      <Description>"Player Spawn Type"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Not Selectable
1:Selectable w/Drunk Bird
2:Selectable w/o Drunk Bird
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>2e0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099928</ID>
                      <Description>"Preset Weather"</Description>
                      <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Random
1:Disabled
2:Forced Weather Type A
3:Forced Weather Type B
5:Elder Fog?
</DropDownList>
                      <VariableType>Byte</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>374</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337099932</ID>
                      <Description>"Player Limit"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>gQuest</Address>
                      <Offsets>
                        <Offset>3a4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19474</ID>
                      <Description>"Monsters"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19518</ID>
                          <Description>"Slot"</Description>
                          <DropDownList ReadOnly="1" DisplayValueAsItem="1">0:Monster 1
1:Monster 2
2:Monster 3
3:Monster 4
4:Monster 5
5:Monster 6
</DropDownList>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gMonSlot</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19473</ID>
                          <Description>"Monster 1"</Description>
                          <Options moManualExpandCollapse="1"/>
                          <DropDownListLink>listMonsters</DropDownListLink>
                          <VariableType>4 Bytes</VariableType>
                          <Address>[gQuest]+[gMonSlot]*4+E0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>19492</ID>
                              <Description>"sObj"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+FC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19476</ID>
                              <Description>"Tempered"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+118</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19477</ID>
                              <Description>"Health"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+134</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19478</ID>
                              <Description>"Damage"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+150</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19479</ID>
                              <Description>"??"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+16C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19480</ID>
                              <Description>"Size"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+188</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19481</ID>
                              <Description>"Size Table"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+1A4</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19482</ID>
                              <Description>"??"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+1C0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19483</ID>
                              <Description>"Defense"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+1DC</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19484</ID>
                              <Description>"Parts"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+1F8</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19485</ID>
                              <Description>"Status"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+214</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19486</ID>
                              <Description>"Status Buildup"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+230</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19487</ID>
                              <Description>"Stun"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+24C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19488</ID>
                              <Description>"Exhaust"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+268</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19489</ID>
                              <Description>"Mount"</Description>
                              <VariableType>4 Bytes</VariableType>
                              <Address>[gQuest]+[gMonSlot]*4+284</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>19530</ID>
                              <Description>"Tempered"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>[gQuest]+[gMonSlot]*1+3CE</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19531</ID>
                      <Description>"Small Monster"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19532</ID>
                          <Description>"sObj"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>2A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19534</ID>
                          <Description>"Health"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>2A4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19533</ID>
                          <Description>"Attack"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>2A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19535</ID>
                          <Description>"Other Stats"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>2AC</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>19521</ID>
                      <Description>"Spawn Rules"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>19519</ID>
                          <Description>"Behavior ID"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>2BC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19520</ID>
                          <Description>"Monster 1"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3D8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19522</ID>
                          <Description>"Monster 2"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3DC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19523</ID>
                          <Description>"Monster 3"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19524</ID>
                          <Description>"Monster 4"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19525</ID>
                          <Description>"Monster 5"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3E8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19526</ID>
                          <Description>"Monster 6"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3EC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>19527</ID>
                          <Description>"Monster 7"</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>gQuest</Address>
                          <Offsets>
                            <Offset>3F0</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1337097855</ID>
          <Description>"[Icon Five Scripts]"</Description>
          <Options moHideChildren="1"/>
          <Color>808000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1337096550</ID>
              <Description>"Inf Stamina"</Description>
              <Color>FF8000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-10-01
  Author : Face007

  This script does blah blah blah
}

[ENABLE]
//F3 0F 10 41 74 F3 0F 5D C2 F3 0F 11 41 6C
aobscanmodule(InfStamina1,MonsterHunterWorld.exe,F3 0F 10 41 74 F3 0F 5D C2)
registersymbol(InfStamina1)

InfStamina1:
  db F3 0F 10 41 74 90 90 90 90
//F3 0F 10 43 7C  F3 41 0F 59 C8 F3 0F 5C C1
aobscanmodule(InfStamina2,MonsterHunterWorld.exe,F3 0F 10 43 7C F3 41)
registersymbol(InfStamina2)

InfStamina2:
  db 90 90 90 90 90
//0F 2F C6 F3 0F 11 43 7C
aobscanmodule(InfStamina3,MonsterHunterWorld.exe,F3 0F 11 43 7C 77 35)


InfStamina3:
  db 90 90 90 90 90
registersymbol(InfStamina3)



[DISABLE]
InfStamina1:
  db F3 0F 10 41 74 F3 0F 5D C2
unregistersymbol(InfStamina1)
InfStamina2:
  db F3 0F 10 43 7C

unregistersymbol(InfStamina2)
InfStamina3:
  db F3 0F 11 43 7C

unregistersymbol(InfStamina3)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>19027</ID>
              <Description>"Max Sharpness"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-10-01
  Author : Face007

  This script does blah blah blah
}
[ENABLE]

aobscanmodule(INJECT,MonsterHunterWorld.exe,8B B9 F8 20 00 00)
alloc(newmem,$1000,"MonsterHunterWorld.exe"+249CEE9A)

label(code)
label(return)

newmem:
  mov [rcx+000020F8],#400
code:
  mov edi,[rcx+000020F8]
  jmp return

INJECT:
  jmp newmem
  nop
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db 8B B9 F8 20 00 00

unregistersymbol(INJECT)
dealloc(newmem)

</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337097852</ID>
              <Description>"Ignore Crafting Requirements "</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-10-01
  Author : Face007

  This script does blah blah blah
}

[ENABLE]
{$lua}
return [[
aobscanmodule( Crafting, ]] .. process .. [[, 40 57 48 83 EC 20 8B F9 83 FA )
registersymbol( Crafting )
alloc( Hook, 0x1000, ]] .. process .. [[ )


Hook:
Crafting:
xor rax,rax
mov eax,#99
ret
]]
{$asm}
[DISABLE]

Crafting:
  db 40 57 48 83 EC 20 8B F9 83 FA

unregistersymbol( Crafting )
dealloc( Hook )
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1337096500</ID>
              <Description>"Unlocking Equipment Manufacturing"</Description>
              <Color>FF8080</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-10-01
  Author : Face007

  This script does blah blah blah
}
[ENABLE]

{$lua}
return [[
aobscanmodule( UnTeam, ]] .. process .. [[, 48 89 5C 24 20 55 56 41 54 41 55 41 56 48 83 EC 20 48 )
registersymbol( UnTeam )
alloc( Hook, 0x1000, ]] .. process .. [[ )


Hook:
UnTeam:
xor rax,rax
mov al,01
ret
]]
{$asm}
//// ------------------------------ DISABLE ------------------------------
[DISABLE]

UnTeam:
db 48 89 5C 24 20 55

dealloc( Hook )
unregistersymbol( UnTeam )
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>19041</ID>
              <Description>"[Weapon Buffs]"</Description>
              <Options moHideChildren="1"/>
              <Color>000080</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>19030</ID>
                  <Description>"Instantly Charged GS"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobGLmax,MonsterHunterWorld.exe,89 B3 58 23 00 00 C6) // should be unique
alloc(newmem,$128,aobGLmax)

label(code)
label(return)

newmem:

code:
//  mov [rbx+00002358],esi
  mov [rbx+00002358],3
  jmp return

aobGLmax:
  jmp newmem
  nop
return:
registersymbol(aobGLmax)

[DISABLE]

aobGLmax:
  db 89 B3 58 23 00 00

unregistersymbol(aobGLmax)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19029</ID>
                  <Description>"Inf Spirit Gauge"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfspg,MonsterHunterWorld.exe,F3 0F 10 87 68 23 00 00 0F) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A02715)

label(code)
label(return)

newmem:
  mov [rdi+00002368],(float)1
  mov [rdi+00002370],3
  mov [rdi+00002374],(float)1
code:
  movss xmm0,[rdi+00002368]
  jmp return

aobinfspg:
  jmp newmem
  nop 3
return:
registersymbol(aobinfspg)

[DISABLE]

aobinfspg:
  db F3 0F 10 87 68 23 00 00

unregistersymbol(aobinfspg)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19031</ID>
                  <Description>"Inf Demon Mode"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfdbdg,MonsterHunterWorld.exe,F3 0F 10 87 6C 23 00 00 F3 0F 5E) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+2051B00)

label(code)
label(return)

newmem:
  mov [rdi+0000236C],(float)1
  mov byte ptr [rdi+00002369],1
code:
  movss xmm0,[rdi+0000236C]
  jmp return

aobinfdbdg:
  jmp newmem
  nop 3
return:
registersymbol(aobinfdbdg)

[DISABLE]

aobinfdbdg:
  db F3 0F 10 87 6C 23 00 00

unregistersymbol(aobinfdbdg)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19077</ID>
                  <Description>"Fully Charged Switch Axe"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-13
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobfcswa,MonsterHunterWorld.exe,F3 0F 10 B1 50 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+A9E3659)

label(code)
label(return)

newmem:
  mov [rcx+00002350],(float)100
code:
  movss xmm6,[rcx+00002350]
  jmp return

aobfcswa:
  jmp newmem
  nop 3
return:
registersymbol(aobfcswa)

[DISABLE]

aobfcswa:
  db F3 0F 10 B1 50 23 00 00

unregistersymbol(aobfcswa)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>10</ID>
                  <Description>"Inf Switch Axe power"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-10-12
  Author : FAce007

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(max,MonsterHunterWorld.exe,F3 0F 10 82 60 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+2144B98)

label(code)
label(return)

newmem:
  mov [rdx+00002360],(float)100
code:
  movss xmm0,[rdx+00002360]
  jmp return

max:
  jmp newmem
  nop 3
return:
registersymbol(max)

[DISABLE]

max:
  db F3 0F 10 82 60 23 00 00

unregistersymbol(max)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+2144B98

"MonsterHunterWorld.exe"+2144B6C: 48 85 C9                 -  test rcx,rcx
"MonsterHunterWorld.exe"+2144B6F: 74 34                    -  je MonsterHunterWorld.exe+2144BA5
"MonsterHunterWorld.exe"+2144B71: 8B 82 F0 24 00 00        -  mov eax,[rdx+000024F0]
"MonsterHunterWorld.exe"+2144B77: 0F BF 8C 41 BA 08 00 00  -  movsx ecx,word ptr [rcx+rax*2+000008BA]
"MonsterHunterWorld.exe"+2144B7F: 66 0F 6E C9              -  movd xmm1,ecx
"MonsterHunterWorld.exe"+2144B83: 0F 5B C9                 -  cvtdq2ps xmm1,xmm1
"MonsterHunterWorld.exe"+2144B86: 0F 2F 0D 03 C2 D5 00     -  comiss xmm1,[MonsterHunterWorld.exe+2EA0D90]
"MonsterHunterWorld.exe"+2144B8D: 77 09                    -  ja MonsterHunterWorld.exe+2144B98
"MonsterHunterWorld.exe"+2144B8F: F3 0F 10 05 09 C2 D5 00  -  movss xmm0,[MonsterHunterWorld.exe+2EA0DA0]
"MonsterHunterWorld.exe"+2144B97: C3                       -  ret 
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+2144B98: F3 0F 10 82 60 23 00 00  -  movss xmm0,[rdx+00002360]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+2144BA0: F3 0F 5E C1              -  divss xmm0,xmm1
"MonsterHunterWorld.exe"+2144BA4: C3                       -  ret 
"MonsterHunterWorld.exe"+2144BA5: 0F 57 C0                 -  xorps xmm0,xmm0
"MonsterHunterWorld.exe"+2144BA8: C3                       -  ret 
"MonsterHunterWorld.exe"+2144BA9: CC                       -  int 3 
"MonsterHunterWorld.exe"+2144BAA: CC                       -  int 3 
"MonsterHunterWorld.exe"+2144BAB: CC                       -  int 3 
"MonsterHunterWorld.exe"+2144BAC: CC                       -  int 3 
"MonsterHunterWorld.exe"+2144BAD: CC                       -  int 3 
"MonsterHunterWorld.exe"+2144BAE: CC                       -  int 3 
}
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19906</ID>
                  <Description>"Inf GL Ammo/Wyrmstake"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-16
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfglammows,MonsterHunterWorld.exe,8B 82 6C 23 00 00 89 81) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+891577A)

label(code)
label(return)

newmem:
  push [rdx+00002368]
  pop [rdx+0000236C]
  mov [rdx+00002378],1
code:
  mov eax,[rdx+0000236C]
  jmp return

aobinfglammows:
  jmp newmem
  nop
return:
registersymbol(aobinfglammows)

[DISABLE]

aobinfglammows:
  db 8B 82 6C 23 00 00

unregistersymbol(aobinfglammows)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19907</ID>
                  <Description>"No GL Cooldown"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-16
  Author : Squall8
}

[ENABLE]

aobscanmodule(noglcd,MonsterHunterWorld.exe,F3 0F 11 4B 10 77) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+A62BA0B)

label(code)
label(return)

newmem:
  xorps xmm1,xmm1
code:
  movss [rbx+10],xmm1
  jmp return

noglcd:
  jmp newmem
return:
registersymbol(noglcd)

[DISABLE]

noglcd:
  db F3 0F 11 4B 10

unregistersymbol(noglcd)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19032</ID>
                  <Description>"Inf Charge Blade Phials + Always White"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobcbpaw,MonsterHunterWorld.exe,8B 87 74 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+8913F2C)

label(code)
label(return)

newmem:
  mov [rdi+00002374],6
  mov word ptr [rdi+00002372],0
code:
  mov eax,[rdi+00002374]
  jmp return

aobcbpaw:
  jmp newmem
  nop
return:
registersymbol(aobcbpaw)

[DISABLE]

aobcbpaw:
  db 8B 87 74 23 00 00

unregistersymbol(aobcbpaw)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101502</ID>
                  <Description>"Inf Charge Blade Sword Charge"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfchswc,MonsterHunterWorld.exe,F3 0F 10 83 7C 23 00 00 0F) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A355BE)

label(code)
label(return)

newmem:
  mov [rbx+0000237C],(float)50
code:
  movss xmm0,[rbx+0000237C]
  jmp return

aobinfchswc:
  jmp newmem
  nop 3
return:
registersymbol(aobinfchswc)

[DISABLE]

aobinfchswc:
  db F3 0F 10 83 7C 23 00 00

unregistersymbol(aobinfchswc)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101503</ID>
                  <Description>"Inf Charge Blade Shield Charge"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-10
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfchshc,MonsterHunterWorld.exe,F3 0F 10 8B 78 23 00 00 0F 2F 8F) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A35611)

label(code)
label(return)

newmem:
  mov [rbx+00002378],(float)50
code:
  movss xmm1,[rbx+00002378]
  jmp return

aobinfchshc:
  jmp newmem
  nop 3
return:
registersymbol(aobinfchshc)

[DISABLE]

aobinfchshc:
  db F3 0F 10 8B 78 23 00 00

unregistersymbol(aobinfchshc)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19068</ID>
                  <Description>"Inf Extract Duration"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-11
  Author : Squall8
}

[ENABLE]

aobscanmodule(aobinfigex,MonsterHunterWorld.exe,0F 2F 84 81 68 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A3F0DD)

label(code)
label(return)

newmem:
  mov [rcx+rax*4+00002368],(float)150
code:
  comiss xmm0,[rcx+rax*4+00002368]
  jmp return

aobinfigex:
  jmp newmem
  nop 3
return:
registersymbol(aobinfigex)

[DISABLE]

aobinfigex:
  db 0F 2F 84 81 68 23 00 00

unregistersymbol(aobinfigex)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19071</ID>
                  <Description>"Inf Insect Glaive Stamina"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-11
  Author : Squall8
}

[ENABLE]

aobscanmodule(infigstam,MonsterHunterWorld.exe,F3 0F 11 87 8C 0A 00 00 EB)
registersymbol(infigstam)

infigstam:
  db 90 90 90 90 90 90 90 90

[DISABLE]

infigstam:
  db F3 0F 11 87 8C 0A 00 00

unregistersymbol(infigstam)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>19072</ID>
                  <Description>"Inf Insect Glaive Jumping Attack"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-11
  Author : Squall8
}

[ENABLE]

aobscanmodule(infigja,MonsterHunterWorld.exe,FF 81 28 24 00 00)
registersymbol(infigja)

infigja:
  db 90 90 90 90 90 90

[DISABLE]

infigja:
  db FF 81 28 24 00 00

unregistersymbol(infigja)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337101504</ID>
                  <Description>"Bowgun No Reload"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-02-07
  Author : Squall8
}

[ENABLE]

aobscanmodule(bgnr,MonsterHunterWorld.exe,83 BC D7 A8 23 00 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+CEE9483)

label(code)
label(return)

newmem:
  cmp [rdi+rdx*8+000023A8],1
  jg code
  mov [rdi+rdx*8+000023A8],2
code:
  cmp dword ptr [rdi+rdx*8+000023A8],00
  jmp return

bgnr:
  jmp newmem
  nop 3
return:
registersymbol(bgnr)

[DISABLE]

bgnr:
  db 83 BC D7 A8 23 00 00 00

unregistersymbol(bgnr)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>1337096543</ID>
                  <Description>"HBG Special Ammo Recharge Mult"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337096542</ID>
                      <Description>"Inf Wyvernheart"</Description>
                      <VariableType>Auto Assembler Script</VariableType>
                      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version:
  Date   : 2020-06-11
  Author : Administrator

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,MonsterHunterWorld.exe,F3 0F 11 91 58 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+20E3F782)

INJECT:
	db 90 90 90 90 90 90 90 90
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db F3 0F 11 91 58 23 00 00

unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+20E3F782

"MonsterHunterWorld.exe"+20E3F758: 4C 0B 24 24                    -  or r12,[rsp]
"MonsterHunterWorld.exe"+20E3F75C: 4C 89 34 24                    -  mov [rsp],r14
"MonsterHunterWorld.exe"+20E3F760: 4C 8D 35 B9 7B 2E F9           -  lea r14,[MonsterHunterWorld.exe+1A127320]
"MonsterHunterWorld.exe"+20E3F767: 4C 87 34 24                    -  xchg [rsp],r14
"MonsterHunterWorld.exe"+20E3F76B: C3                             -  ret
"MonsterHunterWorld.exe"+20E3F76C: 0F 1F 40 00                    -  nop dword ptr [rax+00]
"MonsterHunterWorld.exe"+20E3F770: F3 0F 10 91 58 23 00 00        -  movss xmm2,[rcx+00002358]
"MonsterHunterWorld.exe"+20E3F778: 0F 57 C0                       -  xorps xmm0,xmm0
"MonsterHunterWorld.exe"+20E3F77B: F3 0F 5C D1                    -  subss xmm2,xmm1
"MonsterHunterWorld.exe"+20E3F77F: 0F 2F D0                       -  comiss xmm2,xmm0
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+20E3F782: F3 0F 11 91 58 23 00 00        -  movss [rcx+00002358],xmm2
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+20E3F78A: 77 0A                          -  ja MonsterHunterWorld.exe+20E3F796
"MonsterHunterWorld.exe"+20E3F78C: C7 81 58 23 00 00 00 00 00 00  -  mov [rcx+00002358],00000000
"MonsterHunterWorld.exe"+20E3F796: C3                             -  ret
"MonsterHunterWorld.exe"+20E3F797: 48 21 14 24                    -  and [rsp],rdx
"MonsterHunterWorld.exe"+20E3F79B: 5A                             -  pop rdx
"MonsterHunterWorld.exe"+20E3F79C: 48 F7 D0                       -  not rax
"MonsterHunterWorld.exe"+20E3F79F: 48 01 C2                       -  add rdx,rax
"MonsterHunterWorld.exe"+20E3F7A2: 48 F7 D0                       -  not rax
"MonsterHunterWorld.exe"+20E3F7A5: 4C 29 D0                       -  sub rax,r10
"MonsterHunterWorld.exe"+20E3F7A8: 4C 21 D2                       -  and rdx,r10
}
</AssemblerScript>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096539</ID>
                      <Description>"Wyvernheart Multiplier"</Description>
                      <VariableType>Auto Assembler Script</VariableType>
                      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-04-10
  Author : 38966

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(INJECT,MonsterHunterWorld.exe,F3 0F 59 C6 F3 0F 58 83 60 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A819DB)
registersymbol(ptrwyv)
label(code)
label(return)
label(ptrwyv)
newmem:
  mulss xmm6,[ptrwyv]
code:
  mulss xmm0,xmm6
  addss xmm0,[rbx+00002360]
  jmp return
ptrwyv:
dq (float)200
INJECT:
  jmp newmem
  nop 7
return:
registersymbol(INJECT)

[DISABLE]

INJECT:
  db F3 0F 59 C6 F3 0F 58 83 60 23 00 00
unregistersymbol(ptrwyv)
unregistersymbol(INJECT)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+24A819DB

"MonsterHunterWorld.exe"+24A8195E: 48 85 C9                       -  test rcx,rcx
"MonsterHunterWorld.exe"+24A81961: 74 51                          -  je MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81963: F6 41 0C 0E                    -  test byte ptr [rcx+0C],0E
"MonsterHunterWorld.exe"+24A81967: 74 4B                          -  je MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81969: 80 B9 A8 76 00 00 00           -  cmp byte ptr [rcx+000076A8],00
"MonsterHunterWorld.exe"+24A81970: 75 42                          -  jne MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81972: 48 8B 89 20 7D 00 00           -  mov rcx,[rcx+00007D20]
"MonsterHunterWorld.exe"+24A81979: F3 0F 10 73 68                 -  movss xmm6,[rbx+68]
"MonsterHunterWorld.exe"+24A8197E: E8 2D D6 68 DC                 -  call MonsterHunterWorld.exe+110EFB0
"MonsterHunterWorld.exe"+24A81983: F3 0F 59 B7 AC 09 00 00        -  mulss xmm6,[rdi+000009AC]
"MonsterHunterWorld.exe"+24A8198B: F3 0F 59 C6                    -  mulss xmm0,xmm6
"MonsterHunterWorld.exe"+24A8198F: F3 0F 58 83 58 23 00 00        -  addss xmm0,[rbx+00002358]
"MonsterHunterWorld.exe"+24A81997: F3 0F 11 83 58 23 00 00        -  movss [rbx+00002358],xmm0
"MonsterHunterWorld.exe"+24A8199F: F3 0F 10 8F A0 09 00 00        -  movss xmm1,[rdi+000009A0]
"MonsterHunterWorld.exe"+24A819A7: 0F 2F C1                       -  comiss xmm0,xmm1
"MonsterHunterWorld.exe"+24A819AA: 72 08                          -  jb MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A819AC: F3 0F 11 8B 58 23 00 00        -  movss [rbx+00002358],xmm1
"MonsterHunterWorld.exe"+24A819B4: 0F B6 87 18 0B 00 00           -  movzx eax,byte ptr [rdi+00000B18]
"MonsterHunterWorld.exe"+24A819BB: 39 83 5C 23 00 00              -  cmp [rbx+0000235C],eax
"MonsterHunterWorld.exe"+24A819C1: 7D 62                          -  jnl MonsterHunterWorld.exe+24A81A25
"MonsterHunterWorld.exe"+24A819C3: 48 8B 83 B0 09 00 00           -  mov rax,[rbx+000009B0]
"MonsterHunterWorld.exe"+24A819CA: F3 0F 10 73 68                 -  movss xmm6,[rbx+68]
"MonsterHunterWorld.exe"+24A819CF: 48 8B 88 20 7D 00 00           -  mov rcx,[rax+00007D20]
"MonsterHunterWorld.exe"+24A819D6: E8 D5 D5 68 DC                 -  call MonsterHunterWorld.exe+110EFB0
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+24A819DB: F3 0F 59 C6                    -  mulss xmm0,xmm6
"MonsterHunterWorld.exe"+24A819DF: F3 0F 58 83 60 23 00 00        -  addss xmm0,[rbx+00002360]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+24A819E7: F3 0F 11 83 60 23 00 00        -  movss [rbx+00002360],xmm0
"MonsterHunterWorld.exe"+24A819EF: F3 0F 10 8F 1C 0B 00 00        -  movss xmm1,[rdi+00000B1C]
"MonsterHunterWorld.exe"+24A819F7: 0F 2F C1                       -  comiss xmm0,xmm1
"MonsterHunterWorld.exe"+24A819FA: 72 33                          -  jb MonsterHunterWorld.exe+24A81A2F
"MonsterHunterWorld.exe"+24A819FC: FF 83 5C 23 00 00              -  inc [rbx+0000235C]
"MonsterHunterWorld.exe"+24A81A02: F3 0F 5C C1                    -  subss xmm0,xmm1
"MonsterHunterWorld.exe"+24A81A06: F3 0F 11 83 60 23 00 00        -  movss [rbx+00002360],xmm0
"MonsterHunterWorld.exe"+24A81A0E: 0F B6 87 18 0B 00 00           -  movzx eax,byte ptr [rdi+00000B18]
"MonsterHunterWorld.exe"+24A81A15: 39 83 5C 23 00 00              -  cmp [rbx+0000235C],eax
"MonsterHunterWorld.exe"+24A81A1B: 7E 12                          -  jle MonsterHunterWorld.exe+24A81A2F
"MonsterHunterWorld.exe"+24A81A1D: 89 83 5C 23 00 00              -  mov [rbx+0000235C],eax
"MonsterHunterWorld.exe"+24A81A23: EB 0A                          -  jmp MonsterHunterWorld.exe+24A81A2F
"MonsterHunterWorld.exe"+24A81A25: C7 83 60 23 00 00 00 00 00 00  -  mov [rbx+00002360],00000000
"MonsterHunterWorld.exe"+24A81A2F: 8B 83 C8 27 00 00              -  mov eax,[rbx+000027C8]
"MonsterHunterWorld.exe"+24A81A35: 0F 28 74 24 20                 -  movaps xmm6,[rsp+20]
"MonsterHunterWorld.exe"+24A81A3A: 48 8B 7C 24 70                 -  mov rdi,[rsp+70]
"MonsterHunterWorld.exe"+24A81A3F: 39 83 CC 27 00 00              -  cmp [rbx+000027CC],eax
"MonsterHunterWorld.exe"+24A81A45: 74 13                          -  je MonsterHunterWorld.exe+24A81A5A
"MonsterHunterWorld.exe"+24A81A47: 89 83 CC 27 00 00              -  mov [rbx+000027CC],eax
"MonsterHunterWorld.exe"+24A81A4D: C6 83 D8 27 00 00 01           -  mov byte ptr [rbx+000027D8],01
"MonsterHunterWorld.exe"+24A81A54: 48 83 C4 50                    -  add rsp,50
"MonsterHunterWorld.exe"+24A81A58: 5B                             -  pop rbx
"MonsterHunterWorld.exe"+24A81A59: C3                             -  ret 
"MonsterHunterWorld.exe"+24A81A5A: C6 83 D8 27 00 00 00           -  mov byte ptr [rbx+000027D8],00
}
</AssemblerScript>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096541</ID>
                      <Description>"Wyvernsnipe Multiplier"</Description>
                      <VariableType>Auto Assembler Script</VariableType>
                      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-04-10
  Author : 38966

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(aobwyren,MonsterHunterWorld.exe,F3 0F 59 C6 F3 0F 58 83 58 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+24A8198B)
label(wyvernsniperechargemultx)
label(code)
label(return)
registersymbol(wyvernsniperechargemultx)
newmem:
  mulss xmm6,[wyvernsniperechargemultx]
code:
  mulss xmm0,xmm6
  addss xmm0,[rbx+00002358]
  jmp return
wyvernsniperechargemultx:
  dq (float)200
aobwyren:
  jmp newmem
  nop 7
return:
registersymbol(aobwyren)

[DISABLE]

aobwyren:
  db F3 0F 59 C6 F3 0F 58 83 58 23 00 00
unregistersymbol(wyvernsniperechargemultx)
unregistersymbol(aobwyren)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+24A8198B

"MonsterHunterWorld.exe"+24A81925: 41 B8 0F 00 00 00              -  mov r8d,0000000F
"MonsterHunterWorld.exe"+24A8192B: 48 89 D9                       -  mov rcx,rbx
"MonsterHunterWorld.exe"+24A8192E: E8 3D 14 5C DD                 -  call MonsterHunterWorld.exe+2042D70
"MonsterHunterWorld.exe"+24A81933: 48 8B 8B B0 09 00 00           -  mov rcx,[rbx+000009B0]
"MonsterHunterWorld.exe"+24A8193A: 48 85 C9                       -  test rcx,rcx
"MonsterHunterWorld.exe"+24A8193D: 74 0F                          -  je MonsterHunterWorld.exe+24A8194E
"MonsterHunterWorld.exe"+24A8193F: F6 41 0C 0E                    -  test byte ptr [rcx+0C],0E
"MonsterHunterWorld.exe"+24A81943: 74 09                          -  je MonsterHunterWorld.exe+24A8194E
"MonsterHunterWorld.exe"+24A81945: 48 8B B9 10 78 00 00           -  mov rdi,[rcx+00007810]
"MonsterHunterWorld.exe"+24A8194C: EB 02                          -  jmp MonsterHunterWorld.exe+24A81950
"MonsterHunterWorld.exe"+24A8194E: 31 FF                          -  xor edi,edi
"MonsterHunterWorld.exe"+24A81950: 80 BB 50 23 00 00 00           -  cmp byte ptr [rbx+00002350],00
"MonsterHunterWorld.exe"+24A81957: 0F 29 74 24 20                 -  movaps [rsp+20],xmm6
"MonsterHunterWorld.exe"+24A8195C: 74 14                          -  je MonsterHunterWorld.exe+24A81972
"MonsterHunterWorld.exe"+24A8195E: 48 85 C9                       -  test rcx,rcx
"MonsterHunterWorld.exe"+24A81961: 74 51                          -  je MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81963: F6 41 0C 0E                    -  test byte ptr [rcx+0C],0E
"MonsterHunterWorld.exe"+24A81967: 74 4B                          -  je MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81969: 80 B9 A8 76 00 00 00           -  cmp byte ptr [rcx+000076A8],00
"MonsterHunterWorld.exe"+24A81970: 75 42                          -  jne MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A81972: 48 8B 89 20 7D 00 00           -  mov rcx,[rcx+00007D20]
"MonsterHunterWorld.exe"+24A81979: F3 0F 10 73 68                 -  movss xmm6,[rbx+68]
"MonsterHunterWorld.exe"+24A8197E: E8 2D D6 68 DC                 -  call MonsterHunterWorld.exe+110EFB0
"MonsterHunterWorld.exe"+24A81983: F3 0F 59 B7 AC 09 00 00        -  mulss xmm6,[rdi+000009AC]
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+24A8198B: F3 0F 59 C6                    -  mulss xmm0,xmm6
"MonsterHunterWorld.exe"+24A8198F: F3 0F 58 83 58 23 00 00        -  addss xmm0,[rbx+00002358]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+24A81997: F3 0F 11 83 58 23 00 00        -  movss [rbx+00002358],xmm0
"MonsterHunterWorld.exe"+24A8199F: F3 0F 10 8F A0 09 00 00        -  movss xmm1,[rdi+000009A0]
"MonsterHunterWorld.exe"+24A819A7: 0F 2F C1                       -  comiss xmm0,xmm1
"MonsterHunterWorld.exe"+24A819AA: 72 08                          -  jb MonsterHunterWorld.exe+24A819B4
"MonsterHunterWorld.exe"+24A819AC: F3 0F 11 8B 58 23 00 00        -  movss [rbx+00002358],xmm1
"MonsterHunterWorld.exe"+24A819B4: 0F B6 87 18 0B 00 00           -  movzx eax,byte ptr [rdi+00000B18]
"MonsterHunterWorld.exe"+24A819BB: 39 83 5C 23 00 00              -  cmp [rbx+0000235C],eax
"MonsterHunterWorld.exe"+24A819C1: 7D 62                          -  jnl MonsterHunterWorld.exe+24A81A25
"MonsterHunterWorld.exe"+24A819C3: 48 8B 83 B0 09 00 00           -  mov rax,[rbx+000009B0]
"MonsterHunterWorld.exe"+24A819CA: F3 0F 10 73 68                 -  movss xmm6,[rbx+68]
"MonsterHunterWorld.exe"+24A819CF: 48 8B 88 20 7D 00 00           -  mov rcx,[rax+00007D20]
"MonsterHunterWorld.exe"+24A819D6: E8 D5 D5 68 DC                 -  call MonsterHunterWorld.exe+110EFB0
"MonsterHunterWorld.exe"+24A819DB: F3 0F 59 C6                    -  mulss xmm0,xmm6
"MonsterHunterWorld.exe"+24A819DF: F3 0F 58 83 60 23 00 00        -  addss xmm0,[rbx+00002360]
"MonsterHunterWorld.exe"+24A819E7: F3 0F 11 83 60 23 00 00        -  movss [rbx+00002360],xmm0
"MonsterHunterWorld.exe"+24A819EF: F3 0F 10 8F 1C 0B 00 00        -  movss xmm1,[rdi+00000B1C]
"MonsterHunterWorld.exe"+24A819F7: 0F 2F C1                       -  comiss xmm0,xmm1
"MonsterHunterWorld.exe"+24A819FA: 72 33                          -  jb MonsterHunterWorld.exe+24A81A2F
"MonsterHunterWorld.exe"+24A819FC: FF 83 5C 23 00 00              -  inc [rbx+0000235C]
"MonsterHunterWorld.exe"+24A81A02: F3 0F 5C C1                    -  subss xmm0,xmm1
"MonsterHunterWorld.exe"+24A81A06: F3 0F 11 83 60 23 00 00        -  movss [rbx+00002360],xmm0
"MonsterHunterWorld.exe"+24A81A0E: 0F B6 87 18 0B 00 00           -  movzx eax,byte ptr [rdi+00000B18]
"MonsterHunterWorld.exe"+24A81A15: 39 83 5C 23 00 00              -  cmp [rbx+0000235C],eax
"MonsterHunterWorld.exe"+24A81A1B: 7E 12                          -  jle MonsterHunterWorld.exe+24A81A2F
}
</AssemblerScript>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337096544</ID>
                      <Description>"Wyvernheart Rapidfire"</Description>
                      <VariableType>Auto Assembler Script</VariableType>
                      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-04-10
  Author : 38966

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(wyvernheartrapidfire,MonsterHunterWorld.exe,F3 0F 10 83 A4 09 00 00 F3 0F 58 86) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+222CD637)
label(rff)
label(code)
label(return)
registersymbol(wyvernheartrapidfire)
registersymbol(rff)
newmem:
  cmp [rff],1
  jne code
  mov [rbx+000009A4],0
  movss xmm0,[rbx+000009A4]
  jmp return

code:
  mov [rbx+000009A4],(float)0.2
  movss xmm0,[rbx+000009A4]
  jmp return
rff:
  dq 1
wyvernheartrapidfire:
  jmp newmem
  nop 3
return:
registersymbol(wyvernheartrapidfire)

[DISABLE]

wyvernheartrapidfire:
  db F3 0F 10 83 A4 09 00 00

unregistersymbol(wyvernheartrapidfire)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "MonsterHunterWorld.exe"+222CD637

"MonsterHunterWorld.exe"+222CD5DA: 57                       -  push rdi
"MonsterHunterWorld.exe"+222CD5DB: 48 83 EC 30              -  sub rsp,30
"MonsterHunterWorld.exe"+222CD5DF: 48 8B 41 28              -  mov rax,[rcx+28]
"MonsterHunterWorld.exe"+222CD5E3: 48 89 CE                 -  mov rsi,rcx
"MonsterHunterWorld.exe"+222CD5E6: 48 8B B8 B0 76 00 00     -  mov rdi,[rax+000076B0]
"MonsterHunterWorld.exe"+222CD5ED: 48 85 FF                 -  test rdi,rdi
"MonsterHunterWorld.exe"+222CD5F0: 74 06                    -  je MonsterHunterWorld.exe+222CD5F8
"MonsterHunterWorld.exe"+222CD5F2: F6 47 0C 0E              -  test byte ptr [rdi+0C],0E
"MonsterHunterWorld.exe"+222CD5F6: 75 02                    -  jne MonsterHunterWorld.exe+222CD5FA
"MonsterHunterWorld.exe"+222CD5F8: 31 FF                    -  xor edi,edi
"MonsterHunterWorld.exe"+222CD5FA: 48 89 F9                 -  mov rcx,rdi
"MonsterHunterWorld.exe"+222CD5FD: E8 9E 09 D8 DF           -  call MonsterHunterWorld.exe+204DFA0
"MonsterHunterWorld.exe"+222CD602: 48 8B 4E 28              -  mov rcx,[rsi+28]
"MonsterHunterWorld.exe"+222CD606: 48 89 C3                 -  mov rbx,rax
"MonsterHunterWorld.exe"+222CD609: E8 C2 80 BD DF           -  call MonsterHunterWorld.exe+1EA56D0
"MonsterHunterWorld.exe"+222CD60E: 48 89 C2                 -  mov rdx,rax
"MonsterHunterWorld.exe"+222CD611: C6 44 24 20 01           -  mov byte ptr [rsp+20],01
"MonsterHunterWorld.exe"+222CD616: 41 B9 FF FF FF FF        -  mov r9d,FFFFFFFF
"MonsterHunterWorld.exe"+222CD61C: 41 B0 01                 -  mov r8l,01
"MonsterHunterWorld.exe"+222CD61F: 48 89 F9                 -  mov rcx,rdi
"MonsterHunterWorld.exe"+222CD622: E8 49 04 DB DF           -  call MonsterHunterWorld.exe+207DA70
"MonsterHunterWorld.exe"+222CD627: F3 0F 10 8B A8 09 00 00  -  movss xmm1,[rbx+000009A8]
"MonsterHunterWorld.exe"+222CD62F: 48 89 F9                 -  mov rcx,rdi
"MonsterHunterWorld.exe"+222CD632: E8 39 38 DB DF           -  call MonsterHunterWorld.exe+2080E70
// ---------- INJECTING HERE ----------
"MonsterHunterWorld.exe"+222CD637: F3 0F 10 83 A4 09 00 00  -  movss xmm0,[rbx+000009A4]
// ---------- DONE INJECTING  ----------
"MonsterHunterWorld.exe"+222CD63F: F3 0F 58 86 98 00 00 00  -  addss xmm0,[rsi+00000098]
"MonsterHunterWorld.exe"+222CD647: 48 8B 5C 24 40           -  mov rbx,[rsp+40]
"MonsterHunterWorld.exe"+222CD64C: F3 0F 11 86 98 00 00 00  -  movss [rsi+00000098],xmm0
"MonsterHunterWorld.exe"+222CD654: 48 8B 74 24 48           -  mov rsi,[rsp+48]
"MonsterHunterWorld.exe"+222CD659: 48 83 C4 30              -  add rsp,30
"MonsterHunterWorld.exe"+222CD65D: 5F                       -  pop rdi
"MonsterHunterWorld.exe"+222CD65E: C3                       -  ret 
"MonsterHunterWorld.exe"+222CD65F: CC                       -  int 3 
"MonsterHunterWorld.exe"+222CD660: 4C 8D 05 52 1E 44 04     -  lea r8,[MonsterHunterWorld.exe+2670F4B9]
"MonsterHunterWorld.exe"+222CD667: 4C 01 14 24              -  add [rsp],r10
"MonsterHunterWorld.exe"+222CD66B: 4C 8B 24 24              -  mov r12,[rsp]
"MonsterHunterWorld.exe"+222CD66F: 48 83 C4 08              -  add rsp,08
"MonsterHunterWorld.exe"+222CD673: 4D 63 24 24              -  movsxd  r12,dword ptr [r12]
"MonsterHunterWorld.exe"+222CD677: 4D 01 C4                 -  add r12,r8
"MonsterHunterWorld.exe"+222CD67A: 41 FF E4                 -  jmp r12
"MonsterHunterWorld.exe"+222CD67D: 41 89 D1                 -  mov r9d,edx
"MonsterHunterWorld.exe"+222CD680: 31 D2                    -  xor edx,edx
"MonsterHunterWorld.exe"+222CD682: 58                       -  pop rax
"MonsterHunterWorld.exe"+222CD683: 8A 96 74 04 00 00        -  mov dl,[rsi+00000474]
"MonsterHunterWorld.exe"+222CD689: 9C                       -  pushfq 
"MonsterHunterWorld.exe"+222CD68A: 40 30 FF                 -  xor dil,dil
"MonsterHunterWorld.exe"+222CD68D: 40 32 BE 39 04 00 00     -  xor dil,[rsi+00000439]
"MonsterHunterWorld.exe"+222CD694: 9D                       -  popfq 
"MonsterHunterWorld.exe"+222CD695: 48 8D 64 24 F8           -  lea rsp,[rsp-08]
}
</AssemblerScript>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1337097837</ID>
                      <Description>"No Recoil"</Description>
                      <VariableType>Auto Assembler Script</VariableType>
                      <AssemblerScript>[ENABLE]
aobscanmodule(Bowngun,MonsterHunterWorld.exe,48 63 86 74 38 01 00) // should be unique
alloc(BowHOCK,$1000,Bowngun)
registersymbol(Bowngun)
label(o_code)
label(n_code)
label(returnheres)
registersymbol(p_Bowngun)
BowHOCK:
cmp [p_Bowngun],1
jne o_code
n_code:
mov dword ptr[rbx+2368+0],#4   //recoil
mov dword ptr[rbx+2368+4],#4   //reload
mov dword ptr[rbx+2368+8],#3   //deviation
mov dword ptr[rbx+2368+C],#3   //close-range
mov dword ptr[rbx+2368+10],#3  //ranged atk up
mov dword ptr[rbx+2368+14],#4  //shield
mov dword ptr[rbx+2368+18],#1  //special scope
mov dword ptr[rbx+2368+1C],#3  //evading reload
mov dword ptr[rbx+2368+20],#1  //wyvernheart mod
mov dword ptr[rbx+2368+24],#1  //wyvernsnipe
mov dword ptr[rbx+2368+28],#1  //wyvernblast
mov dword ptr[rbx+2368+2C],#1  //power
mov dword ptr[rbx+2368+30],#1  //long
movsxd  rax,dword ptr [rsi+00013874]
cmp eax,0C
ja short @f
dec [rbx+rax*4+2368]
@@:
movsxd  rax,dword ptr [rsi+00013878]
cmp eax,0C
ja short @f
dec [rbx+rax*4+2368]
@@:
movsxd  rax,dword ptr [rsi+0001387C]
cmp eax,0C
ja short @f
dec [rbx+rax*4+2368]
@@:
movsxd  rax,dword ptr [rsi+00013880]
jmp returnheres
o_code:
  movsxd  rax,dword ptr [rsi+00013874]
  jmp returnheres
p_Bowngun:
dd 0
Bowngun:
  jmp BowHOCK
  nop 2
returnheres:
[DISABLE]
Bowngun:
  db 48 63 86 74 38 01 00
unregistersymbol(p_Bowngun)
unregistersymbol(Bowngun)
dealloc(BowHOCK)
</AssemblerScript>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>19080</ID>
                  <Description>"Max Bow Charge"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

aobscanmodule(max,MonsterHunterWorld.exe,89 BB B4 23 00 00) // should be unique
alloc(newmem,$1000,"MonsterHunterWorld.exe"+20E1E5FE)

label(code)
label(return)

newmem:

code:
  mov [rbx+000023B4],3
  jmp return

max:
  jmp newmem
  nop
return:
registersymbol(max)

[DISABLE]

max:
  db 89 BB B4 23 00 00

unregistersymbol(max)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Expeditions</Description>
      <AddressString>MonsterHunterWorld.exe+1352EFA</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>48</Byte>
        <Byte>8D</Byte>
        <Byte>04</Byte>
        <Byte>49</Byte>
      </Before>
      <Actual>
        <Byte>F2</Byte>
        <Byte>41</Byte>
        <Byte>0F</Byte>
        <Byte>10</Byte>
        <Byte>44</Byte>
        <Byte>C2</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>49</Byte>
        <Byte>8D</Byte>
        <Byte>0C</Byte>
        <Byte>C2</Byte>
        <Byte>48</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>pot_vhigh</Name>
      <Address>4051E398</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ls_vhigh</Name>
      <Address>4051E028</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>marker_bb</Name>
      <Address>4051E0F0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>loot_nemgear</Name>
      <Address>3FA03C48</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_investigation</Name>
      <Address>152DC004C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_investigation</Name>
      <Address>14E3AA817</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_investigation_ms</Name>
      <Address>14E62E041</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_invoffsets</Name>
      <Address>14CFA52C7</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_statsmission</Name>
      <Address>149FAA6C4</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_palicopet</Name>
      <Address>149FAF193</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_inv1</Name>
      <Address>13FFF0097</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_inv2</Name>
      <Address>13FFF009F</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_inv3</Name>
      <Address>13FFF00A7</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_inv4</Name>
      <Address>13FFF00AF</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infitemuse</Name>
      <Address>14C19077C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>hampc</Name>
      <Address>141C7586C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>nopgcd2</Name>
      <Address>141BBA0DC</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>maxbowcharge</Name>
      <Address>141C8C715</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_playerstats</Name>
      <Address>13FF9001E</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>events_listadd1</Name>
      <Address>141730304</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>events_listadd2</Name>
      <Address>14173040A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>events_enable1</Name>
      <Address>14AA98631</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>events_enable2</Name>
      <Address>14AA99339</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ps1</Name>
      <Address>151ED001C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>maxskills</Name>
      <Address>147995E3C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>maxskills2</Name>
      <Address>14F14C4D7</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>coordp</Name>
      <Address>13FFE0115</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ewpt</Name>
      <Address>13FFE011D</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ert</Name>
      <Address>13FFE0125</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>wpX</Name>
      <Address>13FFD003A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>wpZ</Name>
      <Address>13FFD0042</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>wpY</Name>
      <Address>13FFD004A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>retX</Name>
      <Address>13FFC003A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>retZ</Name>
      <Address>13FFC0042</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>retY</Name>
      <Address>13FFC004A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infstam</Name>
      <Address>14F175416</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infdur</Name>
      <Address>141C6DEAC</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infmantleuse</Name>
      <Address>14E75D7EF</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infmantleuse2</Name>
      <Address>14E7571F9</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infmantleuse3</Name>
      <Address>14E758651</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>mantlecd</Name>
      <Address>14E75D43F</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>nopgcd</Name>
      <Address>141BBE83C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>scoutflylvl</Name>
      <Address>14174F61A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>scfll</Name>
      <Address>14E351280</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>scfll2</Name>
      <Address>141750059</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inflv</Name>
      <Address>14E601286</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>zeni</Name>
      <Address>14F4524A0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>hrexpmul</Name>
      <Address>14F44EADC</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>palicoexpmul</Name>
      <Address>14F49C6F0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>pgadmul</Name>
      <Address>14F49C966</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>monresearchmul</Name>
      <Address>14F490F3C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>monresp</Name>
      <Address>14E3512AA</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>cannonsal</Name>
      <Address>14DD896FF</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>cannonsnsf</Name>
      <Address>14DD87BDA</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>pcoords</Name>
      <Address>141922FAA</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>getwp</Name>
      <Address>141984E2C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>getretdata</Name>
      <Address>141BDE20C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>InfGather1AOB</Name>
      <Address>14F0D001D</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>InfGather2AOB</Name>
      <Address>14F0D0212</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_gathertracks</Name>
      <Address>141BFCAC3</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>invest</Name>
      <Address>14E603279</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>bbp1</Name>
      <Address>141663FC8</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>bbp2</Name>
      <Address>141664018</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_catchpet</Name>
      <Address>14191E2DD</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_mapfunc_pet</Name>
      <Address>141013120</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_gatherwish</Name>
      <Address>14144A540</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>instgsch</Name>
      <Address>141C71A07</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infspirit</Name>
      <Address>146E4E863</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infdemonmode</Name>
      <Address>14E219978</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>hammerch</Name>
      <Address>146AD00B3</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>hpcaa</Name>
      <Address>141C7756D</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infglammonte</Name>
      <Address>141C7B4C0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infglwsnte</Name>
      <Address>141C7B7D9</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>noglcd</Name>
      <Address>14721AAB0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>fcswa</Name>
      <Address>147751268</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>cbiphaw</Name>
      <Address>146E40132</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>cbacsw</Name>
      <Address>141C8387C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>cbacsh</Name>
      <Address>141C83851</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infhhbd</Name>
      <Address>1472A0736</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>extractdur</Name>
      <Address>147741C73</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infigstam</Name>
      <Address>141C8A72C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infigja</Name>
      <Address>141411CF8</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>allammo</Name>
      <Address>146A056D0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>allammo2</Name>
      <Address>141C95732</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infwyvernblast</Name>
      <Address>147739B7F</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infhbgsa</Name>
      <Address>14D267D2B</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infhbgsa2</Name>
      <Address>141C959CB</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>allcoating</Name>
      <Address>1414774A2</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>mbc1</Name>
      <Address>141C8DCCA</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>mbc2</Name>
      <Address>141C8E6F6</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>abstam</Name>
      <Address>146B68A10</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>iar</Name>
      <Address>14144BF4C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>iar2</Name>
      <Address>14144BF46</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>setmapzoom</Name>
      <Address>141992665</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>maxsetb</Name>
      <Address>14F14C4AF</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>armorskm</Name>
      <Address>14F14C4D7</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>unlockcharms</Name>
      <Address>141ACE935</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>unlockdec</Name>
      <Address>141ACE902</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>unlockaug</Name>
      <Address>141ACE8E8</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>unlockarmorwea2</Name>
      <Address>1411E3581</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_pchar</Name>
      <Address>1468D2B8C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>aob_statsmission</Name>
      <Address>14D1746A0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>aob_palicopet</Name>
      <Address>14D1778CB</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>aob_layeredarmor</Name>
      <Address>14F45B041</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_playerstats</Name>
      <Address>141BDE350</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>p_gamedb</Name>
      <Address>3581F540</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>inj_rewards</Name>
      <Address>141A78563</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>targethealthaob</Name>
      <Address>14EE279BC</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ppaa</Name>
      <Address>14E8AB12E</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>herosaa</Name>
      <Address>14E8ABF50</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>herosaa2</Name>
      <Address>14E8ABF62</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>rsaa</Name>
      <Address>14E8AB1A9</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>superbuff</Name>
      <Address>1472A0724</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>lpactt</Name>
      <Address>14E8AAF16</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>lptdec</Name>
      <Address>14E8AAEBE</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>targethealth</Name>
      <Address>151EA0064</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infitemuse1</Name>
      <Address>14144C914</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infitemuse2</Name>
      <Address>14E8DCBE4</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infsla</Name>
      <Address>146A0513B</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infhealth</Name>
      <Address>14EA9063C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>infhealth2</Name>
      <Address>14EA90CFD</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>gSaveData</Name>
      <Address>5C360000</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
  <Comments>v2.0.4
- Fixed and Added Missing Monster Analysis
- Added Kulve Taroth to Monster Stats
- Save Duplicate Fix, Base Address Changed
- Updated 15.23.00
- Fixed Motion Data Offset.
- Fixed Safi'Jiiva Objectives Offset
- Updated Augments / Advanced Augments Pointer
- Added Shaver Jewel 3 in Give Decorations
- Added Shaver, Diversion Jewel
- Fixed Special Daily Bonus in Save Editor
- Fixed Pawswap / Lynian Research Pointers
- Fixed Return Quest Timer
- Updated Weapon Usage
- Updated Duplicate Save Feature
- Updated Save Editor Offset, Fixed Guiding Lands
- Updated Quest Selector, Force Quest
- Bug Fixes, Pointer Repair
- Major Update for v421631
Credits
EnderHDMC - Achievements/Mantle Fix
</Comments>
</CheatTable>
