<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="51">
  <CheatEntries>
    <CheatEntry>
      <ID>1096</ID>
      <Description>"Toggle Compact View"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not toggleCompactView then
    function toggleCompactView(sender, forceEnable)
        local isCompactMode = not (compactViewMenuItem.Caption == 'Compact View Mode')
        if forceEnable ~= nil then
            isCompactMode = not forceEnable
        end

        synchronize(function()
            compactViewMenuItem.Caption = isCompactMode and 'Compact View Mode' or 'Full View Mode'
            getMainForm().Splitter1.Visible = isCompactMode
            getMainForm().Panel4.Visible    = isCompactMode
            getMainForm().Panel5.Visible    = isCompactMode
        end)
    end
end

if not createCompactViewMenu then
    function createCompactViewMenu()
        if isCompactMenuCreated then return end

        synchronize(function()
            local mainMenu = getMainForm().Menu.Items
            compactViewMenuItem = createMenuItem(mainMenu)
            compactViewMenuItem.Caption = 'Compact View Mode'
            compactViewMenuItem.OnClick = toggleCompactView
            mainMenu.add(compactViewMenuItem)
        end)

        isCompactMenuCreated = true
    end
end

createCompactViewMenu()
toggleCompactView(nil, true)

[DISABLE]
{$lua}
if toggleCompactView then
    toggleCompactView(nil, false)
end
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>1</ID>
      <Description>"Get stamia"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript Async="1">{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_GET_STA,$process,E8 ?? ?? ?? ?? ?? 8B ?? 40 03 00 00 F3 0F 10 ?? 20 EB)
// raw AOB: E8 ?? ?? ?? ?? 48 85 C0 48 8B CE 48 0F 45 C8 48 85 C9 74 ?? 48 83 79 10 00 74 ?? 32 C0 EB ?? B0 01 0F B6 C0 49 8B D7 49 8B CE 85 C0 75 ?? E8 ?? ?? ?? ?? 48 8B 88 40 03 00 00 F3 0F 10 41 20 EB ?? E8 ?? ?? ?? ?? F3 0F 2C C0 48 8D 54 24 70 49 8B CE 89 44 24 70 E8 ?? ?? ?? ?? 8B 0D ?? ?? ?? ?? 48 8D 54 24 50 89 4C 24 50 48 8B F8 0F B7 0D ?? ?? ?? ?? 66 89 4C 24 54 0F B7 0D
// injection point AOB: E8 ?? ?? ?? ?? ?? 8B ?? 40 03 00 00 F3 0F 10 ?? 20 EB ?? E8 ?? ?? ?? ?? F3 0F 2C ?? ?? 8D ?? 24 ?? ?? 8B ?? 89 ?? 24 ?? E8 ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 8D ?? 24 ?? 89 ?? 24 ?? ?? 8B ?? 0F B7 ?? ?? ?? ?? ?? 66 89 ?? 24 ?? 0F B7
alloc(newmem,$1000)

alloc(INJECT_GET_STAo, $11)

label(code)
label(return)
label(ptrCapture_INJECT_GET_STA_505531)

INJECT_GET_STAo:
  readmem(INJECT_GET_STA, $11)

newmem:

code:
  // call DD2.exe+19EF8C0
  reassemble(INJECT_GET_STA)
  // mov rcx,[rax+00000340]
  reassemble(INJECT_GET_STA+5)

  cmp qword ptr [ptrCapture_INJECT_GET_STA_505531], 0
  jne short @F
  // **** Begin Auto script: AddressCapture
  // mode=Single
  // Address Capture: publish base pointer
  mov [ptrCapture_INJECT_GET_STA_505531], rcx
  // **** End Auto script: AddressCapture

@@:
  // movss xmm0,[rcx+20]
  reassemble(INJECT_GET_STA+C)
  jmp far return
  align 10 cc
  ptrCapture_INJECT_GET_STA_505531:
  dq 0

INJECT_GET_STA:
  jmp far newmem
  nop 3
return:
registersymbol(INJECT_GET_STA INJECT_GET_STAo)
registersymbol(ptrCapture_INJECT_GET_STA_505531)
[DISABLE]

INJECT_GET_STA:
  readmem(INJECT_GET_STAo, $11)

unregistersymbol(INJECT_GET_STA INJECT_GET_STAo)
unregistersymbol(ptrCapture_INJECT_GET_STA_505531)
dealloc(newmem)
dealloc(INJECT_GET_STAo)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+22585F6

DD2.exe+22585C8: E8 F3 72 79 FF                     - call DD2.exe+19EF8C0
DD2.exe+22585CD: 48 85 C0                           - test rax,rax
DD2.exe+22585D0: 48 8B CE                           - mov rcx,rsi
DD2.exe+22585D3: 48 0F 45 C8                        - cmovne rcx,rax
DD2.exe+22585D7: 48 85 C9                           - test rcx,rcx
DD2.exe+22585DA: 74 0B                              - je DD2.exe+22585E7
DD2.exe+22585DC: 48 83 79 10 00                     - cmp qword ptr [rcx+10],00
DD2.exe+22585E1: 74 04                              - je DD2.exe+22585E7
DD2.exe+22585E3: 32 C0                              - xor al,al
DD2.exe+22585E5: EB 02                              - jmp DD2.exe+22585E9
DD2.exe+22585E7: B0 01                              - mov al,01
DD2.exe+22585E9: 0F B6 C0                           - movzx eax,al
DD2.exe+22585EC: 49 8B D7                           - mov rdx,r15
DD2.exe+22585EF: 49 8B CE                           - mov rcx,r14
DD2.exe+22585F2: 85 C0                              - test eax,eax
DD2.exe+22585F4: 75 13                              - jne DD2.exe+2258609
// ---------- INJECTING HERE ----------
DD2.exe+22585F6: E8 C5 72 79 FF                     - call DD2.exe+19EF8C0
// ---------- DONE INJECTING  ----------
DD2.exe+22585FB: 48 8B 88 40 03 00 00               - mov rcx,[rax+00000340]
DD2.exe+2258602: F3 0F 10 41 20                     - movss xmm0,[rcx+20]
DD2.exe+2258607: EB 05                              - jmp DD2.exe+225860E
DD2.exe+2258609: E8 B2 6B 79 FF                     - call DD2.exe+19EF1C0
DD2.exe+225860E: F3 0F 2C C0                        - cvttss2si eax,xmm0
DD2.exe+2258612: 48 8D 54 24 70                     - lea rdx,[rsp+70]
DD2.exe+2258617: 49 8B CE                           - mov rcx,r14
DD2.exe+225861A: 89 44 24 70                        - mov [rsp+70],eax
DD2.exe+225861E: E8 8D 1A FF FD                     - call DD2.AK::WriteBytesCount::Reserve+DA0
DD2.exe+2258623: 8B 0D 67 D8 83 0D                  - mov ecx,[DD2.exe+FA95E90]
DD2.exe+2258629: 48 8D 54 24 50                     - lea rdx,[rsp+50]
DD2.exe+225862E: 89 4C 24 50                        - mov [rsp+50],ecx
DD2.exe+2258632: 48 8B F8                           - mov rdi,rax
DD2.exe+2258635: 0F B7 0D 58 D8 83 0D               - movzx ecx,word ptr [DD2.exe+FA95E94]
DD2.exe+225863C: 66 89 4C 24 54                     - mov [rsp+54],cx
DD2.exe+2258641: 0F B7 0D 4E D8 83 0D               - movzx ecx,word ptr [DD2.exe+FA95E96]
}

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1095</ID>
          <Description>"Usage: menu-&gt;status"</Description>
          <Color>8000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
        <CheatEntry>
          <ID>2</ID>
          <Description>"value"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>Float</VariableType>
          <Address>ptrCapture_INJECT_GET_STA_505531</Address>
          <Offsets>
            <Offset>20</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>3</ID>
          <Description>"max"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>Float</VariableType>
          <Address>ptrCapture_INJECT_GET_STA_505531</Address>
          <Offsets>
            <Offset>24</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>11881</ID>
      <Description>"Get gold"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript Async="1">{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_GET_GOLD,$process,8B ?? ?? ?? 00 00 ?? 8B ?? ?? ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 83 ?? 00 0F 84 ?? ?? ?? ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 8B ?? E8 ?? ?? ?? ?? ?? 63 ?? 80 ?? ?? 58 00 7E ?? 48 98 80 ?? ?? 58 01 75 ?? ?? 8D ?? 10 E8 ?? ?? ?? ?? 84 ?? 74 ?? ?? 8D ?? 10 FF ?? ?? ?? ?? ?? ?? 8D ?? 24 ?? ?? 85 ?? 79 ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 83 ?? 00 74 ?? ?? 8B ?? ?? 33 ?? ?? 8B ?? F0 ?? 0F B1 ?? 74 ?? 0F 0D ?? 0F 1F ?? ?? 00 00 00 00 ?? 8B ?? ?? 8B ?? F0 ?? 0F B1 ?? 75 ?? ?? 85 ?? 74 ?? E8 ?? ?? ?? ?? 8B ?? ?? 8B ?? 24 ?? ?? 8B ?? 24 ?? 48 83 C4 30 ?? ?? C3 CC CC CC CC CC CC ?? 89)
// raw AOB: 48 8D 44 24 20 49 23 C6 48 8B 18 E8 ?? ?? ?? ?? 48 63 F8 80 7C 1F 58 00 75 ?? 48 8D 4B 10 48 89 74 24 48 E8 ?? ?? ?? ?? 84 C0 74 ?? 48 8D 4B 10 FF 15 ?? ?? ?? ?? 48 8B 74 24 48 FE 44 1F 58 8B 9D CC 02 00 00 48 8B 6C 24 40 48 8D 44 24 20 49 23 C6 48 83 38 00 0F 84 ?? ?? ?? ?? 48 8D 44 24 20 49 23 C6 48 8B 38 E8 ?? ?? ?? ?? 48 63 C8 80 7C 39 58 00 7E ?? 48 98 80 6C 38 58 01 75 ?? 48 8D 4F 10
// injection point AOB: 8B ?? ?? ?? 00 00 ?? 8B ?? ?? ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 83 ?? 00 0F 84 ?? ?? ?? ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 8B ?? E8 ?? ?? ?? ?? ?? 63 ?? 80 ?? ?? 58 00 7E ?? 48 98 80 ?? ?? 58 01 75 ?? ?? 8D ?? 10
alloc(newmem,$1000)

alloc(INJECT_GET_GOLDo, $10)

label(code)
label(return)
label(i_currency_addr_1 i_currency_addr_2 i_currency_addr_3 i_currency_addr_4)

INJECT_GET_GOLDo:
  readmem(INJECT_GET_GOLD, $10)

newmem:
  // **** Begin Auto script: AddressCapture
  // mode=Single
  // Address Capture: publish base pointer
  cmp [i_currency_addr_1], rbp
  je short code
  cmp [i_currency_addr_2], rbp
  je short code
  cmp [i_currency_addr_3], rbp
  je short code
  cmp qword ptr [i_currency_addr_1], 0
  je short set_1
  cmp qword ptr [i_currency_addr_2], 0
  je short set_2
  cmp qword ptr [i_currency_addr_3], 0
  je short set_3
  jmp short code

set_1:
  mov [i_currency_addr_1], rbp
  jmp short code
set_2:
  mov [i_currency_addr_2], rbp
  jmp short code
set_3:
  mov [i_currency_addr_3], rbp
  jmp short code
  // **** End Auto script: AddressCapture


code:
  // mov ebx,[rbp+000002CC]
  reassemble(INJECT_GET_GOLD)
  // mov rbp,[rsp+40]
  reassemble(INJECT_GET_GOLD+6)
  // lea rax,[rsp+20]
  reassemble(INJECT_GET_GOLD+B)
  jmp far return
  align 10 cc
  i_aob_base_addr_173677:
  dq 0
  i_aob_offset_173677:
  dq 0
  i_aob_base_addr_607624:
  dq 0
  i_aob_offset_607624:
  dq 0
  i_aob_base_addr_833226:
  dq 0
  i_aob_offset_833226:
  dq 0
  i_currency_addr_1:
  dq 0
  i_currency_addr_2:
  dq 0
  i_currency_addr_3:
  dq 0
  i_currency_addr_4:
  dq 0

INJECT_GET_GOLD:
  jmp far newmem
  nop 2
return:
registersymbol(INJECT_GET_GOLD INJECT_GET_GOLDo)
registersymbol(i_currency_addr_1 i_currency_addr_2 i_currency_addr_3 i_currency_addr_4)

[DISABLE]

INJECT_GET_GOLD:
  readmem(INJECT_GET_GOLDo, $10)

unregistersymbol(INJECT_GET_GOLD INJECT_GET_GOLDo)
unregistersymbol(i_currency_addr_1 i_currency_addr_2 i_currency_addr_3 i_currency_addr_4)
dealloc(newmem)
dealloc(INJECT_GET_GOLDo)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+4360176

DD2.exe+4360137: 48 8D 44 24 20                     - lea rax,[rsp+20]
DD2.exe+436013C: 49 23 C6                           - and rax,r14
DD2.exe+436013F: 48 8B 18                           - mov rbx,[rax]
DD2.exe+4360142: E8 69 A7 82 00                     - call DD2.exe+4B8A8B0
DD2.exe+4360147: 48 63 F8                           - movsxd  rdi,eax
DD2.exe+436014A: 80 7C 1F 58 00                     - cmp byte ptr [rdi+rbx+58],00
DD2.exe+436014F: 75 25                              - jne DD2.exe+4360176
DD2.exe+4360151: 48 8D 4B 10                        - lea rcx,[rbx+10]
DD2.exe+4360155: 48 89 74 24 48                     - mov [rsp+48],rsi
DD2.exe+436015A: E8 C1 A8 82 00                     - call DD2.exe+4B8AA20
DD2.exe+436015F: 84 C0                              - test al,al
DD2.exe+4360161: 74 0A                              - je DD2.exe+436016D
DD2.exe+4360163: 48 8D 4B 10                        - lea rcx,[rbx+10]
DD2.exe+4360167: FF 15 CB 34 2D 05                  - call qword ptr [DD2.exe+9633638]
DD2.exe+436016D: 48 8B 74 24 48                     - mov rsi,[rsp+48]
DD2.exe+4360172: FE 44 1F 58                        - inc byte ptr [rdi+rbx+58]
// ---------- INJECTING HERE ----------
DD2.exe+4360176: 8B 9D CC 02 00 00                  - mov ebx,[rbp+000002CC]
// ---------- DONE INJECTING  ----------
DD2.exe+436017C: 48 8B 6C 24 40                     - mov rbp,[rsp+40]
DD2.exe+4360181: 48 8D 44 24 20                     - lea rax,[rsp+20]
DD2.exe+4360186: 49 23 C6                           - and rax,r14
DD2.exe+4360189: 48 83 38 00                        - cmp qword ptr [rax],00
DD2.exe+436018D: 0F 84 84 00 00 00                  - je DD2.exe+4360217
DD2.exe+4360193: 48 8D 44 24 20                     - lea rax,[rsp+20]
DD2.exe+4360198: 49 23 C6                           - and rax,r14
DD2.exe+436019B: 48 8B 38                           - mov rdi,[rax]
DD2.exe+436019E: E8 0D A7 82 00                     - call DD2.exe+4B8A8B0
DD2.exe+43601A3: 48 63 C8                           - movsxd  rcx,eax
DD2.exe+43601A6: 80 7C 39 58 00                     - cmp byte ptr [rcx+rdi+58],00
DD2.exe+43601AB: 7E 20                              - jle DD2.exe+43601CD
DD2.exe+43601AD: 48 98                              - cdqe
DD2.exe+43601AF: 80 6C 38 58 01                     - sub byte ptr [rax+rdi+58],01
DD2.exe+43601B4: 75 17                              - jne DD2.exe+43601CD
DD2.exe+43601B6: 48 8D 4F 10                        - lea rcx,[rdi+10]
}


</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>11882</ID>
          <Description>"value 1"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_currency_addr_1</Address>
          <Offsets>
            <Offset>2CC</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>11883</ID>
      <Description>"inf. HP"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_INF_HP,$process,0F 5A ?? 0F 28 ?? ?? ?? 0F 5A ?? 0F 28 ?? ?? ?? F2 0F 5E ?? 66 0F 5A ?? 48)
// raw AOB: 48 8B 82 A8 01 00 00 83 78 18 00 74 ?? 76 ?? 48 8B 40 10 48 8B 48 20 EB ?? 48 8B 15 ?? ?? ?? ?? 45 33 C0 E8 ?? ?? ?? ?? 48 8B 4B 50 48 89 41 18 33 C9 48 85 C9 74 ?? F3 0F 10 71 34 0F 5A CE 0F 28 74 24 30 0F 5A C7 0F 28 7C 24 20 F2 0F 5E C8 66 0F 5A C1 48 83 C4 40 5B C3 48 8B 05 ?? ?? ?? ?? C3 CC CC CC CC CC CC CC
// injection point AOB: 0F 5A ?? 0F 28 ?? ?? ?? 0F 5A ?? 0F 28 ?? ?? ?? F2 0F 5E ?? 66 0F 5A ?? 48 83 C4 40 ?? C3 ?? 8B ?? ?? ?? ?? ?? C3 CC CC CC CC CC CC CC
alloc(newmem,$1000)

alloc(INJECT_INF_HPo, $10)

label(code)
label(return)

INJECT_INF_HPo:
  readmem(INJECT_INF_HP, $10)

newmem:
  //test rcx, rcx  // already tested
  je short code
  vmovss xmm1, [rcx+44]
  vmovss [rcx+34], xmm1

code:
  // cvtps2pd xmm1,xmm6
  reassemble(INJECT_INF_HP)
  // movaps xmm6,[rsp+30]
  reassemble(INJECT_INF_HP+3)
  // cvtps2pd xmm0,xmm7
  reassemble(INJECT_INF_HP+8)
  // movaps xmm7,[rsp+20]
  reassemble(INJECT_INF_HP+B)
  jmp far return
  align 10 cc


INJECT_INF_HP:
  jmp far newmem
  nop 2
return:
registersymbol(INJECT_INF_HP INJECT_INF_HPo)

[DISABLE]

INJECT_INF_HP:
  readmem(INJECT_INF_HPo, $10)

unregistersymbol(INJECT_INF_HP INJECT_INF_HPo)
dealloc(newmem)
dealloc(INJECT_INF_HPo)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+736FA2

DD2.exe+736F66: 48 8B 82 A8 01 00 00               - mov rax,[rdx+000001A8]
DD2.exe+736F6D: 83 78 18 00                        - cmp dword ptr [rax+18],00
DD2.exe+736F71: 74 2F                              - je DD2.exe+736FA2
DD2.exe+736F73: 76 0A                              - jna DD2.exe+736F7F
DD2.exe+736F75: 48 8B 40 10                        - mov rax,[rax+10]
DD2.exe+736F79: 48 8B 48 20                        - mov rcx,[rax+20]
DD2.exe+736F7D: EB 19                              - jmp DD2.exe+736F98
DD2.exe+736F7F: 48 8B 15 5A DB 1D 0F               - mov rdx,[DD2.exe+F914AE0]
DD2.exe+736F86: 45 33 C0                           - xor r8d,r8d
DD2.exe+736F89: E8 C2 75 32 04                     - call DD2.exe+4A5E550
DD2.exe+736F8E: 48 8B 4B 50                        - mov rcx,[rbx+50]
DD2.exe+736F92: 48 89 41 18                        - mov [rcx+18],rax
DD2.exe+736F96: 33 C9                              - xor ecx,ecx
DD2.exe+736F98: 48 85 C9                           - test rcx,rcx
DD2.exe+736F9B: 74 05                              - je DD2.exe+736FA2
DD2.exe+736F9D: F3 0F 10 71 34                     - movss xmm6,[rcx+34]
// ---------- INJECTING HERE ----------
DD2.exe+736FA2: 0F 5A CE                           - cvtps2pd xmm1,xmm6
// ---------- DONE INJECTING  ----------
DD2.exe+736FA5: 0F 28 74 24 30                     - movaps xmm6,[rsp+30]
DD2.exe+736FAA: 0F 5A C7                           - cvtps2pd xmm0,xmm7
DD2.exe+736FAD: 0F 28 7C 24 20                     - movaps xmm7,[rsp+20]
DD2.exe+736FB2: F2 0F 5E C8                        - divsd xmm1,xmm0
DD2.exe+736FB6: 66 0F 5A C1                        - cvtpd2ps xmm0,xmm1
DD2.exe+736FBA: 48 83 C4 40                        - add rsp,40
DD2.exe+736FBE: 5B                                 - pop rbx
DD2.exe+736FBF: C3                                 - ret
DD2.exe+736FC0: 48 8B 05 E1 D8 1A 0F               - mov rax,[DD2.AK::IAkStreamMgr::m_pStreamMgr+4C20]
DD2.exe+736FC7: C3                                 - ret
DD2.exe+736FC8: CC                                 - int 3
DD2.exe+736FC9: CC                                 - int 3
DD2.exe+736FCA: CC                                 - int 3
DD2.exe+736FCB: CC                                 - int 3
DD2.exe+736FCC: CC                                 - int 3
DD2.exe+736FCD: CC                                 - int 3
}


</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>11891</ID>
      <Description>"Shop: fast restock "</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_QUICK_FILL_SHOP_STOCK,$process,75 ?? ?? 0F B7 ?? 36 EB ?? 0F B6 ?? 1A EB ??)
// raw AOB: 33 C0 4C 8B 7C 24 50 EB ?? 49 8B 46 10 4A 8B 4C F8 20 4C 8B 7C 24 50 EB ?? 48 8B 15 ?? ?? ?? ?? 45 33 C0 48 8B CE E8 ?? ?? ?? ?? 48 8B 4E 50 48 89 41 18 33 C0 48 8B C8 48 85 C9 75 ?? 41 0F B7 45 36 EB ?? 0F B6 41 1A EB ?? B8 FF FF FF FF 44 8B 44 24 34 4D 8B CF 48 8B 55 88 48 8B CE 41 89 47 10 C6 44 24 20 01 E8 ?? ?? ?? ?? 4C 8B 74 24 48 4C 8B 7C 24 40 E9 ?? ?? ?? ?? 4C 8B 15 ?? ?? ?? ?? 32 DB
// injection point AOB: 75 ?? ?? 0F B7 ?? 36 EB ?? 0F B6 ?? 1A EB ?? ?? FF FF FF FF ?? 8B ?? 24 ?? ?? 8B ?? ?? 8B ?? ?? ?? 8B ?? ?? 89 ?? 10 C6 ?? ?? ?? 01 E8 ?? ?? ?? ?? ?? 8B ?? 24 ?? ?? 8B ?? 24 ?? E9 ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? 32
alloc(newmem,$1000)

alloc(INJECT_QUICK_FILL_SHOP_STOCKo, $F)

label(code)
label(return)

INJECT_QUICK_FILL_SHOP_STOCKo:
  readmem(INJECT_QUICK_FILL_SHOP_STOCK, $F)

newmem:

code:
  // jne DD2.exe+17B6811
  //reassemble(INJECT_QUICK_FILL_SHOP_STOCK)
  jne short lab_17B6811

  cmp word ptr [r13+36], 8
  jae short @F
  mov word ptr [r13+36], 8

@@:
  // movzx eax,word ptr [r13+36]
  reassemble(INJECT_QUICK_FILL_SHOP_STOCK+2)
  // jmp DD2.exe+17B681C
  reassemble(INJECT_QUICK_FILL_SHOP_STOCK+7)

lab_17B6811:
  cmp byte ptr [rcx+1A], 8
  jae short @F
  mov byte ptr [rcx+1A], 8
@@:
  // DD2.exe+17B6811: movzx eax,byte ptr [rcx+1A]
  reassemble(INJECT_QUICK_FILL_SHOP_STOCK+9)
  // jmp DD2.exe+17B681C
  reassemble(INJECT_QUICK_FILL_SHOP_STOCK+D)
  jmp far return
  align 10 cc

INJECT_QUICK_FILL_SHOP_STOCK:
  jmp far newmem
  nop 1
return:
registersymbol(INJECT_QUICK_FILL_SHOP_STOCK INJECT_QUICK_FILL_SHOP_STOCKo)

[DISABLE]

INJECT_QUICK_FILL_SHOP_STOCK:
  readmem(INJECT_QUICK_FILL_SHOP_STOCKo, $F)

unregistersymbol(INJECT_QUICK_FILL_SHOP_STOCK INJECT_QUICK_FILL_SHOP_STOCKo)
dealloc(newmem)
dealloc(INJECT_QUICK_FILL_SHOP_STOCKo)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+17B6808

DD2.exe+17B67CD: 33 C0                              - xor eax,eax
DD2.exe+17B67CF: 4C 8B 7C 24 50                     - mov r15,[rsp+50]
DD2.exe+17B67D4: EB 2C                              - jmp DD2.exe+17B6802
DD2.exe+17B67D6: 49 8B 46 10                        - mov rax,[r14+10]
DD2.exe+17B67DA: 4A 8B 4C F8 20                     - mov rcx,[rax+r15*8+20]
DD2.exe+17B67DF: 4C 8B 7C 24 50                     - mov r15,[rsp+50]
DD2.exe+17B67E4: EB 1F                              - jmp DD2.exe+17B6805
DD2.exe+17B67E6: 48 8B 15 EB E2 15 0E               - mov rdx,[DD2.exe+F914AD8]
DD2.exe+17B67ED: 45 33 C0                           - xor r8d,r8d
DD2.exe+17B67F0: 48 8B CE                           - mov rcx,rsi
DD2.exe+17B67F3: E8 58 7D 2A 03                     - call DD2.exe+4A5E550
DD2.exe+17B67F8: 48 8B 4E 50                        - mov rcx,[rsi+50]
DD2.exe+17B67FC: 48 89 41 18                        - mov [rcx+18],rax
DD2.exe+17B6800: 33 C0                              - xor eax,eax
DD2.exe+17B6802: 48 8B C8                           - mov rcx,rax
DD2.exe+17B6805: 48 85 C9                           - test rcx,rcx
// ---------- INJECTING HERE ----------
DD2.exe+17B6808: 75 07                              - jne DD2.exe+17B6811
// ---------- DONE INJECTING  ----------
DD2.exe+17B680A: 41 0F B7 45 36                     - movzx eax,word ptr [r13+36]
DD2.exe+17B680F: EB 0B                              - jmp DD2.exe+17B681C
DD2.exe+17B6811: 0F B6 41 1A                        - movzx eax,byte ptr [rcx+1A]
DD2.exe+17B6815: EB 05                              - jmp DD2.exe+17B681C
DD2.exe+17B6817: B8 FF FF FF FF                     - mov eax,FFFFFFFF
DD2.exe+17B681C: 44 8B 44 24 34                     - mov r8d,[rsp+34]
DD2.exe+17B6821: 4D 8B CF                           - mov r9,r15
DD2.exe+17B6824: 48 8B 55 88                        - mov rdx,[rbp-78]
DD2.exe+17B6828: 48 8B CE                           - mov rcx,rsi
DD2.exe+17B682B: 41 89 47 10                        - mov [r15+10],eax
DD2.exe+17B682F: C6 44 24 20 01                     - mov byte ptr [rsp+20],01
DD2.exe+17B6834: E8 47 1A 82 FF                     - call DD2.exe+FD8280
DD2.exe+17B6839: 4C 8B 74 24 48                     - mov r14,[rsp+48]
DD2.exe+17B683E: 4C 8B 7C 24 40                     - mov r15,[rsp+40]
DD2.exe+17B6843: E9 68 FE FF FF                     - jmp DD2.exe+17B66B0
DD2.exe+17B6848: 4C 8B 15 11 8F 13 0E               - mov r10,[DD2.AK::IAkStreamMgr::m_pStreamMgr+FAD8]
}

</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>11889</ID>
      <Description>"Craft: item amt no decrease"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_CRAFT_NO_ITEM_DEC,$process,66 41 2B D4 ?? ?? 01 66 89 ?? 1A 8B ?? ?? 8B ??)
// raw AOB: 49 23 CA 44 0F B7 61 1A 48 8D 4E 10 41 3B FC 44 0F 4C E7 85 C0 78 ?? 49 0B C8 8B 46 08 49 23 CA 0F B7 51 1A 48 8D 4E 10 85 C0 78 ?? 49 0B C8 49 23 CA 66 41 2B D4 41 B0 01 66 89 51 1A 8B D5 49 8B CF E8 ?? ?? ?? ?? 84 C0 0F 84 ?? ?? ?? ?? 48 8B 0E 48 8B 15 ?? ?? ?? ?? 48 8B 09 E8 ?? ?? ?? ?? 45 33 C9 84 C0 41 8B D9 48 0F 45 DE 48 85 DB 0F 84
// injection point AOB: 66 41 2B D4 41 B0 01 66 89 51 1A 8B D5 49 8B CF E8 ?? ?? ?? ?? 84 C0 0F 84 ?? ?? ?? ?? 48 8B 0E 48 8B 15 ?? ?? ?? ?? 48 8B 09 E8 ?? ?? ?? ?? 45 33 C9 84 C0 41 8B D9 48 0F 45 DE 48 85 DB 0F 84

INJECT_CRAFT_NO_ITEM_DEC:
  db 66 83 ea 00             //sub    dx,0

registersymbol(INJECT_CRAFT_NO_ITEM_DEC)

[DISABLE]

INJECT_CRAFT_NO_ITEM_DEC:
  db 66 41 2B D4

unregistersymbol(INJECT_CRAFT_NO_ITEM_DEC)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+4369AFB

DD2.exe+4369AC9: 49 23 CA                           - and rcx,r10
DD2.exe+4369ACC: 44 0F B7 61 1A                     - movzx r12d,word ptr [rcx+1A]
DD2.exe+4369AD1: 48 8D 4E 10                        - lea rcx,[rsi+10]
DD2.exe+4369AD5: 41 3B FC                           - cmp edi,r12d
DD2.exe+4369AD8: 44 0F 4C E7                        - cmovl r12d,edi
DD2.exe+4369ADC: 85 C0                              - test eax,eax
DD2.exe+4369ADE: 78 03                              - js DD2.exe+4369AE3
DD2.exe+4369AE0: 49 0B C8                           - or rcx,r8
DD2.exe+4369AE3: 8B 46 08                           - mov eax,[rsi+08]
DD2.exe+4369AE6: 49 23 CA                           - and rcx,r10
DD2.exe+4369AE9: 0F B7 51 1A                        - movzx edx,word ptr [rcx+1A]
DD2.exe+4369AED: 48 8D 4E 10                        - lea rcx,[rsi+10]
DD2.exe+4369AF1: 85 C0                              - test eax,eax
DD2.exe+4369AF3: 78 03                              - js DD2.exe+4369AF8
DD2.exe+4369AF5: 49 0B C8                           - or rcx,r8
DD2.exe+4369AF8: 49 23 CA                           - and rcx,r10
// ---------- INJECTING HERE ----------
DD2.exe+4369AFB: 66 41 2B D4                        - sub dx,r12w
// ---------- DONE INJECTING  ----------
DD2.exe+4369AFF: 41 B0 01                           - mov r8b,01
DD2.exe+4369B02: 66 89 51 1A                        - mov [rcx+1A],dx
DD2.exe+4369B06: 8B D5                              - mov edx,ebp
DD2.exe+4369B08: 49 8B CF                           - mov rcx,r15
DD2.exe+4369B0B: E8 B0 23 C0 FF                     - call DD2.exe+3F6BEC0
DD2.exe+4369B10: 84 C0                              - test al,al
DD2.exe+4369B12: 0F 84 4C 01 00 00                  - je DD2.exe+4369C64
DD2.exe+4369B18: 48 8B 0E                           - mov rcx,[rsi]
DD2.exe+4369B1B: 48 8B 15 66 A4 5E 0B               - mov rdx,[DD2.exe+F953F88]
DD2.exe+4369B22: 48 8B 09                           - mov rcx,[rcx]
DD2.exe+4369B25: E8 F6 6F 6F 00                     - call DD2.exe+4A60B20
DD2.exe+4369B2A: 45 33 C9                           - xor r9d,r9d
DD2.exe+4369B2D: 84 C0                              - test al,al
DD2.exe+4369B2F: 41 8B D9                           - mov ebx,r9d
DD2.exe+4369B32: 48 0F 45 DE                        - cmovne rbx,rsi
DD2.exe+4369B36: 48 85 DB                           - test rbx,rbx
}


</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>12188</ID>
      <Description>"Item use: no change"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/05/01
}

[ENABLE]

aobscanmodule(INJECT_ITEM_NO_DEC,$process,29 73 1C ?? 89 ?? 1C)
// raw AOB: 89 44 24 20 E8 ?? ?? ?? ?? 85 C0 78 ?? 44 8B C0 49 8B D5 48 8B CF E8 ?? ?? ?? ?? 85 F6 74 ?? FF C5 49 FF C6 49 83 C7 08 4C 3B 74 24 38 0F 8C ?? ?? ?? ?? EB ?? 29 73 1C 41 89 75 1C 4C 8B AC 24 80 00 00 00 48 8B 44 24 30 4C 8B 64 24 70 EB ?? 48 8B C5 48 8B 9C 24 88 00 00 00 48 83 C4 40 41 5F 41 5E 5F 5E 5D C3 CC CC CC
// injection point AOB: 29 73 1C 41 89 75 1C 4C 8B AC 24 80 00 00 00 48 8B 44 24 30 4C 8B 64 24 70 EB ?? 48 8B C5 48 8B 9C 24 88 00 00 00 48 83 C4 40 41 5F 41 5E 5F 5E 5D C3 CC CC CC

INJECT_ITEM_NO_DEC:
  //db 90 90 90
  //db 90 90 90 90
  nop 7

registersymbol(INJECT_ITEM_NO_DEC)

[DISABLE]

INJECT_ITEM_NO_DEC:
  db 29 73 1C 41 89 75 1C

unregistersymbol(INJECT_ITEM_NO_DEC)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+435E10F

DD2.exe+435E0DA: 89 44 24 20                        - mov [rsp+20],eax
DD2.exe+435E0DE: E8 5D 22 BD FE                     - call DD2.exe+2F30340
DD2.exe+435E0E3: 85 C0                              - test eax,eax
DD2.exe+435E0E5: 78 0E                              - js DD2.exe+435E0F5
DD2.exe+435E0E7: 44 8B C0                           - mov r8d,eax
DD2.exe+435E0EA: 49 8B D5                           - mov rdx,r13
DD2.exe+435E0ED: 48 8B CF                           - mov rcx,rdi
DD2.exe+435E0F0: E8 1B EC 0A FC                     - call DD2.exe+40CD10
DD2.exe+435E0F5: 85 F6                              - test esi,esi
DD2.exe+435E0F7: 74 1D                              - je DD2.exe+435E116
DD2.exe+435E0F9: FF C5                              - inc ebp
DD2.exe+435E0FB: 49 FF C6                           - inc r14
DD2.exe+435E0FE: 49 83 C7 08                        - add r15,08
DD2.exe+435E102: 4C 3B 74 24 38                     - cmp r14,[rsp+38]
DD2.exe+435E107: 0F 8C 47 FF FF FF                  - jl DD2.exe+435E054
DD2.exe+435E10D: EB 07                              - jmp DD2.exe+435E116
// ---------- INJECTING HERE ----------
DD2.exe+435E10F: 29 73 1C                           - sub [rbx+1C],esi
// ---------- DONE INJECTING  ----------
DD2.exe+435E112: 41 89 75 1C                        - mov [r13+1C],esi
DD2.exe+435E116: 4C 8B AC 24 80 00 00 00            - mov r13,[rsp+00000080]
DD2.exe+435E11E: 48 8B 44 24 30                     - mov rax,[rsp+30]
DD2.exe+435E123: 4C 8B 64 24 70                     - mov r12,[rsp+70]
DD2.exe+435E128: EB 03                              - jmp DD2.exe+435E12D
DD2.exe+435E12A: 48 8B C5                           - mov rax,rbp
DD2.exe+435E12D: 48 8B 9C 24 88 00 00 00            - mov rbx,[rsp+00000088]
DD2.exe+435E135: 48 83 C4 40                        - add rsp,40
DD2.exe+435E139: 41 5F                              - pop r15
DD2.exe+435E13B: 41 5E                              - pop r14
DD2.exe+435E13D: 5F                                 - pop rdi
DD2.exe+435E13E: 5E                                 - pop rsi
DD2.exe+435E13F: 5D                                 - pop rbp
DD2.exe+435E140: C3                                 - ret
DD2.exe+435E141: CC                                 - int 3
DD2.exe+435E142: CC                                 - int 3
}


</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>12189</ID>
      <Description>"Learn skill: JP no decrease"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/05/02
}

[ENABLE]

aobscanmodule(INJECT_JP_LEARN_NO_DEC,$process,2B 48 6C 89 ?? 2C ?? 8B ?? ?? 8B ?? 48 ?? 8B ?? 10 ?? 8B ?? 5C E8 ?? ?? ?? ?? C7 ?? ?? ?? 00 00 00 00 00 3F ?? ?? 14 00 00 00 ?? 8B ?? ?? ?? ?? ?? ?? 8B)
// raw AOB: 48 85 DB 0F 84 ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 8B 95 58 01 00 00 49 8B CE E8 ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 48 83 78 48 00 0F 84 ?? ?? ?? ?? 48 8B 48 48 48 83 79 10 00 74 ?? 8B 4B 2C 48 8B D7 2B 48 6C 89 4B 2C 49 8B CE 48 8B 40 48 4C 8B 40 10 45 8B 40 5C E8 ?? ?? ?? ?? C7 85 EC 02 00 00 00 00 00 3F 41 B8 14 00 00 00 48 8B 05 ?? ?? ?? ?? 49 8B CE 48 8B D5 C6 80 F0 09 00 00 01 E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B D3 49 8B CE E8
// injection point AOB: 2B 48 6C 89 4B 2C 49 8B CE 48 8B 40 48 4C 8B 40 10 45 8B 40 5C E8 ?? ?? ?? ?? C7 85 EC 02 00 00 00 00 00 3F 41 B8 14 00 00 00 48 8B 05 ?? ?? ?? ?? 49 8B CE 48 8B D5 C6 80 F0 09 00 00 01 E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B D3 49 8B CE E8

INJECT_JP_LEARN_NO_DEC:
  db 90 90 90

registersymbol(INJECT_JP_LEARN_NO_DEC)

[DISABLE]

INJECT_JP_LEARN_NO_DEC:
  db 2B 48 6C

unregistersymbol(INJECT_JP_LEARN_NO_DEC)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+AE600B

DD2.exe+AE5FC5: 48 85 DB                           - test rbx,rbx
DD2.exe+AE5FC8: 0F 84 F8 08 00 00                  - je DD2.exe+AE68C6
DD2.exe+AE5FCE: 48 85 C0                           - test rax,rax
DD2.exe+AE5FD1: 0F 84 EF 08 00 00                  - je DD2.exe+AE68C6
DD2.exe+AE5FD7: 48 8B 95 58 01 00 00               - mov rdx,[rbp+00000158]
DD2.exe+AE5FDE: 49 8B CE                           - mov rcx,r14
DD2.exe+AE5FE1: E8 6A 30 7D FF                     - call DD2.exe+2B9050
DD2.exe+AE5FE6: 48 85 C0                           - test rax,rax
DD2.exe+AE5FE9: 0F 84 94 00 00 00                  - je DD2.exe+AE6083
DD2.exe+AE5FEF: 48 83 78 48 00                     - cmp qword ptr [rax+48],00
DD2.exe+AE5FF4: 0F 84 89 00 00 00                  - je DD2.exe+AE6083
DD2.exe+AE5FFA: 48 8B 48 48                        - mov rcx,[rax+48]
DD2.exe+AE5FFE: 48 83 79 10 00                     - cmp qword ptr [rcx+10],00
DD2.exe+AE6003: 74 7E                              - je DD2.exe+AE6083
DD2.exe+AE6005: 8B 4B 2C                           - mov ecx,[rbx+2C]
DD2.exe+AE6008: 48 8B D7                           - mov rdx,rdi
// ---------- INJECTING HERE ----------
DD2.exe+AE600B: 2B 48 6C                           - sub ecx,[rax+6C]
// ---------- DONE INJECTING  ----------
DD2.exe+AE600E: 89 4B 2C                           - mov [rbx+2C],ecx
DD2.exe+AE6011: 49 8B CE                           - mov rcx,r14
DD2.exe+AE6014: 48 8B 40 48                        - mov rax,[rax+48]
DD2.exe+AE6018: 4C 8B 40 10                        - mov r8,[rax+10]
DD2.exe+AE601C: 45 8B 40 5C                        - mov r8d,[r8+5C]
DD2.exe+AE6020: E8 3B E2 B4 01                     - call DD2.exe+2634260
DD2.exe+AE6025: C7 85 EC 02 00 00 00 00 00 3F      - mov [rbp+000002EC],3F000000
DD2.exe+AE602F: 41 B8 14 00 00 00                  - mov r8d,System.Reflection.Metadata.MetadataReader.s_projectionInfos+4
DD2.exe+AE6035: 48 8B 05 24 97 E0 0E               - mov rax,[DD2.AK::IAkStreamMgr::m_pStreamMgr+FAD8]
DD2.exe+AE603C: 49 8B CE                           - mov rcx,r14
DD2.exe+AE603F: 48 8B D5                           - mov rdx,rbp
DD2.exe+AE6042: C6 80 F0 09 00 00 01               - mov byte ptr [rax+000009F0],01
DD2.exe+AE6049: E8 12 09 00 00                     - call DD2.exe+AE6960
DD2.exe+AE604E: E9 73 08 00 00                     - jmp DD2.exe+AE68C6
DD2.exe+AE6053: 48 8B D3                           - mov rdx,rbx
DD2.exe+AE6056: 49 8B CE                           - mov rcx,r14
}


</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>11887</ID>
      <Description>"Get current item amount"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
  Generated by AOBMaker,  bbfox@https://opencheattables.com
  Date   : 2026/04/30
}

[ENABLE]

aobscanmodule(INJECT_CUR_ITEM_AMT,$process,?? 0F 10 ?? 20 0F 11 ?? ?? ?? 0F 11 ?? ?? ?? ?? 85 ?? 78 ?? 0F 11 ?? 0F 11 ?? 10 EB ?? ?? 23 ?? ?? 8D ?? 24 ?? ?? 8B ?? E8 ?? ?? ?? ?? ?? 8D)
// raw AOB: 45 8B 40 14 E8 ?? ?? ?? ?? 4C 8B C0 48 85 C0 74 ?? 8B 48 08 48 8D 50 10 85 C9 78 ?? 48 B9 00 00 00 00 00 00 00 80 48 0B D1 45 84 F6 0F 95 C0 49 23 D4 88 42 1E 41 0F 10 40 10 41 0F 10 48 20 0F 11 44 24 48 0F 11 4C 24 58 48 85 F6 78 ?? 0F 11 06 0F 11 4E 10 EB ?? 49 23 F4 48 8D 54 24 48 48 8B CE E8 ?? ?? ?? ?? 48 8D 44 24 20 49 23 C4 48 83 38 00 74 ?? 48 8D 44 24 20
// injection point AOB: ?? 0F 10 ?? 20 0F 11 ?? ?? ?? 0F 11 ?? ?? ?? ?? 85 ?? 78 ?? 0F 11 ?? 0F 11 ?? 10 EB ?? ?? 23 ?? ?? 8D ?? 24 ?? ?? 8B ?? E8 ?? ?? ?? ?? ?? 8D ?? 24 ?? ?? 23 ?? ?? 83 ?? 00 74 ?? ?? 8D ?? 24
alloc(newmem,$1000)

alloc(INJECT_CUR_ITEM_AMTo, $F)

label(code)
label(return)
label(ptrCapture_INJECT_CUR_ITEM_AMT_408078)

INJECT_CUR_ITEM_AMTo:
  readmem(INJECT_CUR_ITEM_AMT, $F)

newmem:

  // **** Begin Auto script: AddressCapture
  // mode=Single
  // Address Capture: publish base pointer
  mov [ptrCapture_INJECT_CUR_ITEM_AMT_408078], r8
  // **** End Auto script: AddressCapture


code:
  // movups xmm1,[r8+20]
  reassemble(INJECT_CUR_ITEM_AMT)
  // movups [rsp+48],xmm0
  reassemble(INJECT_CUR_ITEM_AMT+5)
  // movups [rsp+58],xmm1
  reassemble(INJECT_CUR_ITEM_AMT+A)
  jmp far return
  align 10 cc
  ptrCapture_INJECT_CUR_ITEM_AMT_408078:
  dq 0

INJECT_CUR_ITEM_AMT:
  jmp far newmem
  nop 1
return:
registersymbol(INJECT_CUR_ITEM_AMT INJECT_CUR_ITEM_AMTo)
registersymbol(ptrCapture_INJECT_CUR_ITEM_AMT_408078)

[DISABLE]

INJECT_CUR_ITEM_AMT:
  readmem(INJECT_CUR_ITEM_AMTo, $F)

unregistersymbol(INJECT_CUR_ITEM_AMT INJECT_CUR_ITEM_AMTo)
unregistersymbol(ptrCapture_INJECT_CUR_ITEM_AMT_408078)
dealloc(newmem)
dealloc(INJECT_CUR_ITEM_AMTo)

{
// ORIGINAL CODE - INJECTION POINT: DD2.exe+4371AEA

DD2.exe+4371AB0: 45 8B 40 14                        - mov r8d,[r8+14]
DD2.exe+4371AB4: E8 47 54 FE FF                     - call DD2.exe+4356F00
DD2.exe+4371AB9: 4C 8B C0                           - mov r8,rax
DD2.exe+4371ABC: 48 85 C0                           - test rax,rax
DD2.exe+4371ABF: 74 56                              - je DD2.exe+4371B17
DD2.exe+4371AC1: 8B 48 08                           - mov ecx,[rax+08]
DD2.exe+4371AC4: 48 8D 50 10                        - lea rdx,[rax+10]
DD2.exe+4371AC8: 85 C9                              - test ecx,ecx
DD2.exe+4371ACA: 78 0D                              - js DD2.exe+4371AD9
DD2.exe+4371ACC: 48 B9 00 00 00 00 00 00 00 80      - mov rcx,8000000000000000
DD2.exe+4371AD6: 48 0B D1                           - or rdx,rcx
DD2.exe+4371AD9: 45 84 F6                           - test r14b,r14b
DD2.exe+4371ADC: 0F 95 C0                           - setne al
DD2.exe+4371ADF: 49 23 D4                           - and rdx,r12
DD2.exe+4371AE2: 88 42 1E                           - mov [rdx+1E],al
DD2.exe+4371AE5: 41 0F 10 40 10                     - movups xmm0,[r8+10]
// ---------- INJECTING HERE ----------
DD2.exe+4371AEA: 41 0F 10 48 20                     - movups xmm1,[r8+20]
// ---------- DONE INJECTING  ----------
DD2.exe+4371AEF: 0F 11 44 24 48                     - movups [rsp+48],xmm0
DD2.exe+4371AF4: 0F 11 4C 24 58                     - movups [rsp+58],xmm1
DD2.exe+4371AF9: 48 85 F6                           - test rsi,rsi
DD2.exe+4371AFC: 78 09                              - js DD2.exe+4371B07
DD2.exe+4371AFE: 0F 11 06                           - movups [rsi],xmm0
DD2.exe+4371B01: 0F 11 4E 10                        - movups [rsi+10],xmm1
DD2.exe+4371B05: EB 10                              - jmp DD2.exe+4371B17
DD2.exe+4371B07: 49 23 F4                           - and rsi,r12
DD2.exe+4371B0A: 48 8D 54 24 48                     - lea rdx,[rsp+48]
DD2.exe+4371B0F: 48 8B CE                           - mov rcx,rsi
DD2.exe+4371B12: E8 19 0A ED FB                     - call DD2.exe+242530
DD2.exe+4371B17: 48 8D 44 24 20                     - lea rax,[rsp+20]
DD2.exe+4371B1C: 49 23 C4                           - and rax,r12
DD2.exe+4371B1F: 48 83 38 00                        - cmp qword ptr [rax],00
DD2.exe+4371B23: 74 72                              - je DD2.exe+4371B97
DD2.exe+4371B25: 48 8D 44 24 20                     - lea rax,[rsp+20]
}

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>11888</ID>
          <Description>"ID?"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ptrCapture_INJECT_CUR_ITEM_AMT_408078</Address>
          <Offsets>
            <Offset>28</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>11893</ID>
          <Description>"Stock"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ptrCapture_INJECT_CUR_ITEM_AMT_408078</Address>
          <Offsets>
            <Offset>2A</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>131</ID>
      <Description>"app.CharacterManager (Player)"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not AOBScanModule then
  function AOBScanModule(moduleName, signature)
    local baseAddr = nil
    local maxAddr = 0
    local modList
    synchronize(function()
      modList = enumModules()
    end)
    for _, mod in ipairs(modList) do
      if string.lower(mod.Name) == string.lower(moduleName) then
        baseAddr = mod.Address
        maxAddr = baseAddr + mod.Size
        break
      end
    end
    if not baseAddr then return nil end
    local ms = createMemScan()
    synchronize(function()
      ms.firstScan(soExactValue, vtByteArray, nil, signature,
        nil, baseAddr, maxAddr, '+X-C-W', fsmNotAligned, '1', true, true, false, false)
    end)
    ms.waitTillDone()
    local results = createFoundList(ms)
    results.initialize()
    local addr
    synchronize(function()
      if results.getCount() &gt; 0 then
        addr = results[0]
      end
    end)
    results.destroy()
    ms.destroy()
    return addr
  end
end

local AOBs = {
  {name='CharacterManager', aob='?? 8B ?? ?? ?? ?? ?? ?? 8B ?? ?? 8B ?? ?? 8B ?? ?? 8B ?? E0 01 00 00 ?? 8D', pos=3, aoblen=7, symbol='CharacterManager_addr'},
}

local module_name = process

for _, entry in ipairs(AOBs) do
  local aob_addr_str = AOBScanModule(module_name, entry.aob)
  if aob_addr_str then
    local aob_addr_val = tonumber(aob_addr_str, 16)
    local offset_addr = aob_addr_val + entry.pos
    local relative_offset = readInteger(offset_addr, true)
    local final_addr = relative_offset + aob_addr_val + entry.aoblen
    synchronize(function()
      unregisterSymbol(entry.symbol)
      registerSymbol(entry.symbol, final_addr)
    end)
    print(string.format('[SymbolScanner] %s registered at: %X', entry.name, final_addr))
  else
    print(string.format('[SymbolScanner] WARNING: AOB scan failed for %s', entry.name))
  end
end

{$asm}

[DISABLE]
{$lua}
if syntaxcheck then return end
unregisterSymbol('CharacterManager_addr')
{$asm}

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>132</ID>
          <Description>"base (May need to wait for seconds)"</Description>
          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>8 Bytes</VariableType>
          <Address>CharacterManager_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>101</ID>
              <Description>"&lt;ManualPlayerPlayer&gt;k__BackingField"</Description>
              <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+28</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>102</ID>
                  <Description>"app.Human (Human)"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+130</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>157</ID>
                      <Description>"&lt;JobContext&gt;k__BackingField"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3B0</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>238</ID>
                          <Description>"EquipedArmors"</Description>
                          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+18</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>239</ID>
                              <Description>"[0] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+20</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>240</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>241</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>242</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>243</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>244</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>245</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>246</ID>
                              <Description>"[1] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+28</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>247</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>248</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>249</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>250</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>251</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>252</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>253</ID>
                              <Description>"[2] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+30</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>254</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>255</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>256</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>257</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>258</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>259</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>126</ID>
                              <Description>"[3] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+38</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>127</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>128</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>129</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>130</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>260</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>261</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>133</ID>
                              <Description>"[4] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+40</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>134</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>262</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>136</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>137</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>263</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>139</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>140</ID>
                              <Description>"[5] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+48</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>264</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>142</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>143</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>144</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>265</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>146</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>147</ID>
                              <Description>"[6] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+50</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>148</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>266</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>267</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>268</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>269</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>270</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>271</ID>
                              <Description>"[7] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+58</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>155</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>156</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>272</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>273</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>159</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>160</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>161</ID>
                              <Description>"[8] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+60</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>162</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>163</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>164</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>165</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>166</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>167</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>168</ID>
                              <Description>"[9] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+68</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>169</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>170</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>171</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>172</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>173</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>174</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>175</ID>
                              <Description>"[10] [app.JobContext.EquipedArmor]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+70</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>176</ID>
                                  <Description>"RightWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>177</ID>
                                  <Description>"LeftWeapon"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>178</ID>
                                  <Description>"TopsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>179</ID>
                                  <Description>"PantsStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>180</ID>
                                  <Description>"HelmStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>181</ID>
                                  <Description>"MantleStyle"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>220</ID>
                          <Description>"CulmativeExp [System.Int32 x10]"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+20</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>221</ID>
                              <Description>"[0]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>222</ID>
                              <Description>"[1]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>223</ID>
                              <Description>"[2]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>224</ID>
                              <Description>"[3]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>225</ID>
                              <Description>"[4]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>226</ID>
                              <Description>"[5]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>227</ID>
                              <Description>"[6]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>228</ID>
                              <Description>"[7]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+3C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>229</ID>
                              <Description>"[8]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>230</ID>
                              <Description>"[9]"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+44</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>158</ID>
                          <Description>"CurrentJob"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>231</ID>
                          <Description>"ConsumableExp"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>232</ID>
                          <Description>"ChangedJobBits"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>233</ID>
                          <Description>"QualifiedJobBits"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>234</ID>
                          <Description>"ViewedNewJobBits"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+38</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>103</ID>
                      <Description>"&lt;StatusContext&gt;k__BackingField"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+3B8</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>284</ID>
                          <Description>"_IncreaseParams"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+20</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>285</ID>
                              <Description>"ReadOnly"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+31</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>286</ID>
                              <Description>"IsCapHitPoint"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+32</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>287</ID>
                              <Description>"IsCapStamina"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+33</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>288</ID>
                              <Description>"IsCapAttack"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>289</ID>
                              <Description>"IsCapDefence"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+35</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>290</ID>
                              <Description>"IsCapMagicAttack"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+36</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>291</ID>
                              <Description>"IsCapMagicDefence"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+37</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>292</ID>
                              <Description>"IsCapWeight"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>293</ID>
                              <Description>"IsCapBlow"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>294</ID>
                              <Description>"_HitPoint"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>295</ID>
                              <Description>"_Stamina"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>296</ID>
                              <Description>"_Attack"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>297</ID>
                              <Description>"_Defence"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>298</ID>
                              <Description>"_MagicAttack"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>299</ID>
                              <Description>"_MagicDefence"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>300</ID>
                              <Description>"_Weight"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>301</ID>
                              <Description>"_Blow"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>105</ID>
                          <Description>"_Level"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>106</ID>
                          <Description>"_Exp"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>107</ID>
                          <Description>"_IncreaseParams [app.IncreaseStatus]"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+20</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>108</ID>
                              <Description>"ReadOnly"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+31</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>109</ID>
                              <Description>"IsCapHitPoint"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+32</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>110</ID>
                              <Description>"IsCapStamina"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+33</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>111</ID>
                              <Description>"IsCapAttack"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+34</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>112</ID>
                              <Description>"IsCapDefence"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+35</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>113</ID>
                              <Description>"IsCapMagicAttack"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+36</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>114</ID>
                              <Description>"IsCapMagicDefence"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+37</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>115</ID>
                              <Description>"IsCapWeight"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+38</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>116</ID>
                              <Description>"IsCapBlow"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>+30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>117</ID>
                              <Description>"_HitPoint"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>118</ID>
                              <Description>"_Stamina"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>119</ID>
                              <Description>"_Attack"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>120</ID>
                              <Description>"_Defence"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>121</ID>
                              <Description>"_MagicAttack"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>122</ID>
                              <Description>"_MagicDefence"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+24</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>123</ID>
                              <Description>"_Weight"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+28</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>124</ID>
                              <Description>"_Blow"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+2C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>125</ID>
                          <Description>"_ItemIncreaseWeight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>135</ID>
                      <Description>"BodyHeight"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+5F0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>138</ID>
                      <Description>"BodyWeight"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+5F4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>141</ID>
                      <Description>"Hit"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+98</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>104</ID>
                          <Description>"&lt;IsInvincible&gt;k__BackingField"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+446</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>145</ID>
                          <Description>"&lt;ReducedMaxHp&gt;k__BackingField"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+41C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>149</ID>
                          <Description>"&lt;NoDamageTimer&gt;k__BackingField"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+E8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>150</ID>
                              <Description>"_ElapsedFrame"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>151</ID>
                              <Description>"_LeftFrame"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>152</ID>
                              <Description>"_FinishFrame"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+18</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>153</ID>
                              <Description>"_Ratio"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+1C</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>154</ID>
                              <Description>"_IsFinish"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Binary</VariableType>
                              <BitStart>0</BitStart>
                              <BitLength>1</BitLength>
                              <ShowAsBinary>0</ShowAsBinary>
                              <Address>+20</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12099</ID>
                          <Description>"&lt;MinRatioReducedMaxHp&gt;k__BackingField"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+424</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1211</ID>
              <Description>"&lt;HumanParam&gt;k__BackingField"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+60</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>1212</ID>
                  <Description>"LVupInfoParam"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+20</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>11695</ID>
                      <Description>"GrouthRate"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11696</ID>
                          <Description>"_items [app.JobStatusParam x10]"</Description>
                          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+10</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>11697</ID>
                              <Description>"[0] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+20</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11698</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11699</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11700</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11701</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11702</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11703</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11704</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11705</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11706</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11707</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11708</ID>
                              <Description>"[1] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+28</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11709</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11710</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11711</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11712</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11713</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11714</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11715</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11716</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11717</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11718</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11719</ID>
                              <Description>"[2] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+30</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11720</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11721</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11722</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11723</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11724</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11725</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11726</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11727</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11728</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11729</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11730</ID>
                              <Description>"[3] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+38</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11731</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11732</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11733</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11734</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11735</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11736</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11737</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11738</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11739</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11740</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11741</ID>
                              <Description>"[4] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+40</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11742</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11743</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11744</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11745</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11746</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11747</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11748</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11749</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11750</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11751</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11752</ID>
                              <Description>"[5] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+48</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11753</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11754</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11755</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11756</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11757</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11758</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11759</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11760</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11761</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11762</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11763</ID>
                              <Description>"[6] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+50</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11764</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11765</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11766</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11767</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11768</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11769</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11770</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11771</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11772</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11773</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11774</ID>
                              <Description>"[7] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+58</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11775</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11776</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11777</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11778</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11779</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11780</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11781</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11782</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11783</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11784</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11785</ID>
                              <Description>"[8] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+60</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11786</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11787</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11788</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11789</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11790</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11791</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11792</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11793</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11794</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11795</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11796</ID>
                              <Description>"[9] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+68</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11797</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11798</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11799</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11800</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11801</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11802</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11803</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11804</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11805</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11806</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11807</ID>
                          <Description>"_size"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11808</ID>
                          <Description>"_version"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11682</ID>
                      <Description>"CapLVupParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11683</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11684</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11685</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11686</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11687</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11688</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11689</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11690</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11691</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11692</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11952</ID>
                      <Description>"JobCorrection"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11953</ID>
                          <Description>"_items [app.JobStatusParam x10]"</Description>
                          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+10</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>11954</ID>
                              <Description>"[0] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+20</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11955</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11956</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11957</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11958</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11959</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11960</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11961</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11962</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11963</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11964</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11965</ID>
                              <Description>"[1] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+28</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11966</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11967</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11968</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11969</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11970</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11971</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11972</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11973</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11974</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11975</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11976</ID>
                              <Description>"[2] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+30</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11977</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11978</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11979</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11980</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11981</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11982</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11983</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11984</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11985</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11986</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11987</ID>
                              <Description>"[3] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+38</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11988</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11989</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11990</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11991</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11992</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11993</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11994</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11995</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11996</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>11997</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>11998</ID>
                              <Description>"[4] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+40</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>11999</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12000</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12001</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12002</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12003</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12004</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12005</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12006</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12007</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12008</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12009</ID>
                              <Description>"[5] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+48</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12010</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12011</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12012</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12013</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12014</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12015</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12016</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12017</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12018</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12019</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12020</ID>
                              <Description>"[6] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+50</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12021</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12022</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12023</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12024</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12025</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12026</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12027</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12028</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12029</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12030</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12031</ID>
                              <Description>"[7] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+58</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12032</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12033</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12034</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12035</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12036</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12037</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12038</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12039</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12040</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12041</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12042</ID>
                              <Description>"[8] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+60</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12043</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12044</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12045</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12046</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12047</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12048</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12049</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12050</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12051</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12052</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12053</ID>
                              <Description>"[9] [app.JobStatusParam]"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+68</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12054</ID>
                                  <Description>"Job"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12055</ID>
                                  <Description>"Hitpoint"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12056</ID>
                                  <Description>"Stamina"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+18</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12057</ID>
                                  <Description>"Attack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+1C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12058</ID>
                                  <Description>"Defence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+20</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12059</ID>
                                  <Description>"MagicAttack"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+24</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12060</ID>
                                  <Description>"MagicDefence"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12061</ID>
                                  <Description>"Weight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12062</ID>
                                  <Description>"Blow"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12063</ID>
                                  <Description>"BlowResistance"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+34</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12064</ID>
                          <Description>"_size"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>12065</ID>
                          <Description>"_version"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>11838</ID>
                  <Description>"app.HumanActionParameter"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>11839</ID>
                      <Description>"JumpParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11840</ID>
                          <Description>"MaxRootHeight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11841</ID>
                          <Description>"MaxRootHeightOnCarry"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11842</ID>
                          <Description>"MaxRootHeightOnCarryObject"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11843</ID>
                          <Description>"MinAngleDegOfTurnMotionBeforeTakeOff"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11844</ID>
                          <Description>"MotionSpeedTurn"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11845</ID>
                          <Description>"MaxAngleDegOfTurnToTakeOff"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11846</ID>
                          <Description>"AttenuateFactorLeftRight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11847</ID>
                          <Description>"AttenuateFactorFrontBack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11864</ID>
                          <Description>"HeightCorrectTrajectory"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11865</ID>
                          <Description>"DistanceXZCorrectTrajectory"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11866</ID>
                          <Description>"HeightEnableLanding"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11867</ID>
                          <Description>"DistanceXZEnableLanding"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11868</ID>
                          <Description>"HeightVerticalLanding"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11869</ID>
                          <Description>"JumpEndOffsetHeight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+74</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11907</ID>
                      <Description>"ClimbWallParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11908</ID>
                          <Description>"LowHeightOnGround"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11909</ID>
                          <Description>"MiddleHeightOnWalkGround"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11910</ID>
                          <Description>"MiddleHeightOnGround"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11911</ID>
                          <Description>"HighHeightOnGround"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11912</ID>
                          <Description>"MaxHeightOnGround"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11913</ID>
                          <Description>"MaxHeightOnGroundAndCarry"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11914</ID>
                          <Description>"MinHeightOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11915</ID>
                          <Description>"MaxFallHeightOfLowHeightClimbOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11916</ID>
                          <Description>"MinHeightOnAirBack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11917</ID>
                          <Description>"MiddleHeightOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11918</ID>
                          <Description>"HighHeightOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11919</ID>
                          <Description>"MaxHeightOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11920</ID>
                          <Description>"MaxDistanceOnAir"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11921</ID>
                          <Description>"MaxDistanceOnAirBack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11922</ID>
                          <Description>"MaxHeightOnRunup"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11923</ID>
                          <Description>"MaxDistanceOnRunup"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11924</ID>
                          <Description>"HeightCeilingOnRunupWall"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11925</ID>
                          <Description>"HeightOnRunupWall"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11926</ID>
                          <Description>"CheckDistanceOnRunupWall"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11927</ID>
                          <Description>"OffsetRunupToWall"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>8 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11928</ID>
                          <Description>"MaxEnableFallHeight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11929</ID>
                          <Description>"DiffAngleDegYToClimbLowWallStraight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11930</ID>
                          <Description>"SecToClimbAliveCharacter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+74</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11931</ID>
                          <Description>"SecToClimbDeadCharacter"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+78</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11874</ID>
                      <Description>"NonPlayerAttackRatioParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+108</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11875</ID>
                          <Description>"DamageRatioByPartyPawn"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11876</ID>
                          <Description>"DamageRatioByStrayPawn"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11877</ID>
                          <Description>"DamageRatioByNPC"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11934</ID>
                      <Description>"ReduceMaxHpParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+C8</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11935</ID>
                          <Description>"MinRateMaxHp"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11936</ID>
                          <Description>"DefaultReduceRate"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11939</ID>
                      <Description>"HealAmountParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+100</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11940</ID>
                          <Description>"FixedAmount"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11941</ID>
                          <Description>"FixedAmountRate"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11942</ID>
                          <Description>"CorrectionAmountRate"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11943</ID>
                          <Description>"RealCorrectionAmountRate"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11946</ID>
                      <Description>"NonPlayerAttackRatioParam"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+108</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11947</ID>
                          <Description>"DamageRatioByPartyPawn"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11948</ID>
                          <Description>"DamageRatioByStrayPawn"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11949</ID>
                          <Description>"DamageRatioByNPC"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>302</ID>
              <Description>"&lt;CharacterExperiencePointsTable&gt;k__BackingField"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+D8</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>805</ID>
                  <Description>"PlayerAdjustData [app.PlayerExpAdjustData]"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+30</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>806</ID>
                      <Description>"AdjustValOnlyPlayer"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+24</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>807</ID>
                      <Description>"AdjustValPlayerOnePawn"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>808</ID>
                      <Description>"AdjustValPlayerTwoPawn"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+1C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>809</ID>
                      <Description>"AdjustValPlayerThreePawn"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>810</ID>
                      <Description>"SubPawnLevelDiffAdjustList [System.Collections.Generic.List`1&lt;app.CharacterExperiencePointsTable.LevelDifferenceAdjustment&gt;]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+10</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>811</ID>
                          <Description>"_items [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment x20]"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+10</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>812</ID>
                              <Description>"[0] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452A50</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>813</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>814</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>815</ID>
                              <Description>"[1] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452A70</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>816</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>817</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>818</ID>
                              <Description>"[2] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452A90</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>819</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>820</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>821</ID>
                              <Description>"[3] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452AB0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>822</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>823</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>824</ID>
                              <Description>"[4] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452AD0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>825</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>826</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>827</ID>
                              <Description>"[5] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452AF0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>828</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>829</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>830</ID>
                              <Description>"[6] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452B10</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>831</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>832</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>833</ID>
                              <Description>"[7] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452B30</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>834</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>835</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>836</ID>
                              <Description>"[8] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452B50</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>837</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>838</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>839</ID>
                              <Description>"[9] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452B70</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>840</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>841</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>842</ID>
                              <Description>"[10] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452B90</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>843</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>844</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>845</ID>
                              <Description>"[11] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452BB0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>846</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>847</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>848</ID>
                              <Description>"[12] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452BD0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>849</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>850</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>851</ID>
                              <Description>"[13] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452BF0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>852</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>853</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>854</ID>
                              <Description>"[14] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452C10</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>855</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>856</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>857</ID>
                              <Description>"[15] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452C30</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>858</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>859</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>860</ID>
                              <Description>"[16] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452C50</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>861</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>862</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>863</ID>
                              <Description>"[17] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452C70</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>864</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>865</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>866</ID>
                              <Description>"[18] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452C90</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>867</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>868</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>869</ID>
                              <Description>"[19] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>6E452CB0</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>870</ID>
                                  <Description>"LevelDifference"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+10</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>871</ID>
                                  <Description>"AdjustValue"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+14</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>872</ID>
                          <Description>"_size"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>873</ID>
                          <Description>"_version"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>876</ID>
                  <Description>"LevelDifferenceAdjustList [System.Collections.Generic.List`1&lt;app.CharacterExperiencePointsTable.LevelDifferenceAdjustment&gt;]"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+40</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>877</ID>
                      <Description>"_items [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment x41]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+10</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>878</ID>
                          <Description>"[0] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452D40</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>879</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>880</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>881</ID>
                          <Description>"[1] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452D60</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>882</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>883</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>884</ID>
                          <Description>"[2] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452D80</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>885</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>886</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>887</ID>
                          <Description>"[3] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452DA0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>888</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>889</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>890</ID>
                          <Description>"[4] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452DC0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>891</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>892</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>893</ID>
                          <Description>"[5] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452DE0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>894</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>895</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>896</ID>
                          <Description>"[6] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452E00</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>897</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>898</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>899</ID>
                          <Description>"[7] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452E20</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>900</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>901</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>902</ID>
                          <Description>"[8] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452E40</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>903</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>904</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>905</ID>
                          <Description>"[9] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452E60</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>906</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>907</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>908</ID>
                          <Description>"[10] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452E80</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>909</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>910</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>911</ID>
                          <Description>"[11] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452EA0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>912</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>913</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>914</ID>
                          <Description>"[12] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452EC0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>915</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>916</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>917</ID>
                          <Description>"[13] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452EE0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>918</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>919</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>920</ID>
                          <Description>"[14] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452F00</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>921</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>922</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>923</ID>
                          <Description>"[15] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452F20</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>924</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>925</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>926</ID>
                          <Description>"[16] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452F40</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>927</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>928</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>929</ID>
                          <Description>"[17] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452F60</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>930</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>931</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>932</ID>
                          <Description>"[18] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452F80</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>933</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>934</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>935</ID>
                          <Description>"[19] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E452FA0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>936</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>937</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>938</ID>
                          <Description>"[20] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453020</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>939</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>940</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>941</ID>
                          <Description>"[21] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453040</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>942</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>943</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>944</ID>
                          <Description>"[22] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453060</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>945</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>946</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>947</ID>
                          <Description>"[23] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453080</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>948</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>949</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>950</ID>
                          <Description>"[24] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4530A0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>951</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>952</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>953</ID>
                          <Description>"[25] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4530C0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>954</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>955</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>956</ID>
                          <Description>"[26] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4530E0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>957</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>958</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>959</ID>
                          <Description>"[27] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453100</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>960</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>961</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>962</ID>
                          <Description>"[28] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453120</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>963</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>964</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>965</ID>
                          <Description>"[29] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453140</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>966</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>967</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>968</ID>
                          <Description>"[30] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453160</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>969</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>970</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>971</ID>
                          <Description>"[31] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453180</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>972</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>973</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>974</ID>
                          <Description>"[32] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4531A0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>975</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>976</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>977</ID>
                          <Description>"[33] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4531C0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>978</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>979</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>980</ID>
                          <Description>"[34] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4531E0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>981</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>982</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>983</ID>
                          <Description>"[35] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453200</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>984</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>985</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>986</ID>
                          <Description>"[36] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453220</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>987</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>988</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>989</ID>
                          <Description>"[37] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453240</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>990</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>991</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>992</ID>
                          <Description>"[38] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453260</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>993</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>994</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>995</ID>
                          <Description>"[39] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E453280</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>996</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>997</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>998</ID>
                          <Description>"[40] [app.CharacterExperiencePointsTable.LevelDifferenceAdjustment]"</Description>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>6E4532A0</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>999</ID>
                              <Description>"LevelDifference"</Description>
                              <ShowAsSigned>1</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>+10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>1000</ID>
                              <Description>"AdjustValue"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Float</VariableType>
                              <Address>+14</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1001</ID>
                      <Description>"_size"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1002</ID>
                      <Description>"_version"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+1C</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>804</ID>
                  <Description>"DefaultQuestNpcExp"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>303</ID>
                  <Description>"DefaultExp"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+4C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1003</ID>
                  <Description>"DeathByFallDistance"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1004</ID>
                  <Description>"IsInCloseRangeOfPL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1005</ID>
                  <Description>"_MaxExpRateCompanionNPC"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1006</ID>
                  <Description>"_MaxExpRateStrayPawn"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+5C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1007</ID>
                  <Description>"_MaxExpRateStrayPawnPLNoDmg"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1008</ID>
                  <Description>"_MinDamageRateRequiredByPL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+64</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1009</ID>
                  <Description>"_CloseToDecoyDist"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+68</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1010</ID>
              <Description>"app.JobStatusParamHolder"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+238</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>1011</ID>
                  <Description>"JobStatusParams"</Description>
                  <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1012</ID>
                      <Description>"[0] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+20</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1013</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1014</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1015</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1016</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1017</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1018</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1019</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1020</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1021</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1022</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1023</ID>
                      <Description>"[1] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1024</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1025</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1026</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1027</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1028</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1029</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1030</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1031</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1032</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1033</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1034</ID>
                      <Description>"[2] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1035</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1036</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1037</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1038</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1039</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1040</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1041</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1042</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1043</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1044</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1045</ID>
                      <Description>"[3] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+38</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1046</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1047</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1048</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1049</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1050</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1051</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1052</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1053</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1054</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1055</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1056</ID>
                      <Description>"[4] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+40</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1057</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1058</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1059</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1060</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1061</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1062</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1063</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1064</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1065</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1066</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1067</ID>
                      <Description>"[5] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+48</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1068</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1069</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1070</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1071</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1072</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1073</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1074</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1075</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1076</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1077</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1078</ID>
                      <Description>"[6] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+50</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1079</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1080</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1081</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1082</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1083</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1084</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1085</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1086</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1087</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1088</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1089</ID>
                      <Description>"[7] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+58</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1090</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>182</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>183</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>184</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>185</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>186</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>187</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>188</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>189</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>190</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>191</ID>
                      <Description>"[8] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+60</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>192</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>193</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>194</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>195</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>196</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>197</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>198</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>199</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>200</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>201</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>202</ID>
                      <Description>"[9] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+68</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>203</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>204</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>205</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>206</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>207</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>208</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>209</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>210</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>211</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>212</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>213</ID>
                      <Description>"[10] [app.JobStatusParam]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+70</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>214</ID>
                          <Description>"Job"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>215</ID>
                          <Description>"Hitpoint"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>216</ID>
                          <Description>"Stamina"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>217</ID>
                          <Description>"Attack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>218</ID>
                          <Description>"Defence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>219</ID>
                          <Description>"MagicAttack"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1091</ID>
                          <Description>"MagicDefence"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1092</ID>
                          <Description>"Weight"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1093</ID>
                          <Description>"Blow"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>1094</ID>
                          <Description>"BlowResistance"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+34</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>12182</ID>
              <Description>"&lt;CharacterInvincibleController&gt;k__BackingField [app.CharacterInvincibleController]"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+230</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>12185</ID>
                  <Description>"TimerSecSinceStartOxcartRaidAttack"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>12184</ID>
                  <Description>"&lt;IsInvinciblePartyPawn&gt;k__BackingField"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>12183</ID>
                  <Description>"&lt;IsInvincibleManualPlayer&gt;k__BackingField"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>12180</ID>
      <Description>"app.PawnManager (Team member)"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not AOBScanModule then
  function AOBScanModule(moduleName, signature)
    local baseAddr = nil
    local maxAddr = 0
    local modList
    synchronize(function()
      modList = enumModules()
    end)
    for _, mod in ipairs(modList) do
      if string.lower(mod.Name) == string.lower(moduleName) then
        baseAddr = mod.Address
        maxAddr = baseAddr + mod.Size
        break
      end
    end
    if not baseAddr then return nil end
    local ms = createMemScan()
    synchronize(function()
      ms.firstScan(soExactValue, vtByteArray, nil, signature,
        nil, baseAddr, maxAddr, '+X-C-W', fsmNotAligned, '1', true, true, false, false)
    end)
    ms.waitTillDone()
    local results = createFoundList(ms)
    results.initialize()
    local addr
    synchronize(function()
      if results.getCount() &gt; 0 then
        addr = results[0]
      end
    end)
    results.destroy()
    ms.destroy()
    return addr
  end
end

local AOBs = {
  {name='PawnManager', aob='?? 8B ?? ?? ?? ?? ?? ?? 8B ?? 50 ?? 8B ?? ?? 85 ?? ?? 0F 45 ?? ?? 85 ?? 74 ?? ?? 39 ?? 10 74 ?? 32 ?? EB ?? ?? 01 0F B6 ?? 85 ?? 75 ?? ?? 8B ?? C8', pos=3, aoblen=7, symbol='PawnManager_addr'},
}

local module_name = process

for _, entry in ipairs(AOBs) do
  local aob_addr_str = AOBScanModule(module_name, entry.aob)
  if aob_addr_str then
    local aob_addr_val = tonumber(aob_addr_str, 16)
    local offset_addr = aob_addr_val + entry.pos
    local relative_offset = readInteger(offset_addr, true)
    local final_addr = relative_offset + aob_addr_val + entry.aoblen
    synchronize(function()
      unregisterSymbol(entry.symbol)
      registerSymbol(entry.symbol, final_addr)
    end)
    print(string.format('[SymbolScanner] %s registered at: %X', entry.name, final_addr))
  else
    print(string.format('[SymbolScanner] WARNING: AOB scan failed for %s', entry.name))
  end
end

{$asm}

[DISABLE]
{$lua}
if syntaxcheck then return end
unregisterSymbol('PawnManager_addr')
{$asm}

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>12181</ID>
          <Description>"base (May need to wait for seconds)"</Description>
          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>8 Bytes</VariableType>
          <Address>PawnManager_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>12072</ID>
              <Description>"_PawnCharacterList (System.Collections.Generic.List`1&lt;app.Character&gt;)"</Description>
              <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+188</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>12073</ID>
                  <Description>"_items (app.Character[])"</Description>
                  <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>12074</ID>
                      <Description>"app.Character [0]"</Description>
                      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+20</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12075</ID>
                          <Description>"app.Human"</Description>
                          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1D8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12076</ID>
                              <Description>"&lt;StatusContext&gt;k__BackingField"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3B8</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12077</ID>
                                  <Description>"_Level"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12078</ID>
                                  <Description>"_Exp"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12079</ID>
                                  <Description>"_IncreaseParams [app.IncreaseStatus]"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+20</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12080</ID>
                                      <Description>"ReadOnly"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+31</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12081</ID>
                                      <Description>"IsCapHitPoint"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+32</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12082</ID>
                                      <Description>"IsCapStamina"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+33</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12083</ID>
                                      <Description>"IsCapAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+34</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12084</ID>
                                      <Description>"IsCapDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+35</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12085</ID>
                                      <Description>"IsCapMagicAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+36</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12086</ID>
                                      <Description>"IsCapMagicDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+37</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12087</ID>
                                      <Description>"IsCapWeight"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+38</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12088</ID>
                                      <Description>"IsCapBlow"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12089</ID>
                                      <Description>"_HitPoint"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12090</ID>
                                      <Description>"_Stamina"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12091</ID>
                                      <Description>"_Attack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12092</ID>
                                      <Description>"_Defence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12093</ID>
                                      <Description>"_MagicAttack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12094</ID>
                                      <Description>"_MagicDefence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+24</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12095</ID>
                                      <Description>"_Weight"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+28</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12096</ID>
                                      <Description>"_Blow"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+2C</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12097</ID>
                                  <Description>"_ItemIncreaseWeight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12100</ID>
                              <Description>"Hit"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+98</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12101</ID>
                                  <Description>"&lt;IsInvincible&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>+446</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12102</ID>
                                  <Description>"&lt;ReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+41C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12103</ID>
                                  <Description>"&lt;NoDamageTimer&gt;k__BackingField"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+E8</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12104</ID>
                                      <Description>"_ElapsedFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12105</ID>
                                      <Description>"_LeftFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12106</ID>
                                      <Description>"_FinishFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12107</ID>
                                      <Description>"_Ratio"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12108</ID>
                                      <Description>"_IsFinish"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Binary</VariableType>
                                      <BitStart>0</BitStart>
                                      <BitLength>1</BitLength>
                                      <ShowAsBinary>0</ShowAsBinary>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12109</ID>
                                  <Description>"&lt;MinRatioReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+424</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12110</ID>
                      <Description>"app.Character [1]"</Description>
                      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12111</ID>
                          <Description>"app.Human"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1D8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12112</ID>
                              <Description>"&lt;StatusContext&gt;k__BackingField"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3B8</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12113</ID>
                                  <Description>"_Level"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12114</ID>
                                  <Description>"_Exp"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12115</ID>
                                  <Description>"_IncreaseParams [app.IncreaseStatus]"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+20</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12116</ID>
                                      <Description>"ReadOnly"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+31</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12117</ID>
                                      <Description>"IsCapHitPoint"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+32</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12118</ID>
                                      <Description>"IsCapStamina"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+33</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12119</ID>
                                      <Description>"IsCapAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+34</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12120</ID>
                                      <Description>"IsCapDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+35</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12121</ID>
                                      <Description>"IsCapMagicAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+36</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12122</ID>
                                      <Description>"IsCapMagicDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+37</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12123</ID>
                                      <Description>"IsCapWeight"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+38</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12124</ID>
                                      <Description>"IsCapBlow"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12125</ID>
                                      <Description>"_HitPoint"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12126</ID>
                                      <Description>"_Stamina"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12127</ID>
                                      <Description>"_Attack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12128</ID>
                                      <Description>"_Defence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12129</ID>
                                      <Description>"_MagicAttack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12130</ID>
                                      <Description>"_MagicDefence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+24</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12131</ID>
                                      <Description>"_Weight"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+28</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12132</ID>
                                      <Description>"_Blow"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+2C</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12133</ID>
                                  <Description>"_ItemIncreaseWeight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12134</ID>
                              <Description>"Hit"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+98</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12135</ID>
                                  <Description>"&lt;IsInvincible&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>+446</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12136</ID>
                                  <Description>"&lt;ReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+41C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12137</ID>
                                  <Description>"&lt;NoDamageTimer&gt;k__BackingField"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+E8</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12138</ID>
                                      <Description>"_ElapsedFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12139</ID>
                                      <Description>"_LeftFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12140</ID>
                                      <Description>"_FinishFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12141</ID>
                                      <Description>"_Ratio"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12142</ID>
                                      <Description>"_IsFinish"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Binary</VariableType>
                                      <BitStart>0</BitStart>
                                      <BitLength>1</BitLength>
                                      <ShowAsBinary>0</ShowAsBinary>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12143</ID>
                                  <Description>"&lt;MinRatioReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+424</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>12144</ID>
                      <Description>"app.Character [2]"</Description>
                      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>12145</ID>
                          <Description>"app.Human"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <ShowAsHex>1</ShowAsHex>
                          <ShowAsSigned>0</ShowAsSigned>
                          <GroupHeader>1</GroupHeader>
                          <Address>+1D8</Address>
                          <Offsets>
                            <Offset>0</Offset>
                          </Offsets>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>12146</ID>
                              <Description>"&lt;StatusContext&gt;k__BackingField"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+3B8</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12147</ID>
                                  <Description>"_Level"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+2C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12148</ID>
                                  <Description>"_Exp"</Description>
                                  <ShowAsSigned>1</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>+28</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12149</ID>
                                  <Description>"_IncreaseParams [app.IncreaseStatus]"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+20</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12150</ID>
                                      <Description>"ReadOnly"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+31</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12151</ID>
                                      <Description>"IsCapHitPoint"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+32</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12152</ID>
                                      <Description>"IsCapStamina"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+33</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12153</ID>
                                      <Description>"IsCapAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+34</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12154</ID>
                                      <Description>"IsCapDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+35</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12155</ID>
                                      <Description>"IsCapMagicAttack"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+36</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12156</ID>
                                      <Description>"IsCapMagicDefence"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+37</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12157</ID>
                                      <Description>"IsCapWeight"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+38</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12158</ID>
                                      <Description>"IsCapBlow"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Byte</VariableType>
                                      <Address>+30</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12159</ID>
                                      <Description>"_HitPoint"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12160</ID>
                                      <Description>"_Stamina"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12161</ID>
                                      <Description>"_Attack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12162</ID>
                                      <Description>"_Defence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12163</ID>
                                      <Description>"_MagicAttack"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12164</ID>
                                      <Description>"_MagicDefence"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+24</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12165</ID>
                                      <Description>"_Weight"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+28</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12166</ID>
                                      <Description>"_Blow"</Description>
                                      <ShowAsSigned>1</ShowAsSigned>
                                      <VariableType>4 Bytes</VariableType>
                                      <Address>+2C</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12167</ID>
                                  <Description>"_ItemIncreaseWeight"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+30</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>12168</ID>
                              <Description>"Hit"</Description>
                              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                              <ShowAsHex>1</ShowAsHex>
                              <ShowAsSigned>0</ShowAsSigned>
                              <GroupHeader>1</GroupHeader>
                              <Address>+98</Address>
                              <Offsets>
                                <Offset>0</Offset>
                              </Offsets>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>12169</ID>
                                  <Description>"&lt;IsInvincible&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>+446</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12170</ID>
                                  <Description>"&lt;ReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+41C</Address>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12171</ID>
                                  <Description>"&lt;NoDamageTimer&gt;k__BackingField"</Description>
                                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                                  <ShowAsHex>1</ShowAsHex>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <GroupHeader>1</GroupHeader>
                                  <Address>+E8</Address>
                                  <Offsets>
                                    <Offset>0</Offset>
                                  </Offsets>
                                  <CheatEntries>
                                    <CheatEntry>
                                      <ID>12172</ID>
                                      <Description>"_ElapsedFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+10</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12173</ID>
                                      <Description>"_LeftFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+14</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12174</ID>
                                      <Description>"_FinishFrame"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+18</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12175</ID>
                                      <Description>"_Ratio"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Float</VariableType>
                                      <Address>+1C</Address>
                                    </CheatEntry>
                                    <CheatEntry>
                                      <ID>12176</ID>
                                      <Description>"_IsFinish"</Description>
                                      <ShowAsSigned>0</ShowAsSigned>
                                      <VariableType>Binary</VariableType>
                                      <BitStart>0</BitStart>
                                      <BitLength>1</BitLength>
                                      <ShowAsBinary>0</ShowAsBinary>
                                      <Address>+20</Address>
                                    </CheatEntry>
                                  </CheatEntries>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>12177</ID>
                                  <Description>"&lt;MinRatioReducedMaxHp&gt;k__BackingField"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Float</VariableType>
                                  <Address>+424</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>11812</ID>
      <Description>"app.ItemManager"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not AOBScanModule then
  function AOBScanModule(moduleName, signature)
    local baseAddr = nil
    local maxAddr = 0
    local modList
    synchronize(function()
      modList = enumModules()
    end)
    for _, mod in ipairs(modList) do
      if string.lower(mod.Name) == string.lower(moduleName) then
        baseAddr = mod.Address
        maxAddr = baseAddr + mod.Size
        break
      end
    end
    if not baseAddr then return nil end
    local ms = createMemScan()
    synchronize(function()
      ms.firstScan(soExactValue, vtByteArray, nil, signature,
        nil, baseAddr, maxAddr, '+X-C-W', fsmNotAligned, '1', true, true, false, false)
    end)
    ms.waitTillDone()
    local results = createFoundList(ms)
    results.initialize()
    local addr
    synchronize(function()
      if results.getCount() &gt; 0 then
        addr = results[0]
      end
    end)
    results.destroy()
    ms.destroy()
    return addr
  end
end

local AOBs = {
  {name='ItemManager', aob='?? 8B ?? ?? ?? ?? ?? ?? 8B ?? 48 83 C4 20 ?? E9 ?? ?? ?? ?? CC CC CC CC CC CC CC CC CC CC ?? 89 ?? 24 ?? ?? 89 ?? ?? ?? ?? 89 ?? 24 ?? ?? ?? ?? ?? ?? 48 83 EC 20 ?? 8B ?? ?? 8B ?? ?? 8B ?? FF ?? A0 00 00 00 ?? 8B ?? ?? ?? ?? ?? ?? 33 ?? ?? 8B ?? ?? ?? ?? ?? ?? 8B ?? ?? 8B ?? ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 8D ?? 01 E8 ?? ?? ?? ?? 33 ?? ?? 8D ?? ?? ?? ?? ?? C7 ?? 10 01 00 00 00 ?? 89 ?? 28 ?? 63 ?? 08 85 ?? 75 ?? 8B ?? EB ?? ?? 03 ?? ?? 89 ?? 20 ?? 8B ?? ?? 8B ?? ?? 89 ?? 18 ?? 8B ?? E8 ?? ?? ?? ?? ?? 8B ?? ?? ?? ?? ?? ?? 33 ?? ?? 8B ?? ?? ?? ?? ?? ?? 8B ?? ?? 8B ?? ?? ?? ?? ?? ?? 8D ?? 01 E8 ?? ?? ?? ?? C7 ?? 10 01 00 00 00 ?? 89 ?? 28 ?? 63 ?? 08 85 ?? 75', pos=3, aoblen=7, symbol='ItemManager_addr'},
}

local module_name = process

for _, entry in ipairs(AOBs) do
  local aob_addr_str = AOBScanModule(module_name, entry.aob)
  if aob_addr_str then
    local aob_addr_val = tonumber(aob_addr_str, 16)
    local offset_addr = aob_addr_val + entry.pos
    local relative_offset = readInteger(offset_addr, true)
    local final_addr = relative_offset + aob_addr_val + entry.aoblen
    synchronize(function()
      unregisterSymbol(entry.symbol)
      registerSymbol(entry.symbol, final_addr)
    end)
    print(string.format('[SymbolScanner] %s registered at: %X', entry.name, final_addr))
  else
    print(string.format('[SymbolScanner] WARNING: AOB scan failed for %s', entry.name))
  end
end

{$asm}

[DISABLE]
{$lua}
if syntaxcheck then return end
unregisterSymbol('ItemManager_addr')
{$asm}

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>11813</ID>
          <Description>"base (May need to wait for seconds)"</Description>
          <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>8 Bytes</VariableType>
          <Address>ItemManager_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>11814</ID>
              <Description>"ItemParams"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+10</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>11815</ID>
                  <Description>"_NormalWeightRankThresholds [app.ItemParameters.WeightRankThresholds]"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+20</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>11816</ID>
                      <Description>"_RatioLight"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11817</ID>
                      <Description>"_RatioMedium"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11818</ID>
                      <Description>"_RatioHeavy"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11819</ID>
                      <Description>"_RatioVeryHeavy"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+1C</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>11820</ID>
                  <Description>"_SpecialNormalWeightRankThresholds [app.ItemParameters.WeightRankThresholds]"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+28</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>11821</ID>
                      <Description>"_RatioLight"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11822</ID>
                      <Description>"_RatioMedium"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11823</ID>
                      <Description>"_RatioHeavy"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11824</ID>
                      <Description>"_RatioVeryHeavy"</Description>
                      <ShowAsSigned>1</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+1C</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>11825</ID>
                  <Description>"_IncreaseWeight"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+30</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11826</ID>
                  <Description>"_IncreaseWeightMax"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+34</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11827</ID>
                  <Description>"_AutoMixWaitSec"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+38</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11828</ID>
                  <Description>"_AutoMixWeightRate"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+3C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11829</ID>
                  <Description>"_AutoMoveInventoryWaitSec"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+40</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11830</ID>
                  <Description>"_AutoMoveInventoryWeightRate"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11831</ID>
                  <Description>"_AutoSellRate"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11832</ID>
                  <Description>"_AutoSellStopWeightRate"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+4C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11833</ID>
                  <Description>"_FarDist"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>+50</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11834</ID>
                  <Description>"_WarpPointPutEnableNum"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+54</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>11894</ID>
              <Description>"app.Wp10_003_00Parameter"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+60</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>11895</ID>
                  <Description>"_Elements"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+10</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>11896</ID>
                      <Description>"[0] [app.Wp10_003_00Parameter.Element]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+20</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11897</ID>
                          <Description>"_Probability"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11898</ID>
                          <Description>"_Gold"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11899</ID>
                      <Description>"[1] [app.Wp10_003_00Parameter.Element]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+28</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11900</ID>
                          <Description>"_Probability"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11901</ID>
                          <Description>"_Gold"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>11902</ID>
                      <Description>"[2] [app.Wp10_003_00Parameter.Element]"</Description>
                      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+30</Address>
                      <Offsets>
                        <Offset>0</Offset>
                      </Offsets>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>11903</ID>
                          <Description>"_Probability"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Float</VariableType>
                          <Address>+10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>11904</ID>
                          <Description>"_Gold"</Description>
                          <ShowAsSigned>1</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>+14</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>11892</ID>
      <Description>"Dragon's Dogma 2  /  https://opencheattables.com  /  CE 7.6+"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <Color>008C00</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>11884</ID>
          <Description>"Allow VEH - reduce crash - danger: system-side"</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>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Code :mov ecx,[rax+10]</Description>
      <AddressString>DD2.exe+3F75DEF</AddressString>
      <Before>
        <Byte>01</Byte>
        <Byte>8B</Byte>
        <Byte>C8</Byte>
        <Byte>EB</Byte>
        <Byte>03</Byte>
      </Before>
      <Actual>
        <Byte>8B</Byte>
        <Byte>48</Byte>
        <Byte>10</Byte>
      </Actual>
      <After>
        <Byte>48</Byte>
        <Byte>B8</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols/>
</CheatTable>
