<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="42">
  <CheatEntries>
    <CheatEntry>
      <ID>50410</ID>
      <Description>"Disable Weapon and Costume Reset"</Description>
      <Color>FF8000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : sao_al.exe
  Version: 
  Date   : 2023-01-22
  Author : Baboy

  This script does blah blah blah
}

[ENABLE]

//For Clothes

aobscanmodule(Disable_Outfit,sao_al.exe,66 41 89 85 E4 00 00 00) // should be unique
alloc(newmem,$1000,Disable_Outfit)

label(code)
label(return)

newmem:

code:
  nop
  jmp return

Disable_Outfit:
  jmp newmem
  nop 3
return:
registersymbol(Disable_Outfit)

//For Weapons

aobscanmodule(Disable_Weapon,sao_al.exe,66 41 89 85 DE 00 00 00) // should be unique
alloc(newmem2,$1000,Disable_Weapon)

label(code2)
label(return2)

newmem2:

code2:
  nop
  jmp return2

Disable_Weapon:
  jmp newmem2
  nop 3
return2:
registersymbol(Disable_Weapon)




[DISABLE]

Disable_Outfit:
  db 66 41 89 85 E4 00 00 00

Disable_Weapon:
  db 66 41 89 85 DE 00 00 00

unregistersymbol(Disable_Outfit)
dealloc(newmem)
unregistersymbol(Disable_Weapon)
dealloc(newmem2)




</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>50860</ID>
      <Description>"Aura Related"</Description>
      <Options moHideChildren="1"/>
      <Color>400080</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>50861</ID>
          <Description>"Aura Changer"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : sao_al.exe
  Version: 
  Date   : 2023-01-25
  Author : Baboy

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Aura_Manipulate,sao_al.exe,66 45 89 9A B0 00 00 00) // should be unique
alloc(newmem,$1000,Aura_Manipulate)

alloc(Wind,8)
registersymbol(Wind)

alloc(Metal,8)
registersymbol(Metal)

alloc(Water,8)
registersymbol(Water)

label(Wind1)
label(Metal2)
label(Water3)
label(code)
label(return)

Wind:
 dq #60

Metal:
 dq #105

Water:
 dq #90

newmem:
 pushf
 cmp r11w,#60 //Tailwind
 je Wind1
 cmp r11w,#105 //Metal Level 2
 je Metal2
 cmp r11w,#90 //Water Level 3
 je Water3
 jne code

Water3:
  mov r11w,[Water]
  jmp code

Metal2:
  mov r11w,[Metal]
  jmp code

Wind1:
  mov r11w,[Wind]
  jmp code

code:
  mov [r10+000000B0],r11w
  popf
  jmp return

Aura_Manipulate:
  jmp newmem
  nop 3
return:
registersymbol(Aura_Manipulate)

[DISABLE]

Aura_Manipulate:
  db 66 45 89 9A B0 00 00 00

unregistersymbol(Aura_Manipulate)
unregistersymbol(Wind)
unregistersymbol(Metal)
unregistersymbol(Water)
dealloc(newmem)
dealloc(Wind)
dealloc(Metal)
dealloc(Water)
{
// ORIGINAL CODE - INJECTION POINT: sao_al.exe+15BD12

sao_al.exe+15BCEC: 84 C0                             - test al,al
sao_al.exe+15BCEE: 74 0E                             - je sao_al.exe+15BCFE
sao_al.exe+15BCF0: 44 0F B6 C0                       - movzx r8d,al
sao_al.exe+15BCF4: 0F 57 DB                          - xorps xmm3,xmm3
sao_al.exe+15BCF7: E8 04 0F 22 00                    - call sao_al.exe+37CC00
sao_al.exe+15BCFC: EB 05                             - jmp sao_al.exe+15BD03
sao_al.exe+15BCFE: E8 9D 09 22 00                    - call sao_al.exe+37C6A0
sao_al.exe+15BD03: 84 C0                             - test al,al
sao_al.exe+15BD05: 74 0B                             - je sao_al.exe+15BD12
sao_al.exe+15BD07: 41 C7 82 A0 00 00 00 FF FF FF FF  - mov [r10+000000A0],FFFFFFFF
// ---------- INJECTING HERE ----------
sao_al.exe+15BD12: 66 45 89 9A B0 00 00 00           - mov [r10+000000B0],r11w
// ---------- DONE INJECTING  ----------
sao_al.exe+15BD1A: 48 83 C4 28                       - add rsp,28
sao_al.exe+15BD1E: C3                                - ret 
sao_al.exe+15BD1F: CC                                - int 3 
sao_al.exe+15BD20: 48 85 D2                          - test rdx,rdx
sao_al.exe+15BD23: 0F 84 5E 02 00 00                 - je sao_al.exe+15BF87
sao_al.exe+15BD29: 48 89 5C 24 08                    - mov [rsp+08],rbx
sao_al.exe+15BD2E: 57                                - push rdi
sao_al.exe+15BD2F: 48 83 EC 40                       - sub rsp,40
sao_al.exe+15BD33: 48 8B 05 D6 F1 F4 01              - mov rax,[sao_al.exe+20AAF10]
sao_al.exe+15BD3A: 48 8B D9                          - mov rbx,rcx
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>50862</ID>
              <Description>"Tailwind Replacer"</Description>
              <DropDownList DisplayValueAsItem="1">51:Lightning Aura
53:Purple Lightning Sparks
411:Ice Aura
412:Purple Aura
418:Dark Straight Line Aura
425:Purple Chains
714:Cool Flames Around
1246:Dark Purple Charging Effect
1456:Ligther dark purple charging effect
2520:Start of Sacred Art Charging Effects
2530:Pink sacred art effect
2540:Darkness Sacred Art Effect
2549:Fire Sacred Art Effect
2592:Rage Effect
2952:Faint Purple Particles
4045:Purple Smoke
4220:Gold Shield Effect
4222:White Shield Effect
5034:Orange Particles
5035:Blue Particles
5504:Blue Flaming Aura
5505:Orange Flaming Aura
5515:Icy Aura
5517:Purple Smoke Aura
5529:Faint Purple Particles
5565:Black and Purple Smoke
5570:Purple Smoke with purple particles
6070:Red circles around
6071:Red square around
6114:Blue flames with black swirls
6115:Shield sphere aura
6120:red and black flames with black red swirls
6125:Green mist aura
6127:Green flames with green swirls
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>Wind</Address>
              <Hotkeys>
                <Hotkey>
                  <Action>Increase Value</Action>
                  <Keys>
                    <Key>189</Key>
                  </Keys>
                  <Value>1</Value>
                  <ID>0</ID>
                  <ActivateSound>Activate</ActivateSound>
                </Hotkey>
                <Hotkey>
                  <Action>Increase Value</Action>
                  <Keys>
                    <Key>187</Key>
                  </Keys>
                  <Value>2</Value>
                  <ID>1</ID>
                  <ActivateSound>Activate</ActivateSound>
                </Hotkey>
              </Hotkeys>
            </CheatEntry>
            <CheatEntry>
              <ID>50863</ID>
              <Description>"Metal Lvl 2 Replacer"</Description>
              <DropDownListLink>Tailwind Replacer</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>Metal</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>50864</ID>
              <Description>"Water lvl 3 Replacer"</Description>
              <DropDownListLink>Tailwind Replacer</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>Water</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>50865</ID>
          <Description>"Permanent Auras"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : sao_al.exe
  Version: 
  Date   : 2023-01-25
  Author : Baboy

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Tailwind,sao_al.exe,F3 0F 11 BB 98 3E 00 00) // should be unique
alloc(newmem,$1000,Tailwind)

label(code)
label(return)

newmem:
  pushf
  cmp r8,0
  jne code
  cmp r9,0
  jne code
  nop
  popf
  jmp return


code:
  popf
  movss [rbx+00003E98],xmm7
  jmp return

Tailwind:
  jmp newmem
  nop 3
return:
registersymbol(Tailwind)

[DISABLE]

Tailwind:
  db F3 0F 11 BB 98 3E 00 00

unregistersymbol(Tailwind)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: sao_al.exe+559062

sao_al.exe+55902C: 0F 28 74 24 30           - movaps xmm6,[rsp+30]
sao_al.exe+559031: EB 23                    - jmp sao_al.exe+559056
sao_al.exe+559033: 80 3D 30 B3 B5 01 01     - cmp byte ptr [sao_al.exe+20B436A],01
sao_al.exe+55903A: 75 12                    - jne sao_al.exe+55904E
sao_al.exe+55903C: F3 0F 10 05 48 4C 76 01  - movss xmm0,[sao_al.exe+1CBDC8C]
sao_al.exe+559044: F3 0F 59 05 54 4D 4A 01  - mulss xmm0,[sao_al.exe+19FDDA0]
sao_al.exe+55904C: EB 08                    - jmp sao_al.exe+559056
sao_al.exe+55904E: F3 0F 10 05 46 45 76 01  - movss xmm0,[sao_al.exe+1CBD59C]
sao_al.exe+559056: F3 0F 59 83 A0 3E 00 00  - mulss xmm0,[rbx+00003EA0]
sao_al.exe+55905E: F3 0F 58 F8              - addss xmm7,xmm0
// ---------- INJECTING HERE ----------
sao_al.exe+559062: F3 0F 11 BB 98 3E 00 00  - movss [rbx+00003E98],xmm7
// ---------- DONE INJECTING  ----------
sao_al.exe+55906A: 0F 28 7C 24 20           - movaps xmm7,[rsp+20]
sao_al.exe+55906F: 90                       - nop 
sao_al.exe+559070: 45 33 C9                 - xor r9d,r9d
sao_al.exe+559073: 4C 8B C6                 - mov r8,rsi
sao_al.exe+559076: 8B D7                    - mov edx,edi
sao_al.exe+559078: 48 8B CB                 - mov rcx,rbx
sao_al.exe+55907B: E8 80 32 00 00           - call sao_al.exe+55C300
sao_al.exe+559080: 4C 8B C6                 - mov r8,rsi
sao_al.exe+559083: 8B D7                    - mov edx,edi
sao_al.exe+559085: 48 8B CB                 - mov rcx,rbx
}
</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>50555</ID>
      <Description>"Skill Related"</Description>
      <Options moHideChildren="1"/>
      <Color>8000FF</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>50424</ID>
          <Description>"Change Sacred Art Generated"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : sao_al.exe
  Version: 
  Date   : 2023-01-26
  Author : Baboy

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(SacredArtManipulate,sao_al.exe,66 89 87 90 0B 00 00) // should be unique
alloc(newmem,$1000,SacredArtManipulate)

//Fire
alloc(FireReplacer1,2)
registersymbol(FireReplacer1)
alloc(FireReplacer2,2)
registersymbol(FireReplacer2)
alloc(FireReplacer3,2)
registersymbol(FireReplacer3)
label(Firelvl1)
label(Firelvl2)
label(Firelvl3)

//Ice
alloc(IceReplacer1,2)
registersymbol(IceReplacer1)
alloc(IceReplacer2,2)
registersymbol(IceReplacer2)
alloc(IceReplacer3,2)
registersymbol(IceReplacer3)
label(Icelvl1)
label(Icelvl2)
label(Icelvl3)

//Wind
alloc(WindReplacer1,2)
registersymbol(WindReplacer1)
alloc(WindReplacer2,2)
registersymbol(WindReplacer2)
alloc(WindReplacer3,2)
registersymbol(WindReplacer3)
label(Windlvl1)
label(Windlvl2)
label(Windlvl3)

//Water
alloc(WaterReplacer1,2)
registersymbol(WaterReplacer1)
alloc(WaterReplacer2,2)
registersymbol(WaterReplacer2)
alloc(WaterReplacer3,2)
registersymbol(WaterReplacer3)
label(Waterlvl1)
label(Waterlvl2)
label(Waterlvl3)

//Water
alloc(WaterReplacer1,2)
registersymbol(WaterReplacer1)
alloc(WaterReplacer2,2)
registersymbol(WaterReplacer2)
alloc(WaterReplacer3,2)
registersymbol(WaterReplacer3)
label(Waterlvl1)
label(Waterlvl2)
label(Waterlvl3)


//Metal
alloc(MetalReplacer1,2)
registersymbol(MetalReplacer1)
alloc(MetalReplacer2,2)
registersymbol(MetalReplacer2)
alloc(MetalReplacer3,2)
registersymbol(MetalReplacer3)
label(Metallvl1)
label(Metallvl2)
label(Metallvl3)

//Crystal
alloc(CrystalReplacer1,2)
registersymbol(CrystalReplacer1)
alloc(CrystalReplacer2,2)
registersymbol(CrystalReplacer2)
alloc(CrystalReplacer3,2)
registersymbol(CrystalReplacer3)
label(Crystallvl1)
label(Crystallvl2)
label(Crystallvl3)

//Light
alloc(LightReplacer1,2)
registersymbol(LightReplacer1)
alloc(LightReplacer2,2)
registersymbol(LightReplacer2)
alloc(LightReplacer3,2)
registersymbol(LightReplacer3)
label(Lightlvl1)
label(Lightlvl2)
label(Lightlvl3)

//Darkness
alloc(DarknessReplacer1,2)
registersymbol(DarknessReplacer1)
alloc(DarknessReplacer2,2)
registersymbol(DarknessReplacer2)
alloc(DarknessReplacer3,2)
registersymbol(DarknessReplacer3)
label(Darknesslvl1)
label(Darknesslvl2)
label(Darknesslvl3)

label(code)
label(return)


FireReplacer1:
  dd #8501
FireReplacer2:
  dd #8502
FireReplacer3:
  dd #8503

IceReplacer1:
  dd #8511
IceReplacer2:
  dd #8512
IceReplacer3:
  dd #8513

WindReplacer1:
  dd #8521
WindReplacer2:
  dd #8522
WindReplacer3:
  dd #8523

WaterReplacer1:
  dd #8531
WaterReplacer2:
  dd #8532
WaterReplacer3:
  dd #8533

MetalReplacer1:
  dd #8541
MetalReplacer2:
  dd #8542
MetalReplacer3:
  dd #8543

CrystalReplacer1:
  dd #8551
CrystalReplacer2:
  dd #8552
CrystalReplacer3:
  dd #8553

LightReplacer1:
  dd #8561
LightReplacer2:
  dd #8562
LightReplacer3:
  dd #8563

DarknessReplacer1:
  dd #8571
DarknessReplacer2:
  dd #8572
DarknessReplacer3:
  dd #8573

newmem:
  pushf
  cmp [rdi+00000BA0], 0 //check if kirito
  jne code
  cmp ax,#8501 //Fire 1
  je Firelvl1
  cmp ax,#8502 //Fire 2
  je Firelvl2
  cmp ax,#8503 //Fire 3
  je Firelvl3
  cmp ax,#8511 //Ice 1
  je Icelvl1
  cmp ax,#8512 //Ice 2
  je Icelvl2
  cmp ax,#8513 //Ice 3
  je Icelvl3
  cmp ax,#8521 //Wind 1
  je Windlvl1
  cmp ax,#8522 //Wind 2
  je Windlvl2
  cmp ax,#8523 //Wind 3
  je Windlvl3
  cmp ax,#8531 //Water 1
  je Waterlvl1
  cmp ax,#8532 //Water 2
  je Waterlvl2
  cmp ax,#8533 //Water 3
  je Waterlvl3
  cmp ax,#8541 //Metal 1
  je Metallvl1
  cmp ax,#8542 //Metal 2
  je Metallvl2
  cmp ax,#8543 //Metal 3
  je Metallvl3
  cmp ax,#8551 //Crystal 1
  je Crystallvl1
  cmp ax,#8552 //Crystal 2
  je Crystallvl2
  cmp ax,#8553 //Crystal 3
  je Crystallvl3
  cmp ax,#8561 //Light 1
  je Lightlvl1
  cmp ax,#8562 //Light 2
  je Lightlvl2
  cmp ax,#8563 //Light 3
  je Lightlvl3
  cmp ax,#8571 //Darkness 1
  je Darknesslvl1
  cmp ax,#8572 //Darkness 2
  je Darknesslvl2
  cmp ax,#8573 //Darkness 3
  je Darknesslvl3
  jmp code


Firelvl1:
  mov ax,[FireReplacer1]
  jmp code
Firelvl2:
  mov ax,[FireReplacer2]
  jmp code
Firelvl3:
  mov ax,[FireReplacer3]
  jmp code

Icelvl1:
  mov ax,[IceReplacer1]
  jmp code
Icelvl2:
  mov ax,[IceReplacer2]
  jmp code
Icelvl3:
  mov ax,[IceReplacer3]
  jmp code

Windlvl1:
  mov ax,[WindReplacer1]
  jmp code
Windlvl2:
  mov ax,[WindReplacer2]
  jmp code
Windlvl3:
  mov ax,[WindReplacer3]
  jmp code

Waterlvl1:
  mov ax,[WaterReplacer1]
  jmp code
Waterlvl2:
  mov ax,[WaterReplacer2]
  jmp code
Waterlvl3:
  mov ax,[WaterReplacer3]
  jmp code

Metallvl1:
  mov ax,[MetalReplacer1]
  jmp code
Metallvl2:
  mov ax,[MetalReplacer2]
  jmp code
Metallvl3:
  mov ax,[MetalReplacer3]
  jmp code

Crystallvl1:
  mov ax,[CrystalReplacer1]
  jmp code
Crystallvl2:
  mov ax,[CrystalReplacer2]
  jmp code
Crystallvl3:
  mov ax,[CrystalReplacer3]
  jmp code

Lightlvl1:
  mov ax,[LightReplacer1]
  jmp code
Lightlvl2:
  mov ax,[LightReplacer2]
  jmp code
Lightlvl3:
  mov ax,[LightReplacer3]
  jmp code

Darknesslvl1:
  mov ax,[DarknessReplacer1]
  jmp code
Darknesslvl2:
  mov ax,[DarknessReplacer2]
  jmp code
Darknesslvl3:
  mov ax,[DarknessReplacer3]
  jmp code

code:
  mov [rdi+00000B90],ax
  popf
  jmp return

SacredArtManipulate:
  jmp newmem
  nop 2
return:
registersymbol(SacredArtManipulate)

[DISABLE]

SacredArtManipulate:
  db 66 89 87 90 0B 00 00

unregistersymbol(SacredArtManipulate)
unregistersymbol(FireReplacer1)
unregistersymbol(FireReplacer2)
unregistersymbol(FireReplacer3)
unregistersymbol(IceReplacer1)
unregistersymbol(IceReplacer2)
unregistersymbol(IceReplacer3)
unregistersymbol(WindReplacer1)
unregistersymbol(WindReplacer2)
unregistersymbol(WindReplacer3)
unregistersymbol(WaterReplacer1)
unregistersymbol(WaterReplacer2)
unregistersymbol(WaterReplacer3)
unregistersymbol(MetalReplacer1)
unregistersymbol(MetalReplacer2)
unregistersymbol(MetalReplacer3)
unregistersymbol(CrystalReplacer1)
unregistersymbol(CrystalReplacer2)
unregistersymbol(CrystalReplacer3)
unregistersymbol(LightReplacer1)
unregistersymbol(LightReplacer2)
unregistersymbol(LightReplacer3)
unregistersymbol(DarknessReplacer1)
unregistersymbol(DarknessReplacer2)
unregistersymbol(DarknessReplacer3)
dealloc(FireReplacer1)
dealloc(FireReplacer2)
dealloc(FireReplacer3)
dealloc(IceReplacer1)
dealloc(IceReplacer2)
dealloc(IceReplacer3)
dealloc(WindReplacer1)
dealloc(WindReplacer2)
dealloc(WindReplacer3)
dealloc(WaterReplacer1)
dealloc(WaterReplacer2)
dealloc(WaterReplacer3)
dealloc(MetalReplacer1)
dealloc(MetalReplacer2)
dealloc(MetalReplacer3)
dealloc(CrystalReplacer1)
dealloc(CrystalReplacer2)
dealloc(CrystalReplacer3)
dealloc(LightReplacer1)
dealloc(LightReplacer2)
dealloc(LightReplacer3)
dealloc(DarknessReplacer1)
dealloc(DarknessReplacer2)
dealloc(DarknessReplacer3)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: sao_al.exe+2A24B1

sao_al.exe+2A2492: E8 D9 9B 29 00        - call sao_al.exe+53C070
sao_al.exe+2A2497: FF CB                 - dec ebx
sao_al.exe+2A2499: 0F B7 45 B0           - movzx eax,word ptr [rbp-50]
sao_al.exe+2A249D: 45 33 FF              - xor r15d,r15d
sao_al.exe+2A24A0: 66 44 3B F8           - cmp r15w,ax
sao_al.exe+2A24A4: 75 0B                 - jne sao_al.exe+2A24B1
sao_al.exe+2A24A6: 85 DB                 - test ebx,ebx
sao_al.exe+2A24A8: 79 A7                 - jns sao_al.exe+2A2451
sao_al.exe+2A24AA: 32 C0                 - xor al,al
sao_al.exe+2A24AC: E9 8A 01 00 00        - jmp sao_al.exe+2A263B
// ---------- INJECTING HERE ----------
sao_al.exe+2A24B1: 66 89 87 90 0B 00 00  - mov [rdi+00000B90],ax
// ---------- DONE INJECTING  ----------
sao_al.exe+2A24B8: 44 89 A7 70 0B 00 00  - mov [rdi+00000B70],r12d
sao_al.exe+2A24BF: 44 89 AF 7C 0B 00 00  - mov [rdi+00000B7C],r13d
sao_al.exe+2A24C6: 48 8B 05 43 8A E0 01  - mov rax,[sao_al.exe+20AAF10]
sao_al.exe+2A24CD: 48 85 C0              - test rax,rax
sao_al.exe+2A24D0: 74 22                 - je sao_al.exe+2A24F4
sao_al.exe+2A24D2: 48 8B 40 18           - mov rax,[rax+18]
sao_al.exe+2A24D6: 48 05 20 33 04 00     - add rax,00043320
sao_al.exe+2A24DC: 74 16                 - je sao_al.exe+2A24F4
sao_al.exe+2A24DE: 48 8B 86 F0 11 00 00  - mov rax,[rsi+000011F0]
sao_al.exe+2A24E5: 48 89 45 B8           - mov [rbp-48],rax
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>50446</ID>
              <Description>"Fire"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50423</ID>
                  <Description>"Fire Lvl 1 Replacer"</Description>
                  <DropDownList DisplayValueAsItem="1">90:Dodge Backwards?
511:Teleport?
518:Teleport 2
519:Teleport 3
1101:Start of 1 handed sword skills
1171:End of 1 handed sword skills
1301:Start of Enemy 1 handed sword skills
1371:End of Enemy 1 handed sword skills
1601:Start of Rapier Skills
1671:End of Rapier skills
1801:Start of Enemy Rapier Skills
1871:End of Enemy Rapier Skills
2601:Start of Dagger Skills
2671:End of Dagger Skills
2801:Start of Enemy Dagger Skills
2871:End of Enemy Dagger Skills
3101:Start of Mace Skills
3171:End of Mace Skills
3181:Some Flashy Skill?
3601:Start of Whip Skills
3671:End of Whip Skills
4101:Start of Katana Skills
4171:End of Katana Skills
4301:Start of Enemy Katana Skills
4371:End of Enemy Katana Skills
4601:Start of 2 handed Skills
4671:End of 2 handed Skills
4801:Start of Enemy 2 handed skills
4871:End of Enemy 2 handed skills
6101:Start of Bow Skills
6171:End of Bow Skills
6401:Start of Enemy Bow Skills
6471:End of Enemy Bow Skills
6601:Start of Dual Wield Skills
6671:End of Dual Wield Skills
7001:Start of Eldrie's Boss Movesets (Whip)
7021:Tract Strike
7022:Swing Whip
7023:Roaring Beat
7024:Catch Move
7026:Turnover
7027:Dropcrash
7028:Sonic Beast
7038:Dance of Madness
7051:Scowling Serpent
7052:Screeching Fiend
7061:Eugeo Cutscene Skill?
7062:Ice Spikes?
7071:Start of Eugeo's Normal Combo String?
7086:Big Ice Spike
7090:Big Ice Summon
7101:Start of Deusolbort's Boss Movesets (Bow)
7121:Aim and Shoot
7122:Hail of Bullets
7123:No name?
7132:Aim and Shoot
7156:Phoenix Descent
7161:Eugeo Cutscene
7162:Ice Spikes 2?
7163:Ice Summon
7201:Start of Fanatio's Boss Movesets (Rapier)
7221:Linear
7222:Flashing Penetrator
7223:Raging Valkyrie
7233:H-P Light Meteorite
7236:H-P Light Judgement
7238:H-P Light God of Destruction
7242:More Heaven Piercing Light?
7253:Dodge and Slash
7301:Start of Alice Boss Movesets (1 Handed Sword)
7312:Alice's Dodge Right
7313:Alice's Dodge Left
7321:Horizontal 1
7322:Horizontal 2
7323:Horizontal 3
7324:Savage Fulcrum
7325:Vertical 1
7326:Vertical 2
7327:Vertical 3
7328:Vertical 4
7329:Sonic Leap 1
7330:Sonic Leap 2
7331:Storm of Petals
7333:Unending Flower Dance
7341:Alice Unique Skill 1
7342:Alice Unique Skill 2
7343:Alice Unique Skill 3
7401:Start of More katana moves
7421:Zekku
7424:Tsujikaze
7425:Tsujikaze 2
7426:Tsujikaze 3
7427:Ukifune
7428:Ukifune 2
7429:Ukifune 3
7430:Tsumuji-Guruma
7431:Shinonome
7432:Gengetsu
7433:Hiougi
7434:Hiougi 2
7435:Sanka
7436:Sanka 2
7463:Blazing Glow
7466:Flame Tornado
7501:Start of more 1 handed sword skills
7601:More Rapier Skills
7701:More Dupe Katana Skills
7751:Double Cross Halo
7752:Double Cross Vanward
7753:Double Cross Turnabout
7821:Dupe Dagger Skills
7921:Dupe 2 Handed Skills
8501:Arrow Shape
8502:Blazing Glow
8503:Flame Tornado
8511:Arctic Thorn
8512:Terrafrost
8513:Glacial Vein
8521:Tailwind
8522:Magic Mirror
8523:Accelerator
8531:Water Cutter
8532:Splash Bomb
8533:Bubble Wall
8541:Create Metal
8542:Strong Body
8543:Force barrier
8551:Create Mirror
8552:Jewel Lance
8553:Crystal Bind
8561:Luminous
8562:Divine Light
8563:Merciful Shine
8571:Blinding Field
8572:Dark Impact
8573:Dazzling Aura
8701:Start of Finish Art Triggers (Including Enhance Armament)
8772:End of Finish Art Triggers
8801:More Triggers
9951:Unknown Skill
10001:Dreadblow (Start of enemy mob skills)
10071:Shield Skill (Makes you invulnerable for a short time)
10171:Another Buff?
10211:Petal Barrage?
10212:Summon Bees?
10271:Another Buff
10811:Shoots out lasers?
10812:Roar?
10813:Explosion?
10814:more lasers
10871:Another shield skill
15218:Cool lasers
17016:Summon Lightning
17041:More lightning summons
17221:More 2 handed skills
17411:More Dagger Skills
17511:Some Cool Enemy skills
17621:More Mace Skills
21000:Start of Buff Skills? (Cooldowns Still Apply)
26460:Virulent Madness
26610:Fill Arts Gauge to Max
26630:Reduce Post Motion Delay
26720:Post Motion Delay set to 0
40001:More Finish Arts and Release Recollection Triggers
40211:More Triggers
40281:More Triggers
40401:More Triggers
40601:Dual Wield Skills Again?
41101:Start of Spear Skills
41171:End of Spear Skills
42101:Start of Shield and Axe Skills
42171:End of Spear Skills
45331:Tyrant's Decree
45721:Permanent? Def Lvl + 3 and Damage Reduction +90 Buff
47581:Cool Dash Forward
47584:Cool Dash Backward
47711:Cool Sword Slashes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>FireReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50445</ID>
                  <Description>"Fire Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>FireReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50444</ID>
                  <Description>"Fire Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>FireReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50451</ID>
              <Description>"Ice"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50452</ID>
                  <Description>"Ice Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>IceReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50453</ID>
                  <Description>"Ice Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>IceReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50454</ID>
                  <Description>"Ice Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>IceReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50447</ID>
              <Description>"Wind"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50448</ID>
                  <Description>"Wind Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WindReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50449</ID>
                  <Description>"Wind Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WindReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50450</ID>
                  <Description>"Wind Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WindReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50455</ID>
              <Description>"Water"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50456</ID>
                  <Description>"Water Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WaterReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50457</ID>
                  <Description>"Water Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WaterReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50458</ID>
                  <Description>"Water Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>WaterReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50459</ID>
              <Description>"Metal"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50460</ID>
                  <Description>"Metal Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>MetalReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50461</ID>
                  <Description>"Metal Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>MetalReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50462</ID>
                  <Description>"Metal Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>MetalReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50463</ID>
              <Description>"Crystal"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50464</ID>
                  <Description>"Crystal Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>CrystalReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50465</ID>
                  <Description>"Crystal Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>CrystalReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50466</ID>
                  <Description>"Crystal Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>CrystalReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50467</ID>
              <Description>"Light"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50468</ID>
                  <Description>"Light Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>LightReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50469</ID>
                  <Description>"Lightl Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>LightReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50470</ID>
                  <Description>"Light Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>LightReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50471</ID>
              <Description>"Darkness"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50472</ID>
                  <Description>"Darkness Lvl 1 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DarknessReplacer1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50473</ID>
                  <Description>"Darkness Lvl 2 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DarknessReplacer2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50474</ID>
                  <Description>"Darkness Lvl 3 Replacer"</Description>
                  <DropDownListLink>Fire Lvl 1 Replacer</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DarknessReplacer3</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>50589</ID>
          <Description>"Skill Moveset Replacer"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : sao_al.exe
  Version: 
  Date   : 2023-01-26
  Author : Baboy

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(SkillTest,sao_al.exe,66 89 87 B4 02 01 00) // should be unique
alloc(newmem,$1000,SkillTest)

alloc(SkillReplacer1,8)
registersymbol(SkillReplacer1)

alloc(SkillTarget1,8)
registersymbol(SkillTarget1)

alloc(Enabler,4)
registersymbol(Enabler)

alloc(DodgeEnabler,1)
registersymbol(DodgeEnabler)

alloc(DodgeReplacer,8)
registersymbol(DodgeReplacer)

alloc(DodgeTarget,8)
registersymbol(DodgeTarget)

alloc(ActionPointer,8)
registersymbol(ActionPointer)

label(Skill1)
label(Skill2)
label(Skill3)
label(Skill4)
label(Dodge1)
label(Dodge2)
label(Dodge3)
label(Dodge4)
label(code)
label(return)

SkillReplacer1:
 dq 0

SkillTarget1:
 dq 0

ActionPointer:
 dq 0

DodgeEnabler:
 db 1

DodgeTarget:
 dw 1
DodgeTarget+02:
 dw 3 //right dodge
DodgeTarget+04:
 dw 4 //left dodge

DodgeReplacer:
 dw #511
DodgeReplacer+02:
 dw #7312
DodgeReplacer+04:
 dw #7313

newmem:
  pushf
  cmp r13, 1 //Check if enemy
  jne code
  cmp [rdi+0000FBB0], 0 //Check if kirito
  jne code
  push rbx
  lea rbx,[rdi+000102B4]
  mov [ActionPointer],rbx
  pop rbx
  cmp ax, [SkillTarget1]
  je Skill1
  cmp ax, [SkillTarget1+02]
  je Skill2
  cmp ax, [SkillTarget1+04]
  je Skill3
  cmp ax, [SkillTarget1+06]
  je Skill4
  cmp ax, [DodgeTarget]
  je Dodge1
  cmp ax, [DodgeTarget+02]
  je Dodge2
  cmp ax, [DodgeTarget+04]
  je Dodge3
  cmp ax, [DodgeTarget+06]
  je Dodge4
  jmp code


Skill1:
  cmp byte [Enabler], 0
  je code
  mov ax, [SkillReplacer1]
  jmp code

Skill2:
  cmp byte [Enabler+01], 0
  je code
  mov ax, [SkillReplacer1+02]
  jmp code

Skill3:
  cmp byte [Enabler+02], 0
  je code
  mov ax, [SkillReplacer1+04]
  jmp code

Skill4:
  cmp byte [Enabler+03], 0
  je code
  mov ax, [SkillReplacer1+06]
  jmp code

Dodge1:
  cmp byte [DodgeEnabler], 0
  je code
  mov ax, [DodgeReplacer]
  jmp code

Dodge2:
  cmp byte [DodgeEnabler], 0
  je code
  mov ax, [DodgeReplacer+02]
  jmp code

Dodge3:
  cmp byte [DodgeEnabler], 0
  je code
  mov ax, [DodgeReplacer+04]
  jmp code

Dodge4:
  cmp byte [DodgeEnabler], 0
  je code
  mov ax, [DodgeReplacer+06]
  jmp code


code:
  popf
  mov [rdi+000102B4],ax
  jmp return

SkillTest:
  jmp newmem
  nop 2
return:
registersymbol(SkillTest)

[DISABLE]

SkillTest:
  db 66 89 87 B4 02 01 00

unregistersymbol(SkillTest)
unregistersymbol(SkillReplacer1)
unregistersymbol(SkillTarget1)
unregistersymbol(DodgeReplacer)
unregistersymbol(DodgeTarget)
unregistersymbol(Enabler)
unregistersymbol(DodgeEnabler)
unregistersymbol(ActionPointer)
dealloc(newmem)
dealloc(SkillReplacer1)
dealloc(SkillTarget1)
dealloc(DodgeReplacer)
dealloc(DodgeTarget)
dealloc(Enabler)
dealloc(DodgeEnabler)
dealloc(ActionPointer)

{
// ORIGINAL CODE - INJECTION POINT: sao_al.exe+EA61D

sao_al.exe+EA5F0: 48 8B CF                    - mov rcx,rdi
sao_al.exe+EA5F3: E8 78 0F 00 00              - call sao_al.exe+EB570
sao_al.exe+EA5F8: 84 C0                       - test al,al
sao_al.exe+EA5FA: 74 AE                       - je sao_al.exe+EA5AA
sao_al.exe+EA5FC: 8B 6C 24 60                 - mov ebp,[rsp+60]
sao_al.exe+EA600: 8B 74 24 68                 - mov esi,[rsp+68]
sao_al.exe+EA604: 41 0F B7 46 0C              - movzx eax,word ptr [r14+0C]
sao_al.exe+EA609: 48 8B CF                    - mov rcx,rdi
sao_al.exe+EA60C: 44 0F B6 BC 24 80 00 00 00  - movzx r15d,byte ptr [rsp+00000080]
sao_al.exe+EA615: 44 8B A4 24 88 00 00 00     - mov r12d,[rsp+00000088]
// ---------- INJECTING HERE ----------
sao_al.exe+EA61D: 66 89 87 B4 02 01 00        - mov [rdi+000102B4],ax
// ---------- DONE INJECTING  ----------
sao_al.exe+EA624: 66 89 AF BC 02 01 00        - mov [rdi+000102BC],bp
sao_al.exe+EA62B: 89 B7 B8 02 01 00           - mov [rdi+000102B8],esi
sao_al.exe+EA631: 66 89 9F BE 02 01 00        - mov [rdi+000102BE],bx
sao_al.exe+EA638: 41 8B 46 08                 - mov eax,[r14+08]
sao_al.exe+EA63C: 89 87 C0 02 01 00           - mov [rdi+000102C0],eax
sao_al.exe+EA642: 41 0F B7 46 0E              - movzx eax,word ptr [r14+0E]
sao_al.exe+EA647: 66 89 87 C8 02 01 00        - mov [rdi+000102C8],ax
sao_al.exe+EA64E: 48 8B 07                    - mov rax,[rdi]
sao_al.exe+EA651: 44 88 AF CA 02 01 00        - mov [rdi+000102CA],r13l
sao_al.exe+EA658: 44 88 BF CC 02 01 00        - mov [rdi+000102CC],r15l
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>50590</ID>
              <Description>"Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)"</Description>
              <DropDownList DisplayValueAsItem="1">90:Dodge Backwards?
511:Teleport?
518:Teleport 2
519:Teleport 3
1101:Start of 1 handed sword skills
1171:End of 1 handed sword skills
1301:Start of Enemy 1 handed sword skills
1371:End of Enemy 1 handed sword skills
1601:Start of Rapier Skills
1671:End of Rapier skills
1801:Start of Enemy Rapier Skills
1871:End of Enemy Rapier Skills
2601:Start of Dagger Skills
2671:End of Dagger Skills
2801:Start of Enemy Dagger Skills
2871:End of Enemy Dagger Skills
3101:Start of Mace Skills
3171:End of Mace Skills
3181:Some Flashy Skill?
3601:Start of Whip Skills
3671:End of Whip Skills
4101:Start of Katana Skills
4171:End of Katana Skills
4301:Start of Enemy Katana Skills
4371:End of Enemy Katana Skills
4601:Start of 2 handed Skills
4671:End of 2 handed Skills
4801:Start of Enemy 2 handed skills
4871:End of Enemy 2 handed skills
6101:Start of Bow Skills
6171:End of Bow Skills
6401:Start of Enemy Bow Skills
6471:End of Enemy Bow Skills
6601:Start of Dual Wield Skills
6671:End of Dual Wield Skills
7001:Start of Eldrie's Boss Movesets (Whip)
7021:Tract Strike
7022:Swing Whip
7023:Roaring Beat
7024:Catch Move
7026:Turnover
7027:Dropcrash
7028:Sonic Beast
7038:Dance of Madness
7051:Scowling Serpent
7052:Screeching Fiend
7061:Eugeo Cutscene Skill?
7062:Ice Spikes?
7071:Start of Eugeo's Normal Combo String?
7086:Big Ice Spike
7090:Big Ice Summon
7101:Start of Deusolbort's Boss Movesets (Bow)
7121:Aim and Shoot
7122:Hail of Bullets
7123:No name?
7132:Aim and Shoot
7156:Phoenix Descent
7161:Eugeo Cutscene
7162:Ice Spikes 2?
7163:Ice Summon
7201:Start of Fanatio's Boss Movesets (Rapier)
7221:Linear
7222:Flashing Penetrator
7223:Raging Valkyrie
7233:H-P Light Meteorite
7236:H-P Light Judgement
7238:H-P Light God of Destruction
7242:More Heaven Piercing Light?
7253:Dodge and Slash
7301:Start of Alice Boss Movesets (1 Handed Sword)
7312:Alice's Dodge Right
7313:Alice's Dodge Left
7321:Horizontal 1
7322:Horizontal 2
7323:Horizontal 3
7324:Savage Fulcrum
7325:Vertical 1
7326:Vertical 2
7327:Vertical 3
7328:Vertical 4
7329:Sonic Leap 1
7330:Sonic Leap 2
7331:Storm of Petals
7333:Unending Flower Dance
7341:Alice Unique Skill 1
7342:Alice Unique Skill 2
7343:Alice Unique Skill 3
7401:Start of More katana moves
7421:Zekku
7424:Tsujikaze
7425:Tsujikaze 2
7426:Tsujikaze 3
7427:Ukifune
7428:Ukifune 2
7429:Ukifune 3
7430:Tsumuji-Guruma
7431:Shinonome
7432:Gengetsu
7433:Hiougi
7434:Hiougi 2
7435:Sanka
7436:Sanka 2
7463:Blazing Glow
7466:Flame Tornado
7501:Start of more 1 handed sword skills
7601:More Rapier Skills
7701:More Dupe Katana Skills
7751:Double Cross Halo
7752:Double Cross Vanward
7753:Double Cross Turnabout
7821:Dupe Dagger Skills
7921:Dupe 2 Handed Skills
8501:Arrow Shape
8502:Blazing Glow
8503:Flame Tornado
8511:Arctic Thorn
8512:Terrafrost
8513:Glacial Vein
8521:Tailwind
8522:Magic Mirror
8523:Accelerator
8531:Water Cutter
8532:Splash Bomb
8533:Bubble Wall
8541:Create Metal
8542:Strong Body
8543:Force barrier
8551:Create Mirror
8552:Jewel Lance
8553:Crystal Bind
8561:Luminous
8562:Divine Light
8563:Merciful Shine
8571:Blinding Field
8572:Dark Impact
8573:Dazzling Aura
8701:Start of Finish Art Triggers (Including Enhance Armament)
8772:End of Finish Art Triggers
8801:More Triggers
9951:Unknown Skill
10001:Dreadblow (Start of enemy mob skills)
10071:Shield Skill (Makes you invulnerable for a short time)
10171:Another Buff?
10211:Petal Barrage?
10212:Summon Bees?
10271:Another Buff
10811:Shoots out lasers?
10812:Roar?
10813:Explosion?
10814:more lasers
10871:Another shield skill
15218:Cool lasers
17016:Summon Lightning
17041:More lightning summons
17221:More 2 handed skills
17411:More Dagger Skills
17511:Some Cool Enemy skills
17621:More Mace Skills
21000:Start of Buff Skills? (Cooldowns Still Apply)
26460:Virulent Madness
26610:Fill Arts Gauge to Max
26630:Reduce Post Motion Delay
26720:Post Motion Delay set to 0
40001:More Finish Arts and Release Recollection Triggers
40211:More Triggers
40281:More Triggers
40401:More Triggers
40601:Dual Wield Skills Again?
41101:Start of Spear Skills
41171:End of Spear Skills
42101:Start of Shield and Axe Skills
42171:End of Spear Skills
45331:Tyrant's Decree
45721:Permanent? Def Lvl + 3 and Damage Reduction +90 Buff
47581:Cool Dash Forward
47584:Cool Dash Backward
47711:Cool Sword Slashes
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>[ActionPointer]</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>50591</ID>
              <Description>"Dodge Replacers"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50592</ID>
                  <Description>"Enable? (0 = Disabled, 1 = Enabled)"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>DodgeEnabler</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50593</ID>
                  <Description>"Dodge 1 Target"</Description>
                  <DropDownListLink>Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeTarget</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50594</ID>
                  <Description>"Dodge 2 Target"</Description>
                  <DropDownListLink>Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeTarget+2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50595</ID>
                  <Description>"Dodge 3 Target"</Description>
                  <DropDownListLink>Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeTarget+4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50596</ID>
                  <Description>"Dodge 4 Target"</Description>
                  <DropDownListLink>Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeTarget+6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50597</ID>
                  <Description>"Dodge 1 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeReplacer</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50598</ID>
                  <Description>"Dodge 2 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeReplacer+2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50599</ID>
                  <Description>"Dodge 3 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeReplacer+4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50600</ID>
                  <Description>"Dodge 4 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>DodgeReplacer+6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50601</ID>
              <Description>"Action 1"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50602</ID>
                  <Description>"Enable? (0 = Disabled, 1 = Enabled)"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Enabler</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50603</ID>
                  <Description>"Action 1 Target"</Description>
                  <DropDownListLink>Action Address Pointer (Look here if you wanna know what the IDs are for the actions you are doing)</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillTarget1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50604</ID>
                  <Description>"Action 1 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillReplacer1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50605</ID>
              <Description>"Action 2"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50606</ID>
                  <Description>"Enable? (0 = Disabled, 1 = Enabled)"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Enabler+01</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50607</ID>
                  <Description>"Action 2 Target"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillTarget1+02</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50608</ID>
                  <Description>"Action 2 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillReplacer1+02</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50609</ID>
              <Description>"Action 3"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50610</ID>
                  <Description>"Enable? (0 = Disabled, 1 = Enabled)"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Enabler+2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50611</ID>
                  <Description>"Action 3 Target"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillTarget1+04</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50612</ID>
                  <Description>"Action 3 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillReplacer1+04</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50613</ID>
              <Description>"Action 4"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50614</ID>
                  <Description>"Enable? (0 = Disabled, 1 = Enabled)"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Enabler+3</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50615</ID>
                  <Description>"Action 4 Target"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillTarget1+06</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50616</ID>
                  <Description>"Action 4 Replacer"</Description>
                  <DropDownListLink>Action 1 Target</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>SkillReplacer1+06</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>50510</ID>
          <Description>"Kirito Skills"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>50522</ID>
              <Description>"1H Sword"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50523</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449E438</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50524</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50525</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E43E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50526</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E43C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50527</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E440</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50528</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E442</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50529</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50530</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E444</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50531</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E448</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50532</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E44A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50533</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E446</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50534</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50535</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E450</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50536</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E452</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50537</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E454</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50538</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E456</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50539</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E458</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50540</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E45A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50541</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E45C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50542</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E45E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50543</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E460</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50544</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E462</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50545</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E464</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50546</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E466</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50547</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E468</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50548</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E46A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50515</ID>
              <Description>"Rapier"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50521</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449E714</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50511</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50493</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E71A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50512</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E718</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50513</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E71C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50514</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E71E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50520</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50516</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E720</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50518</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E724</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50519</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E726</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50517</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E722</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50496</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50494</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E72C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50497</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E72E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50498</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E730</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50499</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E732</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50500</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E734</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50501</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E736</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50502</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E738</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50503</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E73A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50504</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E73C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50505</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E73E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50506</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E740</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50507</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E742</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50508</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E744</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50509</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449E746</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50617</ID>
              <Description>"Dagger"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50618</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449ECCC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50619</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50620</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECD2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50621</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECD0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50622</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECD4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50623</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECD6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50624</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50625</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECD8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50626</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECDC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50627</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECDE</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50628</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECDA</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50629</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50630</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECE4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50631</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECE6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50632</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECE8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50633</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECEA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50634</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECEC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50635</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECEE</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50636</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECF0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50637</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECF2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50638</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECF4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50639</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECF6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50640</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECF8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50641</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECFA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50642</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECFC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50643</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449ECFE</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50644</ID>
              <Description>"Mace"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50645</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449EFA8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50646</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50647</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFAE</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50648</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFAC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50649</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFB0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50650</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFB2</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50651</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50652</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFB4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50653</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFB8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50654</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFBA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50655</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFB6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50656</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50657</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFC0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50658</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFC2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50659</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFC4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50660</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFC6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50661</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFC8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50662</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFCA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50663</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFCC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50664</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFCE</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50665</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFD0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50666</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFD2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50667</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFD4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50668</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFD6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50669</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFD8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50670</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449EFDA</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50671</ID>
              <Description>"Whip"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50672</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449F284</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50673</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50674</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F28A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50675</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F288</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50676</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F28C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50677</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F28E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50678</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50679</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F290</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50680</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F294</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50681</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F296</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50682</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F292</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50683</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50684</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F29C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50685</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F29E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50686</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50687</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2A2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50688</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50689</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2A6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50690</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2A8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50691</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2AA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50692</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50693</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2AE</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50694</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50695</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2B2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50696</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2B4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50697</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F2B6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50698</ID>
              <Description>"Katana"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50699</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449F560</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50700</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50701</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F566</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50702</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F564</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50703</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F568</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50704</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F56A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50705</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50706</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F56C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50707</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F570</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50708</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F572</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50709</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F56E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50710</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50711</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F578</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50712</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F57A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50713</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F57C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50714</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F57E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50715</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F580</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50716</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F582</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50717</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F584</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50718</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F586</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50719</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F588</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50720</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F58A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50721</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F58C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50722</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F58E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50723</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F590</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50724</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F592</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50725</ID>
              <Description>"2 Handed Sword"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50726</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449F83C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50727</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50728</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F842</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50729</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F840</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50730</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F844</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50731</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F846</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50732</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50733</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F848</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50734</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F84C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50735</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F84E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50736</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F84A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50737</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50738</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F854</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50739</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F856</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50740</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F858</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50741</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F85A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50742</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F85C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50743</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F85E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50744</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F860</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50745</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F862</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50746</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F864</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50747</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F866</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50748</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F868</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50749</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F86A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50750</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F86C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50751</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449F86E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50752</ID>
              <Description>"Spear"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50753</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>28449FDF4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50754</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50755</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FDFA</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50756</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FDF8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50757</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FDFC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50758</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FDFE</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50759</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50760</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50761</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE04</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50762</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE06</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50763</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE02</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50764</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50765</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE0C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50766</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE0E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50767</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50768</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE12</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50769</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50770</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE16</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50771</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50772</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE1A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50773</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE1C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50774</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE1E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50775</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50776</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE22</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50777</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE24</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50778</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>28449FE26</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50779</ID>
              <Description>"Bow"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50780</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sao_al.exe+2250068</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50781</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50782</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225006E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50783</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225006C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50784</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250070</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50785</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250072</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50786</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50787</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250074</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50788</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250078</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50789</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225007A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50790</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250076</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50791</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50792</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250080</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50793</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250082</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50794</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250084</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50795</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250086</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50796</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250088</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50797</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225008A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50798</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225008C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50799</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225008E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50800</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250090</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50801</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250092</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50802</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250094</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50803</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250096</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50804</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250098</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50805</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225009A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50806</ID>
              <Description>"Axe and Shield"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50807</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sao_al.exe+2250620</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50808</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50809</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250626</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50810</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250624</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50811</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250628</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50812</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225062A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50813</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50814</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225062C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50815</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250630</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50816</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250632</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50817</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225062E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50818</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50819</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250638</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50820</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225063A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50821</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225063C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50822</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225063E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50823</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250640</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50824</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250642</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50825</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250644</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50826</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250646</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50827</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250648</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50828</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225064A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50829</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225064C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50830</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225064E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50831</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250650</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50832</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250652</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>50833</ID>
              <Description>"Dual Wield"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>50834</ID>
                  <Description>"Base Address"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sao_al.exe+22508FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>50835</ID>
                  <Description>"Sword Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50836</ID>
                      <Description>"Num 1"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250902</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50837</ID>
                      <Description>"Num 2"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250900</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50838</ID>
                      <Description>"Num 3"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250904</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50839</ID>
                      <Description>"Num 4"</Description>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250906</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50840</ID>
                  <Description>"Active Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50841</ID>
                      <Description>"Active (F1)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250908</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50842</ID>
                      <Description>"Active (F2)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225090C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50843</ID>
                      <Description>"Active (F3)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225090E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50844</ID>
                      <Description>"Active (F4)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225090A</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>50845</ID>
                  <Description>"Passive Skills"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>50846</ID>
                      <Description>"Passive Slot 1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250914</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50847</ID>
                      <Description>"Passive Slot 2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250916</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50848</ID>
                      <Description>"Passive Slot 3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250918</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50849</ID>
                      <Description>"Passive Slot 4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225091A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50850</ID>
                      <Description>"Passive Slot 5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225091C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50851</ID>
                      <Description>"Passive Slot 6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225091E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50852</ID>
                      <Description>"Passive Slot 7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250920</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50853</ID>
                      <Description>"Passive Slot 8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250922</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50854</ID>
                      <Description>"Passive Slot 9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250924</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50855</ID>
                      <Description>"Passive Slot 10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250926</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50856</ID>
                      <Description>"Passive Slot 11"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+2250928</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50857</ID>
                      <Description>"Passive Slot 12"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225092A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50858</ID>
                      <Description>"Passive Slot 13"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225092C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50859</ID>
                      <Description>"Passive Slot 14"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>sao_al.exe+225092E</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Change of nop </Description>
      <AddressString>sao_al.exe+3C053E</AddressString>
      <Before>
        <Byte>BD</Byte>
        <Byte>E8</Byte>
        <Byte>03</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>90</Byte>
      </Actual>
      <After>
        <Byte>41</Byte>
        <Byte>3B</Byte>
        <Byte>C6</Byte>
        <Byte>44</Byte>
        <Byte>0F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Change of mov [rcx],dx</Description>
      <AddressString>sao_al.exe+1D960B</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>40</Byte>
        <Byte>5F</Byte>
        <Byte>C3</Byte>
      </Before>
      <Actual>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>11</Byte>
      </Actual>
      <After>
        <Byte>48</Byte>
        <Byte>8B</Byte>
        <Byte>C3</Byte>
        <Byte>48</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Change of mov [r13+000000E4],ax</Description>
      <AddressString>sao_al.exe+1D43D4</AddressString>
      <Before>
        <Byte>B8</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>66</Byte>
        <Byte>41</Byte>
        <Byte>89</Byte>
        <Byte>85</Byte>
        <Byte>E4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>53</Byte>
        <Byte>FE</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>PerFish3AOB</Name>
      <Address>140658533</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>PerFish2AOB</Name>
      <Address>140658528</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>HightlightedItemStatus</Name>
      <Address>140612893</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>WeaponNPCMasteryInGroupTabAOB</Name>
      <Address>140240ADC</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>CCharFuncAOB</Name>
      <Address>1401664B0</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>HighlightedItemAOB</Name>
      <Address>1403BD491</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
  <Structures StructVersion="2">
    <Structure Name="Cplayer?" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
      <Elements>
        <Element Offset="0" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
        <Element Offset="16" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000010" DisplayMethod="hexadecimal"/>
        <Element Offset="28" Vartype="Pointer" Bytesize="8" OffsetHex="0000001C" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 00010DD3" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="Byte" Bytesize="1" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="1" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000001" DisplayMethod="unsigned integer"/>
              <Element Offset="37" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000025" DisplayMethod="hexadecimal"/>
              <Element Offset="45" Vartype="Pointer" Bytesize="8" RLECount="2" OffsetHex="0000002D" DisplayMethod="unsigned integer"/>
              <Element Offset="61" Vartype="4 Bytes" Bytesize="4" RLECount="109" OffsetHex="0000003D" DisplayMethod="unsigned integer"/>
              <Element Offset="497" Vartype="Double" Bytesize="8" OffsetHex="000001F1" DisplayMethod="unsigned integer"/>
              <Element Offset="505" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F9" DisplayMethod="hexadecimal"/>
              <Element Offset="509" Vartype="Pointer" Bytesize="8" RLECount="5" OffsetHex="000001FD" DisplayMethod="unsigned integer"/>
              <Element Offset="549" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000225" DisplayMethod="hexadecimal"/>
              <Element Offset="553" Vartype="4 Bytes" Bytesize="4" RLECount="885" OffsetHex="00000229" DisplayMethod="unsigned integer"/>
              <Element Offset="4093" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000FFD" DisplayMethod="unsigned integer"/>
              <Element Offset="4095" Vartype="Byte" Bytesize="1" OffsetHex="00000FFF" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="36" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000024" DisplayMethod="unsigned integer"/>
        <Element Offset="44" Vartype="Pointer" Bytesize="8" OffsetHex="0000002C" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 0D640000" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="4" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000004" DisplayMethod="hexadecimal"/>
              <Element Offset="28" Vartype="Float" Bytesize="4" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="32" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000020" DisplayMethod="hexadecimal"/>
              <Element Offset="44" Vartype="Float" Bytesize="4" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="48" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000030" DisplayMethod="hexadecimal"/>
              <Element Offset="60" Vartype="Float" Bytesize="4" OffsetHex="0000003C" DisplayMethod="unsigned integer"/>
              <Element Offset="64" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000040" DisplayMethod="hexadecimal"/>
              <Element Offset="76" Vartype="Float" Bytesize="4" OffsetHex="0000004C" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000050" DisplayMethod="hexadecimal"/>
              <Element Offset="84" Vartype="Byte" Bytesize="1" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="85" Vartype="String" Bytesize="4" OffsetHex="00000055" DisplayMethod="unsigned integer"/>
              <Element Offset="89" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000059" DisplayMethod="unsigned integer"/>
              <Element Offset="92" Vartype="Float" Bytesize="4" OffsetHex="0000005C" DisplayMethod="unsigned integer"/>
              <Element Offset="96" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000060" DisplayMethod="hexadecimal"/>
              <Element Offset="108" Vartype="Float" Bytesize="4" OffsetHex="0000006C" DisplayMethod="unsigned integer"/>
              <Element Offset="112" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000070" DisplayMethod="hexadecimal"/>
              <Element Offset="124" Vartype="Float" Bytesize="4" OffsetHex="0000007C" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000080" DisplayMethod="hexadecimal"/>
              <Element Offset="140" Vartype="Float" Bytesize="4" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000090" DisplayMethod="hexadecimal"/>
              <Element Offset="148" Vartype="Byte" Bytesize="1" OffsetHex="00000094" DisplayMethod="unsigned integer"/>
              <Element Offset="149" Vartype="String" Bytesize="4" OffsetHex="00000095" DisplayMethod="unsigned integer"/>
              <Element Offset="153" Vartype="Byte" Bytesize="1" OffsetHex="00000099" DisplayMethod="unsigned integer"/>
              <Element Offset="154" Vartype="2 Bytes" Bytesize="2" OffsetHex="0000009A" DisplayMethod="unsigned integer"/>
              <Element Offset="156" Vartype="Float" Bytesize="4" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
              <Element Offset="160" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000A0" DisplayMethod="hexadecimal"/>
              <Element Offset="164" Vartype="Double" Bytesize="8" OffsetHex="000000A4" DisplayMethod="unsigned integer"/>
              <Element Offset="172" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000AC" DisplayMethod="unsigned integer"/>
              <Element Offset="180" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000000B4" DisplayMethod="unsigned integer"/>
              <Element Offset="184" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000B8" DisplayMethod="hexadecimal"/>
              <Element Offset="188" Vartype="Float" Bytesize="4" OffsetHex="000000BC" DisplayMethod="unsigned integer"/>
              <Element Offset="192" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000C0" DisplayMethod="hexadecimal"/>
              <Element Offset="200" Vartype="Byte" Bytesize="1" OffsetHex="000000C8" DisplayMethod="unsigned integer"/>
              <Element Offset="201" Vartype="String" Bytesize="4" OffsetHex="000000C9" DisplayMethod="unsigned integer"/>
              <Element Offset="205" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000000CD" DisplayMethod="unsigned integer"/>
              <Element Offset="208" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000D0" DisplayMethod="hexadecimal"/>
              <Element Offset="216" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000D8" DisplayMethod="unsigned integer"/>
              <Element Offset="224" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000000E0" DisplayMethod="hexadecimal"/>
              <Element Offset="236" Vartype="Float" Bytesize="4" OffsetHex="000000EC" DisplayMethod="unsigned integer"/>
              <Element Offset="240" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000F0" DisplayMethod="hexadecimal"/>
              <Element Offset="244" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000F4" DisplayMethod="unsigned integer"/>
              <Element Offset="248" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000000F8" DisplayMethod="unsigned integer"/>
              <Element Offset="252" Vartype="Float" Bytesize="4" OffsetHex="000000FC" DisplayMethod="unsigned integer"/>
              <Element Offset="256" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000100" DisplayMethod="hexadecimal"/>
              <Element Offset="260" Vartype="String" Bytesize="4" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
              <Element Offset="264" Vartype="Byte" Bytesize="1" OffsetHex="00000108" DisplayMethod="unsigned integer"/>
              <Element Offset="265" Vartype="String" Bytesize="5" OffsetHex="00000109" DisplayMethod="unsigned integer"/>
              <Element Offset="270" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0000010E" DisplayMethod="unsigned integer"/>
              <Element Offset="272" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000110" DisplayMethod="hexadecimal"/>
              <Element Offset="284" Vartype="Float" Bytesize="4" OffsetHex="0000011C" DisplayMethod="unsigned integer"/>
              <Element Offset="288" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000120" DisplayMethod="hexadecimal"/>
              <Element Offset="300" Vartype="Float" Bytesize="4" OffsetHex="0000012C" DisplayMethod="unsigned integer"/>
              <Element Offset="304" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000130" DisplayMethod="hexadecimal"/>
              <Element Offset="312" Vartype="Double" Bytesize="8" OffsetHex="00000138" DisplayMethod="unsigned integer"/>
              <Element Offset="320" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000140" DisplayMethod="hexadecimal"/>
              <Element Offset="332" Vartype="Float" Bytesize="4" OffsetHex="0000014C" DisplayMethod="unsigned integer"/>
              <Element Offset="336" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000150" DisplayMethod="hexadecimal"/>
              <Element Offset="348" Vartype="Float" Bytesize="4" OffsetHex="0000015C" DisplayMethod="unsigned integer"/>
              <Element Offset="352" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000160" DisplayMethod="hexadecimal"/>
              <Element Offset="360" Vartype="Double" Bytesize="8" OffsetHex="00000168" DisplayMethod="unsigned integer"/>
              <Element Offset="368" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000170" DisplayMethod="hexadecimal"/>
              <Element Offset="380" Vartype="Float" Bytesize="4" OffsetHex="0000017C" DisplayMethod="unsigned integer"/>
              <Element Offset="384" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000180" DisplayMethod="hexadecimal"/>
              <Element Offset="392" Vartype="Double" Bytesize="8" OffsetHex="00000188" DisplayMethod="unsigned integer"/>
              <Element Offset="400" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000190" DisplayMethod="hexadecimal"/>
              <Element Offset="408" Vartype="Double" Bytesize="8" OffsetHex="00000198" DisplayMethod="unsigned integer"/>
              <Element Offset="416" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000001A0" DisplayMethod="hexadecimal"/>
              <Element Offset="436" Vartype="Double" Bytesize="8" OffsetHex="000001B4" DisplayMethod="unsigned integer"/>
              <Element Offset="444" Vartype="Float" Bytesize="4" OffsetHex="000001BC" DisplayMethod="unsigned integer"/>
              <Element Offset="448" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000001C0" DisplayMethod="hexadecimal"/>
              <Element Offset="460" Vartype="Float" Bytesize="4" OffsetHex="000001CC" DisplayMethod="unsigned integer"/>
              <Element Offset="464" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D0" DisplayMethod="hexadecimal"/>
              <Element Offset="468" Vartype="String" Bytesize="4" OffsetHex="000001D4" DisplayMethod="unsigned integer"/>
              <Element Offset="472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D8" DisplayMethod="hexadecimal"/>
              <Element Offset="476" Vartype="Float" Bytesize="4" OffsetHex="000001DC" DisplayMethod="unsigned integer"/>
              <Element Offset="480" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001E0" DisplayMethod="hexadecimal"/>
              <Element Offset="488" Vartype="Double" Bytesize="8" OffsetHex="000001E8" DisplayMethod="unsigned integer"/>
              <Element Offset="496" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000001F0" DisplayMethod="hexadecimal"/>
              <Element Offset="508" Vartype="Float" Bytesize="4" OffsetHex="000001FC" DisplayMethod="unsigned integer"/>
              <Element Offset="512" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000200" DisplayMethod="hexadecimal"/>
              <Element Offset="524" Vartype="Float" Bytesize="4" OffsetHex="0000020C" DisplayMethod="unsigned integer"/>
              <Element Offset="528" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000210" DisplayMethod="hexadecimal"/>
              <Element Offset="540" Vartype="Float" Bytesize="4" OffsetHex="0000021C" DisplayMethod="unsigned integer"/>
              <Element Offset="544" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000220" DisplayMethod="hexadecimal"/>
              <Element Offset="548" Vartype="Float" Bytesize="4" OffsetHex="00000224" DisplayMethod="unsigned integer"/>
              <Element Offset="552" Vartype="Byte" Bytesize="1" OffsetHex="00000228" DisplayMethod="unsigned integer"/>
              <Element Offset="553" Vartype="String" Bytesize="5" OffsetHex="00000229" DisplayMethod="unsigned integer"/>
              <Element Offset="558" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0000022E" DisplayMethod="unsigned integer"/>
              <Element Offset="560" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000230" DisplayMethod="hexadecimal"/>
              <Element Offset="572" Vartype="Float" Bytesize="4" OffsetHex="0000023C" DisplayMethod="unsigned integer"/>
              <Element Offset="576" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000240" DisplayMethod="hexadecimal"/>
              <Element Offset="588" Vartype="Float" Bytesize="4" OffsetHex="0000024C" DisplayMethod="unsigned integer"/>
              <Element Offset="592" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000250" DisplayMethod="hexadecimal"/>
              <Element Offset="604" Vartype="Float" Bytesize="4" OffsetHex="0000025C" DisplayMethod="unsigned integer"/>
              <Element Offset="608" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000260" DisplayMethod="hexadecimal"/>
              <Element Offset="616" Vartype="String" Bytesize="4" OffsetHex="00000268" DisplayMethod="unsigned integer"/>
              <Element Offset="620" Vartype="Float" Bytesize="4" OffsetHex="0000026C" DisplayMethod="unsigned integer"/>
              <Element Offset="624" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000270" DisplayMethod="hexadecimal"/>
              <Element Offset="636" Vartype="Float" Bytesize="4" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="640" Vartype="String" Bytesize="4" OffsetHex="00000280" DisplayMethod="unsigned integer"/>
              <Element Offset="644" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00000284" DisplayMethod="unsigned integer"/>
              <Element Offset="656" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000290" DisplayMethod="hexadecimal"/>
              <Element Offset="664" Vartype="Double" Bytesize="8" OffsetHex="00000298" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="Float" Bytesize="4" OffsetHex="000002A0" DisplayMethod="unsigned integer"/>
              <Element Offset="676" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002A4" DisplayMethod="hexadecimal"/>
              <Element Offset="684" Vartype="Float" Bytesize="4" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
              <Element Offset="688" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002B0" DisplayMethod="hexadecimal"/>
              <Element Offset="700" Vartype="Float" Bytesize="4" OffsetHex="000002BC" DisplayMethod="unsigned integer"/>
              <Element Offset="704" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002C0" DisplayMethod="hexadecimal"/>
              <Element Offset="712" Vartype="String" Bytesize="4" OffsetHex="000002C8" DisplayMethod="unsigned integer"/>
              <Element Offset="716" Vartype="Float" Bytesize="4" OffsetHex="000002CC" DisplayMethod="unsigned integer"/>
              <Element Offset="720" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002D0" DisplayMethod="hexadecimal"/>
              <Element Offset="732" Vartype="Float" Bytesize="4" OffsetHex="000002DC" DisplayMethod="unsigned integer"/>
              <Element Offset="736" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002E0" DisplayMethod="hexadecimal"/>
              <Element Offset="748" Vartype="Float" Bytesize="4" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
              <Element Offset="752" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002F0" DisplayMethod="hexadecimal"/>
              <Element Offset="764" Vartype="Float" Bytesize="4" OffsetHex="000002FC" DisplayMethod="unsigned integer"/>
              <Element Offset="768" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000300" DisplayMethod="hexadecimal"/>
              <Element Offset="780" Vartype="Float" Bytesize="4" OffsetHex="0000030C" DisplayMethod="unsigned integer"/>
              <Element Offset="784" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000310" DisplayMethod="hexadecimal"/>
              <Element Offset="792" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000318" DisplayMethod="unsigned integer"/>
              <Element Offset="800" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000320" DisplayMethod="hexadecimal"/>
              <Element Offset="812" Vartype="Float" Bytesize="4" OffsetHex="0000032C" DisplayMethod="unsigned integer"/>
              <Element Offset="816" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000330" DisplayMethod="hexadecimal"/>
              <Element Offset="828" Vartype="Float" Bytesize="4" OffsetHex="0000033C" DisplayMethod="unsigned integer"/>
              <Element Offset="832" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000340" DisplayMethod="hexadecimal"/>
              <Element Offset="836" Vartype="Float" Bytesize="4" OffsetHex="00000344" DisplayMethod="unsigned integer"/>
              <Element Offset="840" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000348" DisplayMethod="hexadecimal"/>
              <Element Offset="844" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000034C" DisplayMethod="unsigned integer"/>
              <Element Offset="856" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000358" DisplayMethod="hexadecimal"/>
              <Element Offset="860" Vartype="Float" Bytesize="4" OffsetHex="0000035C" DisplayMethod="unsigned integer"/>
              <Element Offset="864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000360" DisplayMethod="hexadecimal"/>
              <Element Offset="868" Vartype="Double" Bytesize="8" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
              <Element Offset="876" Vartype="Float" Bytesize="4" OffsetHex="0000036C" DisplayMethod="unsigned integer"/>
              <Element Offset="880" Vartype="String" Bytesize="4" OffsetHex="00000370" DisplayMethod="unsigned integer"/>
              <Element Offset="884" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000374" DisplayMethod="hexadecimal"/>
              <Element Offset="888" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
              <Element Offset="892" Vartype="Float" Bytesize="4" OffsetHex="0000037C" DisplayMethod="unsigned integer"/>
              <Element Offset="896" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000380" DisplayMethod="hexadecimal"/>
              <Element Offset="904" Vartype="Double" Bytesize="8" OffsetHex="00000388" DisplayMethod="unsigned integer"/>
              <Element Offset="912" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000390" DisplayMethod="hexadecimal"/>
              <Element Offset="924" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0000039C" DisplayMethod="unsigned integer"/>
              <Element Offset="932" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000003A4" DisplayMethod="hexadecimal"/>
              <Element Offset="940" Vartype="Float" Bytesize="4" OffsetHex="000003AC" DisplayMethod="unsigned integer"/>
              <Element Offset="944" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003B0" DisplayMethod="hexadecimal"/>
              <Element Offset="956" Vartype="Float" Bytesize="4" OffsetHex="000003BC" DisplayMethod="unsigned integer"/>
              <Element Offset="960" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003C0" DisplayMethod="hexadecimal"/>
              <Element Offset="972" Vartype="Float" Bytesize="4" OffsetHex="000003CC" DisplayMethod="unsigned integer"/>
              <Element Offset="976" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003D0" DisplayMethod="hexadecimal"/>
              <Element Offset="988" Vartype="Float" Bytesize="4" OffsetHex="000003DC" DisplayMethod="unsigned integer"/>
              <Element Offset="992" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000003E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1000" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000003E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1004" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000003EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1012" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003F4" DisplayMethod="hexadecimal"/>
              <Element Offset="1016" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000003F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1020" Vartype="Float" Bytesize="4" OffsetHex="000003FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1024" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000400" DisplayMethod="hexadecimal"/>
              <Element Offset="1036" Vartype="Float" Bytesize="4" OffsetHex="0000040C" DisplayMethod="unsigned integer"/>
              <Element Offset="1040" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000410" DisplayMethod="hexadecimal"/>
              <Element Offset="1044" Vartype="Float" Bytesize="4" OffsetHex="00000414" DisplayMethod="unsigned integer"/>
              <Element Offset="1048" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000418" DisplayMethod="hexadecimal"/>
              <Element Offset="1052" Vartype="Float" Bytesize="4" OffsetHex="0000041C" DisplayMethod="unsigned integer"/>
              <Element Offset="1056" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000420" DisplayMethod="hexadecimal"/>
              <Element Offset="1064" Vartype="Double" Bytesize="8" OffsetHex="00000428" DisplayMethod="unsigned integer"/>
              <Element Offset="1072" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000430" DisplayMethod="hexadecimal"/>
              <Element Offset="1080" Vartype="Double" Bytesize="8" OffsetHex="00000438" DisplayMethod="unsigned integer"/>
              <Element Offset="1088" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000440" DisplayMethod="hexadecimal"/>
              <Element Offset="1116" Vartype="Float" Bytesize="4" OffsetHex="0000045C" DisplayMethod="unsigned integer"/>
              <Element Offset="1120" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000460" DisplayMethod="hexadecimal"/>
              <Element Offset="1128" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000468" DisplayMethod="unsigned integer"/>
              <Element Offset="1136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000470" DisplayMethod="hexadecimal"/>
              <Element Offset="1140" Vartype="String" Bytesize="5" OffsetHex="00000474" DisplayMethod="unsigned integer"/>
              <Element Offset="1145" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000479" DisplayMethod="unsigned integer"/>
              <Element Offset="1148" Vartype="Float" Bytesize="4" OffsetHex="0000047C" DisplayMethod="unsigned integer"/>
              <Element Offset="1152" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000480" DisplayMethod="hexadecimal"/>
              <Element Offset="1160" Vartype="Double" Bytesize="8" OffsetHex="00000488" DisplayMethod="unsigned integer"/>
              <Element Offset="1168" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000490" DisplayMethod="hexadecimal"/>
              <Element Offset="1180" Vartype="Float" Bytesize="4" OffsetHex="0000049C" DisplayMethod="unsigned integer"/>
              <Element Offset="1184" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000004A0" DisplayMethod="hexadecimal"/>
              <Element Offset="1196" Vartype="Float" Bytesize="4" OffsetHex="000004AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1200" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004B0" DisplayMethod="hexadecimal"/>
              <Element Offset="1204" Vartype="Float" Bytesize="4" OffsetHex="000004B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1208" Vartype="String" Bytesize="6" OffsetHex="000004B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1214" Vartype="2 Bytes" Bytesize="2" OffsetHex="000004BE" DisplayMethod="unsigned integer"/>
              <Element Offset="1216" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000004C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1228" Vartype="Float" Bytesize="4" OffsetHex="000004CC" DisplayMethod="unsigned integer"/>
              <Element Offset="1232" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000004D0" DisplayMethod="hexadecimal"/>
              <Element Offset="1244" Vartype="Float" Bytesize="4" OffsetHex="000004DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1248" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000004E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1276" Vartype="Float" Bytesize="4" OffsetHex="000004FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000500" DisplayMethod="hexadecimal"/>
              <Element Offset="1284" Vartype="Byte" Bytesize="1" OffsetHex="00000504" DisplayMethod="unsigned integer"/>
              <Element Offset="1285" Vartype="String" Bytesize="6" OffsetHex="00000505" DisplayMethod="unsigned integer"/>
              <Element Offset="1291" Vartype="Byte" Bytesize="1" OffsetHex="0000050B" DisplayMethod="unsigned integer"/>
              <Element Offset="1292" Vartype="Float" Bytesize="4" OffsetHex="0000050C" DisplayMethod="unsigned integer"/>
              <Element Offset="1296" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000510" DisplayMethod="hexadecimal"/>
              <Element Offset="1304" Vartype="Byte" Bytesize="1" OffsetHex="00000518" DisplayMethod="unsigned integer"/>
              <Element Offset="1305" Vartype="String" Bytesize="5" OffsetHex="00000519" DisplayMethod="unsigned integer"/>
              <Element Offset="1310" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0000051E" DisplayMethod="unsigned integer"/>
              <Element Offset="1312" Vartype="Float" Bytesize="4" OffsetHex="00000520" DisplayMethod="unsigned integer"/>
              <Element Offset="1316" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000524" DisplayMethod="hexadecimal"/>
              <Element Offset="1324" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0000052C" DisplayMethod="unsigned integer"/>
              <Element Offset="1332" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000534" DisplayMethod="hexadecimal"/>
              <Element Offset="1336" Vartype="Double" Bytesize="8" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1344" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000540" DisplayMethod="hexadecimal"/>
              <Element Offset="1356" Vartype="Float" Bytesize="4" OffsetHex="0000054C" DisplayMethod="unsigned integer"/>
              <Element Offset="1360" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000550" DisplayMethod="hexadecimal"/>
              <Element Offset="1372" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000055C" DisplayMethod="unsigned integer"/>
              <Element Offset="1384" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000568" DisplayMethod="unsigned integer"/>
              <Element Offset="1388" Vartype="Float" Bytesize="4" OffsetHex="0000056C" DisplayMethod="unsigned integer"/>
              <Element Offset="1392" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000570" DisplayMethod="hexadecimal"/>
              <Element Offset="1396" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000574" DisplayMethod="unsigned integer"/>
              <Element Offset="1399" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000577" DisplayMethod="unsigned integer"/>
              <Element Offset="1401" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000579" DisplayMethod="unsigned integer"/>
              <Element Offset="1404" Vartype="Float" Bytesize="4" OffsetHex="0000057C" DisplayMethod="unsigned integer"/>
              <Element Offset="1408" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000580" DisplayMethod="hexadecimal"/>
              <Element Offset="1420" Vartype="Float" Bytesize="4" OffsetHex="0000058C" DisplayMethod="unsigned integer"/>
              <Element Offset="1424" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000590" DisplayMethod="hexadecimal"/>
              <Element Offset="1428" Vartype="Float" Bytesize="4" OffsetHex="00000594" DisplayMethod="unsigned integer"/>
              <Element Offset="1432" Vartype="String" Bytesize="4" OffsetHex="00000598" DisplayMethod="unsigned integer"/>
              <Element Offset="1436" Vartype="Float" Bytesize="4" OffsetHex="0000059C" DisplayMethod="unsigned integer"/>
              <Element Offset="1440" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000005A0" DisplayMethod="hexadecimal"/>
              <Element Offset="1468" Vartype="Float" Bytesize="4" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1476" Vartype="Float" Bytesize="4" OffsetHex="000005C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1480" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005C8" DisplayMethod="hexadecimal"/>
              <Element Offset="1488" Vartype="String" Bytesize="4" OffsetHex="000005D0" DisplayMethod="unsigned integer"/>
              <Element Offset="1492" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000005D4" DisplayMethod="unsigned integer"/>
              <Element Offset="1495" Vartype="2 Bytes" Bytesize="2" OffsetHex="000005D7" DisplayMethod="unsigned integer"/>
              <Element Offset="1497" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000005D9" DisplayMethod="unsigned integer"/>
              <Element Offset="1500" Vartype="Float" Bytesize="4" OffsetHex="000005DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1504" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000005E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1516" Vartype="Float" Bytesize="4" OffsetHex="000005EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1520" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005F0" DisplayMethod="hexadecimal"/>
              <Element Offset="1524" Vartype="Float" Bytesize="4" OffsetHex="000005F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1528" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005F8" DisplayMethod="hexadecimal"/>
              <Element Offset="1532" Vartype="Float" Bytesize="4" OffsetHex="000005FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1536" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000600" DisplayMethod="hexadecimal"/>
              <Element Offset="1544" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000608" DisplayMethod="unsigned integer"/>
              <Element Offset="1552" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000610" DisplayMethod="hexadecimal"/>
              <Element Offset="1556" Vartype="Float" Bytesize="4" OffsetHex="00000614" DisplayMethod="unsigned integer"/>
              <Element Offset="1560" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000618" DisplayMethod="hexadecimal"/>
              <Element Offset="1572" Vartype="Float" Bytesize="4" OffsetHex="00000624" DisplayMethod="unsigned integer"/>
              <Element Offset="1576" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000628" DisplayMethod="hexadecimal"/>
              <Element Offset="1580" Vartype="Float" Bytesize="4" OffsetHex="0000062C" DisplayMethod="unsigned integer"/>
              <Element Offset="1584" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000630" DisplayMethod="hexadecimal"/>
              <Element Offset="1588" Vartype="Float" Bytesize="4" OffsetHex="00000634" DisplayMethod="unsigned integer"/>
              <Element Offset="1592" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000638" DisplayMethod="unsigned integer"/>
              <Element Offset="1596" Vartype="Float" Bytesize="4" OffsetHex="0000063C" DisplayMethod="unsigned integer"/>
              <Element Offset="1600" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000640" DisplayMethod="hexadecimal"/>
              <Element Offset="1612" Vartype="Float" Bytesize="4" OffsetHex="0000064C" DisplayMethod="unsigned integer"/>
              <Element Offset="1616" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000650" DisplayMethod="hexadecimal"/>
              <Element Offset="1628" Vartype="Float" Bytesize="4" OffsetHex="0000065C" DisplayMethod="unsigned integer"/>
              <Element Offset="1632" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000660" DisplayMethod="hexadecimal"/>
              <Element Offset="1644" Vartype="Float" Bytesize="4" OffsetHex="0000066C" DisplayMethod="unsigned integer"/>
              <Element Offset="1648" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000670" DisplayMethod="hexadecimal"/>
              <Element Offset="1656" Vartype="Double" Bytesize="8" OffsetHex="00000678" DisplayMethod="unsigned integer"/>
              <Element Offset="1664" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000680" DisplayMethod="unsigned integer"/>
              <Element Offset="1668" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000684" DisplayMethod="hexadecimal"/>
              <Element Offset="1676" Vartype="Float" Bytesize="4" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
              <Element Offset="1680" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000690" DisplayMethod="hexadecimal"/>
              <Element Offset="1688" Vartype="Double" Bytesize="8" OffsetHex="00000698" DisplayMethod="unsigned integer"/>
              <Element Offset="1696" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000006A0" DisplayMethod="hexadecimal"/>
              <Element Offset="1708" Vartype="Float" Bytesize="4" OffsetHex="000006AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1712" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000006B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1716" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006B4" DisplayMethod="hexadecimal"/>
              <Element Offset="1720" Vartype="Double" Bytesize="8" OffsetHex="000006B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1728" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000006C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1736" Vartype="Double" Bytesize="8" OffsetHex="000006C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1744" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000006D0" DisplayMethod="hexadecimal"/>
              <Element Offset="1756" Vartype="Float" Bytesize="4" OffsetHex="000006DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1760" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000006E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1772" Vartype="Float" Bytesize="4" OffsetHex="000006EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1776" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006F0" DisplayMethod="hexadecimal"/>
              <Element Offset="1780" Vartype="Float" Bytesize="4" OffsetHex="000006F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1784" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006F8" DisplayMethod="hexadecimal"/>
              <Element Offset="1788" Vartype="Float" Bytesize="4" OffsetHex="000006FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1792" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000700" DisplayMethod="hexadecimal"/>
              <Element Offset="1800" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000708" DisplayMethod="unsigned integer"/>
              <Element Offset="1804" Vartype="Float" Bytesize="4" OffsetHex="0000070C" DisplayMethod="unsigned integer"/>
              <Element Offset="1808" Vartype="String" Bytesize="5" OffsetHex="00000710" DisplayMethod="unsigned integer"/>
              <Element Offset="1813" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000715" DisplayMethod="unsigned integer"/>
              <Element Offset="1817" Vartype="String" Bytesize="4" OffsetHex="00000719" DisplayMethod="unsigned integer"/>
              <Element Offset="1821" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000071D" DisplayMethod="unsigned integer"/>
              <Element Offset="1824" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000720" DisplayMethod="hexadecimal"/>
              <Element Offset="1828" Vartype="Float" Bytesize="4" OffsetHex="00000724" DisplayMethod="unsigned integer"/>
              <Element Offset="1832" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000728" DisplayMethod="unsigned integer"/>
              <Element Offset="1836" Vartype="Float" Bytesize="4" OffsetHex="0000072C" DisplayMethod="unsigned integer"/>
              <Element Offset="1840" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000730" DisplayMethod="hexadecimal"/>
              <Element Offset="1844" Vartype="Byte" Bytesize="1" OffsetHex="00000734" DisplayMethod="unsigned integer"/>
              <Element Offset="1845" Vartype="String" Bytesize="5" OffsetHex="00000735" DisplayMethod="unsigned integer"/>
              <Element Offset="1850" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0000073A" DisplayMethod="unsigned integer"/>
              <Element Offset="1852" Vartype="Float" Bytesize="4" OffsetHex="0000073C" DisplayMethod="unsigned integer"/>
              <Element Offset="1856" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000740" DisplayMethod="hexadecimal"/>
              <Element Offset="1868" Vartype="Float" Bytesize="4" OffsetHex="0000074C" DisplayMethod="unsigned integer"/>
              <Element Offset="1872" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000750" DisplayMethod="unsigned integer"/>
              <Element Offset="1876" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000754" DisplayMethod="hexadecimal"/>
              <Element Offset="1884" Vartype="Float" Bytesize="4" OffsetHex="0000075C" DisplayMethod="unsigned integer"/>
              <Element Offset="1888" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000760" DisplayMethod="hexadecimal"/>
              <Element Offset="1896" Vartype="Double" Bytesize="8" OffsetHex="00000768" DisplayMethod="unsigned integer"/>
              <Element Offset="1904" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000770" DisplayMethod="unsigned integer"/>
              <Element Offset="1908" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000774" DisplayMethod="hexadecimal"/>
              <Element Offset="1916" Vartype="Float" Bytesize="4" OffsetHex="0000077C" DisplayMethod="unsigned integer"/>
              <Element Offset="1920" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000780" DisplayMethod="hexadecimal"/>
              <Element Offset="1924" Vartype="Byte" Bytesize="1" OffsetHex="00000784" DisplayMethod="unsigned integer"/>
              <Element Offset="1925" Vartype="String" Bytesize="4" OffsetHex="00000785" DisplayMethod="unsigned integer"/>
              <Element Offset="1929" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000789" DisplayMethod="unsigned integer"/>
              <Element Offset="1932" Vartype="Float" Bytesize="4" OffsetHex="0000078C" DisplayMethod="unsigned integer"/>
              <Element Offset="1936" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000790" DisplayMethod="hexadecimal"/>
              <Element Offset="1948" Vartype="Float" Bytesize="4" OffsetHex="0000079C" DisplayMethod="unsigned integer"/>
              <Element Offset="1952" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007A0" DisplayMethod="hexadecimal"/>
              <Element Offset="1960" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000007A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1964" Vartype="Float" Bytesize="4" OffsetHex="000007AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1968" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000007B0" DisplayMethod="hexadecimal"/>
              <Element Offset="1980" Vartype="Float" Bytesize="4" OffsetHex="000007BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1984" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1988" Vartype="Float" Bytesize="4" OffsetHex="000007C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1992" Vartype="Byte" Bytesize="1" OffsetHex="000007C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1993" Vartype="String" Bytesize="5" OffsetHex="000007C9" DisplayMethod="unsigned integer"/>
              <Element Offset="1998" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="000007CE" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000007D0" DisplayMethod="hexadecimal"/>
              <Element Offset="2012" Vartype="Float" Bytesize="4" OffsetHex="000007DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2016" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000007E0" DisplayMethod="hexadecimal"/>
              <Element Offset="2028" Vartype="Float" Bytesize="4" OffsetHex="000007EC" DisplayMethod="unsigned integer"/>
              <Element Offset="2032" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007F0" DisplayMethod="hexadecimal"/>
              <Element Offset="2040" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2048" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000800" DisplayMethod="hexadecimal"/>
              <Element Offset="2052" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000804" DisplayMethod="unsigned integer"/>
              <Element Offset="2056" Vartype="Double" Bytesize="8" OffsetHex="00000808" DisplayMethod="unsigned integer"/>
              <Element Offset="2064" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000810" DisplayMethod="hexadecimal"/>
              <Element Offset="2076" Vartype="Float" Bytesize="4" OffsetHex="0000081C" DisplayMethod="unsigned integer"/>
              <Element Offset="2080" Vartype="Byte" Bytesize="1" OffsetHex="00000820" DisplayMethod="unsigned integer"/>
              <Element Offset="2081" Vartype="String" Bytesize="7" OffsetHex="00000821" DisplayMethod="unsigned integer"/>
              <Element Offset="2088" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000828" DisplayMethod="hexadecimal"/>
              <Element Offset="2092" Vartype="Float" Bytesize="4" OffsetHex="0000082C" DisplayMethod="unsigned integer"/>
              <Element Offset="2096" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000830" DisplayMethod="hexadecimal"/>
              <Element Offset="2108" Vartype="Float" Bytesize="4" OffsetHex="0000083C" DisplayMethod="unsigned integer"/>
              <Element Offset="2112" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000840" DisplayMethod="hexadecimal"/>
              <Element Offset="2120" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000848" DisplayMethod="unsigned integer"/>
              <Element Offset="2128" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000850" DisplayMethod="hexadecimal"/>
              <Element Offset="2132" Vartype="Double" Bytesize="8" OffsetHex="00000854" DisplayMethod="unsigned integer"/>
              <Element Offset="2140" Vartype="Float" Bytesize="4" OffsetHex="0000085C" DisplayMethod="unsigned integer"/>
              <Element Offset="2144" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000860" DisplayMethod="hexadecimal"/>
              <Element Offset="2156" Vartype="Float" Bytesize="4" OffsetHex="0000086C" DisplayMethod="unsigned integer"/>
              <Element Offset="2160" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000870" DisplayMethod="hexadecimal"/>
              <Element Offset="2168" Vartype="Double" Bytesize="8" OffsetHex="00000878" DisplayMethod="unsigned integer"/>
              <Element Offset="2176" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000880" DisplayMethod="hexadecimal"/>
              <Element Offset="2188" Vartype="Float" Bytesize="4" OffsetHex="0000088C" DisplayMethod="unsigned integer"/>
              <Element Offset="2192" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000890" DisplayMethod="hexadecimal"/>
              <Element Offset="2196" Vartype="Byte" Bytesize="1" OffsetHex="00000894" DisplayMethod="unsigned integer"/>
              <Element Offset="2197" Vartype="String" Bytesize="4" OffsetHex="00000895" DisplayMethod="unsigned integer"/>
              <Element Offset="2201" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000899" DisplayMethod="unsigned integer"/>
              <Element Offset="2204" Vartype="Float" Bytesize="4" OffsetHex="0000089C" DisplayMethod="unsigned integer"/>
              <Element Offset="2208" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008A0" DisplayMethod="hexadecimal"/>
              <Element Offset="2216" Vartype="Double" Bytesize="8" OffsetHex="000008A8" DisplayMethod="unsigned integer"/>
              <Element Offset="2224" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000008B0" DisplayMethod="hexadecimal"/>
              <Element Offset="2236" Vartype="Float" Bytesize="4" OffsetHex="000008BC" DisplayMethod="unsigned integer"/>
              <Element Offset="2240" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008C0" DisplayMethod="hexadecimal"/>
              <Element Offset="2248" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000008C8" DisplayMethod="unsigned integer"/>
              <Element Offset="2256" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008D0" DisplayMethod="hexadecimal"/>
              <Element Offset="2260" Vartype="Float" Bytesize="4" OffsetHex="000008D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2264" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008D8" DisplayMethod="hexadecimal"/>
              <Element Offset="2268" Vartype="Float" Bytesize="4" OffsetHex="000008DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2272" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000008E0" DisplayMethod="hexadecimal"/>
              <Element Offset="2284" Vartype="Float" Bytesize="4" OffsetHex="000008EC" DisplayMethod="unsigned integer"/>
              <Element Offset="2288" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000008F0" DisplayMethod="hexadecimal"/>
              <Element Offset="2300" Vartype="Float" Bytesize="4" OffsetHex="000008FC" DisplayMethod="unsigned integer"/>
              <Element Offset="2304" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000900" DisplayMethod="hexadecimal"/>
              <Element Offset="2316" Vartype="Float" Bytesize="4" OffsetHex="0000090C" DisplayMethod="unsigned integer"/>
              <Element Offset="2320" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000910" DisplayMethod="hexadecimal"/>
              <Element Offset="2348" Vartype="Float" Bytesize="4" OffsetHex="0000092C" DisplayMethod="unsigned integer"/>
              <Element Offset="2352" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000930" DisplayMethod="hexadecimal"/>
              <Element Offset="2388" Vartype="String" Bytesize="6" OffsetHex="00000954" DisplayMethod="unsigned integer"/>
              <Element Offset="2394" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0000095A" DisplayMethod="unsigned integer"/>
              <Element Offset="2396" Vartype="Float" Bytesize="4" OffsetHex="0000095C" DisplayMethod="unsigned integer"/>
              <Element Offset="2400" Vartype="String" Bytesize="6" OffsetHex="00000960" DisplayMethod="unsigned integer"/>
              <Element Offset="2406" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00000966" DisplayMethod="unsigned integer"/>
              <Element Offset="2408" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000968" DisplayMethod="hexadecimal"/>
              <Element Offset="2412" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000096C" DisplayMethod="unsigned integer"/>
              <Element Offset="2424" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000978" DisplayMethod="unsigned integer"/>
              <Element Offset="2428" Vartype="Float" Bytesize="4" OffsetHex="0000097C" DisplayMethod="unsigned integer"/>
              <Element Offset="2432" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000980" DisplayMethod="hexadecimal"/>
              <Element Offset="2436" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000984" DisplayMethod="unsigned integer"/>
              <Element Offset="2440" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000988" DisplayMethod="hexadecimal"/>
              <Element Offset="2444" Vartype="Float" Bytesize="4" OffsetHex="0000098C" DisplayMethod="unsigned integer"/>
              <Element Offset="2448" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000990" DisplayMethod="hexadecimal"/>
              <Element Offset="2460" Vartype="Float" Bytesize="4" OffsetHex="0000099C" DisplayMethod="unsigned integer"/>
              <Element Offset="2464" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000009A0" DisplayMethod="hexadecimal"/>
              <Element Offset="2476" Vartype="Float" Bytesize="4" OffsetHex="000009AC" DisplayMethod="unsigned integer"/>
              <Element Offset="2480" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009B0" DisplayMethod="hexadecimal"/>
              <Element Offset="2488" Vartype="Byte" Bytesize="1" OffsetHex="000009B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2489" Vartype="String" Bytesize="4" OffsetHex="000009B9" DisplayMethod="unsigned integer"/>
              <Element Offset="2493" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="000009BD" DisplayMethod="unsigned integer"/>
              <Element Offset="2495" Vartype="2 Bytes" Bytesize="2" OffsetHex="000009BF" DisplayMethod="unsigned integer"/>
              <Element Offset="2497" Vartype="Byte" Bytesize="1" OffsetHex="000009C1" DisplayMethod="unsigned integer"/>
              <Element Offset="2498" Vartype="2 Bytes" Bytesize="2" OffsetHex="000009C2" DisplayMethod="unsigned integer"/>
              <Element Offset="2500" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="000009C4" DisplayMethod="unsigned integer"/>
              <Element Offset="2502" Vartype="2 Bytes" Bytesize="2" OffsetHex="000009C6" DisplayMethod="unsigned integer"/>
              <Element Offset="2504" Vartype="Double" Bytesize="8" OffsetHex="000009C8" DisplayMethod="unsigned integer"/>
              <Element Offset="2512" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000009D0" DisplayMethod="hexadecimal"/>
              <Element Offset="2524" Vartype="Float" Bytesize="4" OffsetHex="000009DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2528" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009E0" DisplayMethod="hexadecimal"/>
              <Element Offset="2536" Vartype="Double" Bytesize="8" OffsetHex="000009E8" DisplayMethod="unsigned integer"/>
              <Element Offset="2544" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000009F0" DisplayMethod="hexadecimal"/>
              <Element Offset="2572" Vartype="Float" Bytesize="4" OffsetHex="00000A0C" DisplayMethod="unsigned integer"/>
              <Element Offset="2576" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A10" DisplayMethod="hexadecimal"/>
              <Element Offset="2584" Vartype="Double" Bytesize="8" OffsetHex="00000A18" DisplayMethod="unsigned integer"/>
              <Element Offset="2592" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A20" DisplayMethod="unsigned integer"/>
              <Element Offset="2596" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A24" DisplayMethod="hexadecimal"/>
              <Element Offset="2600" Vartype="Double" Bytesize="8" OffsetHex="00000A28" DisplayMethod="unsigned integer"/>
              <Element Offset="2608" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A30" DisplayMethod="hexadecimal"/>
              <Element Offset="2612" Vartype="String" Bytesize="4" OffsetHex="00000A34" DisplayMethod="unsigned integer"/>
              <Element Offset="2616" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A38" DisplayMethod="hexadecimal"/>
              <Element Offset="2620" Vartype="Float" Bytesize="4" OffsetHex="00000A3C" DisplayMethod="unsigned integer"/>
              <Element Offset="2624" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A40" DisplayMethod="hexadecimal"/>
              <Element Offset="2636" Vartype="Float" Bytesize="4" OffsetHex="00000A4C" DisplayMethod="unsigned integer"/>
              <Element Offset="2640" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A50" DisplayMethod="unsigned integer"/>
              <Element Offset="2644" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A54" DisplayMethod="hexadecimal"/>
              <Element Offset="2652" Vartype="Float" Bytesize="4" OffsetHex="00000A5C" DisplayMethod="unsigned integer"/>
              <Element Offset="2656" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A60" DisplayMethod="hexadecimal"/>
              <Element Offset="2668" Vartype="Float" Bytesize="4" OffsetHex="00000A6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2672" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A70" DisplayMethod="hexadecimal"/>
              <Element Offset="2684" Vartype="Float" Bytesize="4" OffsetHex="00000A7C" DisplayMethod="unsigned integer"/>
              <Element Offset="2688" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A80" DisplayMethod="hexadecimal"/>
              <Element Offset="2692" Vartype="String" Bytesize="4" OffsetHex="00000A84" DisplayMethod="unsigned integer"/>
              <Element Offset="2696" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A88" DisplayMethod="hexadecimal"/>
              <Element Offset="2700" Vartype="Float" Bytesize="4" OffsetHex="00000A8C" DisplayMethod="unsigned integer"/>
              <Element Offset="2704" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A90" DisplayMethod="hexadecimal"/>
              <Element Offset="2716" Vartype="Float" Bytesize="4" OffsetHex="00000A9C" DisplayMethod="unsigned integer"/>
              <Element Offset="2720" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AA0" DisplayMethod="hexadecimal"/>
              <Element Offset="2728" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000AA8" DisplayMethod="unsigned integer"/>
              <Element Offset="2732" Vartype="Float" Bytesize="4" OffsetHex="00000AAC" DisplayMethod="unsigned integer"/>
              <Element Offset="2736" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000AB0" DisplayMethod="hexadecimal"/>
              <Element Offset="2748" Vartype="Float" Bytesize="4" OffsetHex="00000ABC" DisplayMethod="unsigned integer"/>
              <Element Offset="2752" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AC0" DisplayMethod="hexadecimal"/>
              <Element Offset="2760" Vartype="Double" Bytesize="8" OffsetHex="00000AC8" DisplayMethod="unsigned integer"/>
              <Element Offset="2768" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AD0" DisplayMethod="hexadecimal"/>
              <Element Offset="2776" Vartype="Double" Bytesize="8" OffsetHex="00000AD8" DisplayMethod="unsigned integer"/>
              <Element Offset="2784" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000AE0" DisplayMethod="hexadecimal"/>
              <Element Offset="2796" Vartype="Float" Bytesize="4" OffsetHex="00000AEC" DisplayMethod="unsigned integer"/>
              <Element Offset="2800" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000AF0" DisplayMethod="hexadecimal"/>
              <Element Offset="2812" Vartype="Float" Bytesize="4" OffsetHex="00000AFC" DisplayMethod="unsigned integer"/>
              <Element Offset="2816" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B00" DisplayMethod="hexadecimal"/>
              <Element Offset="2828" Vartype="Float" Bytesize="4" OffsetHex="00000B0C" DisplayMethod="unsigned integer"/>
              <Element Offset="2832" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000B10" DisplayMethod="hexadecimal"/>
              <Element Offset="2856" Vartype="Double" Bytesize="8" OffsetHex="00000B28" DisplayMethod="unsigned integer"/>
              <Element Offset="2864" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B30" DisplayMethod="hexadecimal"/>
              <Element Offset="2876" Vartype="Float" Bytesize="4" OffsetHex="00000B3C" DisplayMethod="unsigned integer"/>
              <Element Offset="2880" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000B40" DisplayMethod="hexadecimal"/>
              <Element Offset="2888" Vartype="Double" Bytesize="8" OffsetHex="00000B48" DisplayMethod="unsigned integer"/>
              <Element Offset="2896" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000B50" DisplayMethod="hexadecimal"/>
              <Element Offset="2904" Vartype="Double" Bytesize="8" OffsetHex="00000B58" DisplayMethod="unsigned integer"/>
              <Element Offset="2912" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B60" DisplayMethod="hexadecimal"/>
              <Element Offset="2916" Vartype="String" Bytesize="4" OffsetHex="00000B64" DisplayMethod="unsigned integer"/>
              <Element Offset="2920" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B68" DisplayMethod="hexadecimal"/>
              <Element Offset="2932" Vartype="String" Bytesize="7" OffsetHex="00000B74" DisplayMethod="unsigned integer"/>
              <Element Offset="2939" Vartype="Byte" Bytesize="1" OffsetHex="00000B7B" DisplayMethod="unsigned integer"/>
              <Element Offset="2940" Vartype="Float" Bytesize="4" OffsetHex="00000B7C" DisplayMethod="unsigned integer"/>
              <Element Offset="2944" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B80" DisplayMethod="hexadecimal"/>
              <Element Offset="2948" Vartype="Double" Bytesize="8" OffsetHex="00000B84" DisplayMethod="unsigned integer"/>
              <Element Offset="2956" Vartype="Float" Bytesize="4" OffsetHex="00000B8C" DisplayMethod="unsigned integer"/>
              <Element Offset="2960" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B90" DisplayMethod="hexadecimal"/>
              <Element Offset="2972" Vartype="Float" Bytesize="4" OffsetHex="00000B9C" DisplayMethod="unsigned integer"/>
              <Element Offset="2976" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000BA0" DisplayMethod="hexadecimal"/>
              <Element Offset="2988" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000BAC" DisplayMethod="unsigned integer"/>
              <Element Offset="2996" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000BB4" DisplayMethod="hexadecimal"/>
              <Element Offset="3004" Vartype="Float" Bytesize="4" OffsetHex="00000BBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3008" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000BC0" DisplayMethod="hexadecimal"/>
              <Element Offset="3016" Vartype="Double" Bytesize="8" OffsetHex="00000BC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3024" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000BD0" DisplayMethod="hexadecimal"/>
              <Element Offset="3036" Vartype="Float" Bytesize="4" OffsetHex="00000BDC" DisplayMethod="unsigned integer"/>
              <Element Offset="3040" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BE0" DisplayMethod="hexadecimal"/>
              <Element Offset="3044" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000BE4" DisplayMethod="unsigned integer"/>
              <Element Offset="3048" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BE8" DisplayMethod="hexadecimal"/>
              <Element Offset="3052" Vartype="Float" Bytesize="4" OffsetHex="00000BEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3056" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BF0" DisplayMethod="hexadecimal"/>
              <Element Offset="3060" Vartype="Float" Bytesize="4" OffsetHex="00000BF4" DisplayMethod="unsigned integer"/>
              <Element Offset="3064" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BF8" DisplayMethod="hexadecimal"/>
              <Element Offset="3068" Vartype="Float" Bytesize="4" OffsetHex="00000BFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3072" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C00" DisplayMethod="hexadecimal"/>
              <Element Offset="3084" Vartype="Float" Bytesize="4" OffsetHex="00000C0C" DisplayMethod="unsigned integer"/>
              <Element Offset="3088" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C10" DisplayMethod="hexadecimal"/>
              <Element Offset="3100" Vartype="Float" Bytesize="4" OffsetHex="00000C1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3104" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000C20" DisplayMethod="hexadecimal"/>
              <Element Offset="3112" Vartype="String" Bytesize="4" OffsetHex="00000C28" DisplayMethod="unsigned integer"/>
              <Element Offset="3116" Vartype="Float" Bytesize="4" OffsetHex="00000C2C" DisplayMethod="unsigned integer"/>
              <Element Offset="3120" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000C30" DisplayMethod="hexadecimal"/>
              <Element Offset="3140" Vartype="Double" Bytesize="8" OffsetHex="00000C44" DisplayMethod="unsigned integer"/>
              <Element Offset="3148" Vartype="Float" Bytesize="4" OffsetHex="00000C4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C50" DisplayMethod="hexadecimal"/>
              <Element Offset="3156" Vartype="Double" Bytesize="8" OffsetHex="00000C54" DisplayMethod="unsigned integer"/>
              <Element Offset="3164" Vartype="Float" Bytesize="4" OffsetHex="00000C5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3168" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C60" DisplayMethod="hexadecimal"/>
              <Element Offset="3180" Vartype="Float" Bytesize="4" OffsetHex="00000C6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3184" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C70" DisplayMethod="hexadecimal"/>
              <Element Offset="3188" Vartype="Float" Bytesize="4" OffsetHex="00000C74" DisplayMethod="unsigned integer"/>
              <Element Offset="3192" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C78" DisplayMethod="hexadecimal"/>
              <Element Offset="3196" Vartype="Float" Bytesize="4" OffsetHex="00000C7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3200" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C80" DisplayMethod="hexadecimal"/>
              <Element Offset="3204" Vartype="Float" Bytesize="4" OffsetHex="00000C84" DisplayMethod="unsigned integer"/>
              <Element Offset="3208" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C88" DisplayMethod="hexadecimal"/>
              <Element Offset="3212" Vartype="Float" Bytesize="4" OffsetHex="00000C8C" DisplayMethod="unsigned integer"/>
              <Element Offset="3216" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C90" DisplayMethod="hexadecimal"/>
              <Element Offset="3228" Vartype="Float" Bytesize="4" OffsetHex="00000C9C" DisplayMethod="unsigned integer"/>
              <Element Offset="3232" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000CA0" DisplayMethod="unsigned integer"/>
              <Element Offset="3236" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000CA4" DisplayMethod="hexadecimal"/>
              <Element Offset="3244" Vartype="Float" Bytesize="4" OffsetHex="00000CAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3248" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CB0" DisplayMethod="hexadecimal"/>
              <Element Offset="3252" Vartype="Float" Bytesize="4" OffsetHex="00000CB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3256" Vartype="Byte" Bytesize="1" OffsetHex="00000CB8" DisplayMethod="unsigned integer"/>
              <Element Offset="3257" Vartype="String" Bytesize="4" OffsetHex="00000CB9" DisplayMethod="unsigned integer"/>
              <Element Offset="3261" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000CBD" DisplayMethod="unsigned integer"/>
              <Element Offset="3264" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CC0" DisplayMethod="hexadecimal"/>
              <Element Offset="3268" Vartype="Double" Bytesize="8" OffsetHex="00000CC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3276" Vartype="Float" Bytesize="4" OffsetHex="00000CCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3280" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CD0" DisplayMethod="hexadecimal"/>
              <Element Offset="3284" Vartype="Float" Bytesize="4" OffsetHex="00000CD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3288" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000CD8" DisplayMethod="unsigned integer"/>
              <Element Offset="3292" Vartype="Float" Bytesize="4" OffsetHex="00000CDC" DisplayMethod="unsigned integer"/>
              <Element Offset="3296" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000CE0" DisplayMethod="hexadecimal"/>
              <Element Offset="3308" Vartype="Float" Bytesize="4" OffsetHex="00000CEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3312" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000CF0" DisplayMethod="hexadecimal"/>
              <Element Offset="3324" Vartype="Float" Bytesize="4" OffsetHex="00000CFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Byte" Bytesize="1" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3329" Vartype="String" Bytesize="7" OffsetHex="00000D01" DisplayMethod="unsigned integer"/>
              <Element Offset="3336" Vartype="Double" Bytesize="8" OffsetHex="00000D08" DisplayMethod="unsigned integer"/>
              <Element Offset="3344" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D10" DisplayMethod="hexadecimal"/>
              <Element Offset="3356" Vartype="Float" Bytesize="4" OffsetHex="00000D1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3360" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D20" DisplayMethod="hexadecimal"/>
              <Element Offset="3364" Vartype="String" Bytesize="4" OffsetHex="00000D24" DisplayMethod="unsigned integer"/>
              <Element Offset="3368" Vartype="Double" Bytesize="8" OffsetHex="00000D28" DisplayMethod="unsigned integer"/>
              <Element Offset="3376" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D30" DisplayMethod="hexadecimal"/>
              <Element Offset="3388" Vartype="Float" Bytesize="4" OffsetHex="00000D3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3392" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D40" DisplayMethod="hexadecimal"/>
              <Element Offset="3404" Vartype="Float" Bytesize="4" OffsetHex="00000D4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3408" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D50" DisplayMethod="hexadecimal"/>
              <Element Offset="3420" Vartype="Float" Bytesize="4" OffsetHex="00000D5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3424" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D60" DisplayMethod="hexadecimal"/>
              <Element Offset="3428" Vartype="Float" Bytesize="4" OffsetHex="00000D64" DisplayMethod="unsigned integer"/>
              <Element Offset="3432" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D68" DisplayMethod="hexadecimal"/>
              <Element Offset="3436" Vartype="Float" Bytesize="4" OffsetHex="00000D6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3440" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D70" DisplayMethod="hexadecimal"/>
              <Element Offset="3452" Vartype="Float" Bytesize="4" OffsetHex="00000D7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3456" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000D80" DisplayMethod="unsigned integer"/>
              <Element Offset="3464" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D88" DisplayMethod="hexadecimal"/>
              <Element Offset="3468" Vartype="Float" Bytesize="4" OffsetHex="00000D8C" DisplayMethod="unsigned integer"/>
              <Element Offset="3472" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D90" DisplayMethod="hexadecimal"/>
              <Element Offset="3484" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00000D9C" DisplayMethod="unsigned integer"/>
              <Element Offset="3496" Vartype="String" Bytesize="4" OffsetHex="00000DA8" DisplayMethod="unsigned integer"/>
              <Element Offset="3500" Vartype="Float" Bytesize="4" OffsetHex="00000DAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3504" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000DB0" DisplayMethod="hexadecimal"/>
              <Element Offset="3516" Vartype="Float" Bytesize="4" OffsetHex="00000DBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3520" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DC0" DisplayMethod="hexadecimal"/>
              <Element Offset="3524" Vartype="Float" Bytesize="4" OffsetHex="00000DC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3528" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000DC8" DisplayMethod="hexadecimal"/>
              <Element Offset="3540" Vartype="Float" Bytesize="4" OffsetHex="00000DD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3544" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DD8" DisplayMethod="hexadecimal"/>
              <Element Offset="3548" Vartype="Float" Bytesize="4" OffsetHex="00000DDC" DisplayMethod="unsigned integer"/>
              <Element Offset="3552" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000DE0" DisplayMethod="hexadecimal"/>
              <Element Offset="3564" Vartype="Float" Bytesize="4" OffsetHex="00000DEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3568" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000DF0" DisplayMethod="hexadecimal"/>
              <Element Offset="3576" Vartype="String" Bytesize="4" OffsetHex="00000DF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3580" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000DFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3588" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E04" DisplayMethod="hexadecimal"/>
              <Element Offset="3592" Vartype="Double" Bytesize="8" OffsetHex="00000E08" DisplayMethod="unsigned integer"/>
              <Element Offset="3600" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E10" DisplayMethod="hexadecimal"/>
              <Element Offset="3604" Vartype="Float" Bytesize="4" OffsetHex="00000E14" DisplayMethod="unsigned integer"/>
              <Element Offset="3608" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E18" DisplayMethod="hexadecimal"/>
              <Element Offset="3612" Vartype="Float" Bytesize="4" OffsetHex="00000E1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3616" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E20" DisplayMethod="hexadecimal"/>
              <Element Offset="3624" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000E28" DisplayMethod="unsigned integer"/>
              <Element Offset="3632" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E30" DisplayMethod="hexadecimal"/>
              <Element Offset="3644" Vartype="Float" Bytesize="4" OffsetHex="00000E3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3648" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E40" DisplayMethod="hexadecimal"/>
              <Element Offset="3660" Vartype="Float" Bytesize="4" OffsetHex="00000E4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3664" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E50" DisplayMethod="hexadecimal"/>
              <Element Offset="3672" Vartype="Double" Bytesize="8" OffsetHex="00000E58" DisplayMethod="unsigned integer"/>
              <Element Offset="3680" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000E60" DisplayMethod="hexadecimal"/>
              <Element Offset="3704" Vartype="Double" Bytesize="8" OffsetHex="00000E78" DisplayMethod="unsigned integer"/>
              <Element Offset="3712" Vartype="Float" Bytesize="4" OffsetHex="00000E80" DisplayMethod="unsigned integer"/>
              <Element Offset="3716" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E84" DisplayMethod="hexadecimal"/>
              <Element Offset="3724" Vartype="Float" Bytesize="4" OffsetHex="00000E8C" DisplayMethod="unsigned integer"/>
              <Element Offset="3728" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E90" DisplayMethod="hexadecimal"/>
              <Element Offset="3736" Vartype="Double" Bytesize="8" OffsetHex="00000E98" DisplayMethod="unsigned integer"/>
              <Element Offset="3744" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000EA0" DisplayMethod="hexadecimal"/>
              <Element Offset="3752" Vartype="Double" Bytesize="8" OffsetHex="00000EA8" DisplayMethod="unsigned integer"/>
              <Element Offset="3760" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EB0" DisplayMethod="hexadecimal"/>
              <Element Offset="3764" Vartype="Byte" Bytesize="1" OffsetHex="00000EB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3765" Vartype="String" Bytesize="4" OffsetHex="00000EB5" DisplayMethod="unsigned integer"/>
              <Element Offset="3769" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000EB9" DisplayMethod="unsigned integer"/>
              <Element Offset="3772" Vartype="Float" Bytesize="4" OffsetHex="00000EBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3776" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000EC0" DisplayMethod="hexadecimal"/>
              <Element Offset="3784" Vartype="Double" Bytesize="8" OffsetHex="00000EC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3792" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000ED0" DisplayMethod="hexadecimal"/>
              <Element Offset="3800" Vartype="Double" Bytesize="8" OffsetHex="00000ED8" DisplayMethod="unsigned integer"/>
              <Element Offset="3808" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000EE0" DisplayMethod="hexadecimal"/>
              <Element Offset="3820" Vartype="Float" Bytesize="4" OffsetHex="00000EEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3824" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000EF0" DisplayMethod="hexadecimal"/>
              <Element Offset="3836" Vartype="Float" Bytesize="4" OffsetHex="00000EFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3840" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000F00" DisplayMethod="hexadecimal"/>
              <Element Offset="3860" Vartype="String" Bytesize="5" OffsetHex="00000F14" DisplayMethod="unsigned integer"/>
              <Element Offset="3865" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000F19" DisplayMethod="unsigned integer"/>
              <Element Offset="3868" Vartype="Float" Bytesize="4" OffsetHex="00000F1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3872" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000F20" DisplayMethod="hexadecimal"/>
              <Element Offset="3884" Vartype="Float" Bytesize="4" OffsetHex="00000F2C" DisplayMethod="unsigned integer"/>
              <Element Offset="3888" Vartype="String" Bytesize="4" OffsetHex="00000F30" DisplayMethod="unsigned integer"/>
              <Element Offset="3892" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000F34" DisplayMethod="hexadecimal"/>
              <Element Offset="3916" Vartype="Float" Bytesize="4" OffsetHex="00000F4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3920" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000F50" DisplayMethod="hexadecimal"/>
              <Element Offset="3932" Vartype="Float" Bytesize="4" OffsetHex="00000F5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3936" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F60" DisplayMethod="hexadecimal"/>
              <Element Offset="3940" Vartype="String" Bytesize="4" OffsetHex="00000F64" DisplayMethod="unsigned integer"/>
              <Element Offset="3944" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F68" DisplayMethod="hexadecimal"/>
              <Element Offset="3948" Vartype="Float" Bytesize="4" OffsetHex="00000F6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3952" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F70" DisplayMethod="hexadecimal"/>
              <Element Offset="3956" Vartype="Float" Bytesize="4" OffsetHex="00000F74" DisplayMethod="unsigned integer"/>
              <Element Offset="3960" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F78" DisplayMethod="hexadecimal"/>
              <Element Offset="3968" Vartype="Float" Bytesize="4" OffsetHex="00000F80" DisplayMethod="unsigned integer"/>
              <Element Offset="3972" Vartype="Byte" Bytesize="1" OffsetHex="00000F84" DisplayMethod="unsigned integer"/>
              <Element Offset="3973" Vartype="String" Bytesize="4" OffsetHex="00000F85" DisplayMethod="unsigned integer"/>
              <Element Offset="3977" Vartype="Byte" Bytesize="1" OffsetHex="00000F89" DisplayMethod="unsigned integer"/>
              <Element Offset="3978" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000F8A" DisplayMethod="unsigned integer"/>
              <Element Offset="3980" Vartype="Float" Bytesize="4" OffsetHex="00000F8C" DisplayMethod="unsigned integer"/>
              <Element Offset="3984" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F90" DisplayMethod="hexadecimal"/>
              <Element Offset="3992" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000F98" DisplayMethod="unsigned integer"/>
              <Element Offset="4000" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000FA0" DisplayMethod="hexadecimal"/>
              <Element Offset="4012" Vartype="Float" Bytesize="4" OffsetHex="00000FAC" DisplayMethod="unsigned integer"/>
              <Element Offset="4016" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FB0" DisplayMethod="hexadecimal"/>
              <Element Offset="4020" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000FB4" DisplayMethod="unsigned integer"/>
              <Element Offset="4024" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FB8" DisplayMethod="hexadecimal"/>
              <Element Offset="4028" Vartype="Float" Bytesize="4" OffsetHex="00000FBC" DisplayMethod="unsigned integer"/>
              <Element Offset="4032" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000FC0" DisplayMethod="hexadecimal"/>
              <Element Offset="4044" Vartype="Float" Bytesize="4" OffsetHex="00000FCC" DisplayMethod="unsigned integer"/>
              <Element Offset="4048" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000FD0" DisplayMethod="hexadecimal"/>
              <Element Offset="4060" Vartype="Float" Bytesize="4" OffsetHex="00000FDC" DisplayMethod="unsigned integer"/>
              <Element Offset="4064" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FE0" DisplayMethod="hexadecimal"/>
              <Element Offset="4072" Vartype="String" Bytesize="4" OffsetHex="00000FE8" DisplayMethod="unsigned integer"/>
              <Element Offset="4076" Vartype="Float" Bytesize="4" OffsetHex="00000FEC" DisplayMethod="unsigned integer"/>
              <Element Offset="4080" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FF0" DisplayMethod="hexadecimal"/>
              <Element Offset="4088" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000FF8" DisplayMethod="unsigned integer"/>
              <Element Offset="4092" Vartype="Float" Bytesize="4" OffsetHex="00000FFC" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="52" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000034" DisplayMethod="unsigned integer"/>
        <Element Offset="108" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000006C" DisplayMethod="hexadecimal"/>
        <Element Offset="112" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000070" DisplayMethod="unsigned integer"/>
        <Element Offset="120" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000078" DisplayMethod="hexadecimal"/>
        <Element Offset="124" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000007C" DisplayMethod="unsigned integer"/>
        <Element Offset="128" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000080" DisplayMethod="hexadecimal"/>
        <Element Offset="132" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000084" DisplayMethod="unsigned integer"/>
        <Element Offset="136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000088" DisplayMethod="hexadecimal"/>
        <Element Offset="140" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
        <Element Offset="152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000098" DisplayMethod="hexadecimal"/>
        <Element Offset="156" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
        <Element Offset="164" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000A4" DisplayMethod="hexadecimal"/>
        <Element Offset="168" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000000A8" DisplayMethod="unsigned integer"/>
        <Element Offset="180" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000B4" DisplayMethod="hexadecimal"/>
        <Element Offset="184" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000000B8" DisplayMethod="unsigned integer"/>
        <Element Offset="236" Vartype="Pointer" Bytesize="8" OffsetHex="000000EC" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 100000000" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="4 Bytes" Bytesize="4" RLECount="1024" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="244" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000F4" DisplayMethod="unsigned integer"/>
        <Element Offset="252" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="000000FC" DisplayMethod="unsigned integer"/>
        <Element Offset="332" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="0000014C" DisplayMethod="unsigned integer"/>
        <Element Offset="380" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000017C" DisplayMethod="hexadecimal"/>
        <Element Offset="384" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00000180" DisplayMethod="unsigned integer"/>
        <Element Offset="444" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001BC" DisplayMethod="hexadecimal"/>
        <Element Offset="448" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
        <Element Offset="456" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C8" DisplayMethod="hexadecimal"/>
        <Element Offset="460" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001CC" DisplayMethod="unsigned integer"/>
        <Element Offset="464" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D0" DisplayMethod="hexadecimal"/>
        <Element Offset="468" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D4" DisplayMethod="unsigned integer"/>
        <Element Offset="472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D8" DisplayMethod="hexadecimal"/>
        <Element Offset="476" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001DC" DisplayMethod="unsigned integer"/>
        <Element Offset="484" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001E4" DisplayMethod="hexadecimal"/>
        <Element Offset="492" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001EC" DisplayMethod="unsigned integer"/>
        <Element Offset="500" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F4" DisplayMethod="hexadecimal"/>
        <Element Offset="504" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="000001F8" DisplayMethod="unsigned integer"/>
        <Element Offset="572" Vartype="Pointer" Bytesize="8" OffsetHex="0000023C" DisplayMethod="unsigned integer"/>
        <Element Offset="580" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000244" DisplayMethod="unsigned integer"/>
        <Element Offset="588" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="0000024C" DisplayMethod="unsigned integer"/>
        <Element Offset="668" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
        <Element Offset="716" Vartype="Pointer" Bytesize="8" OffsetHex="000002CC" DisplayMethod="unsigned integer"/>
        <Element Offset="724" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="000002D4" DisplayMethod="unsigned integer"/>
        <Element Offset="780" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000030C" DisplayMethod="hexadecimal"/>
        <Element Offset="784" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000310" DisplayMethod="unsigned integer"/>
        <Element Offset="800" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000320" DisplayMethod="hexadecimal"/>
        <Element Offset="804" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000324" DisplayMethod="unsigned integer"/>
        <Element Offset="808" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000328" DisplayMethod="hexadecimal"/>
        <Element Offset="812" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000032C" DisplayMethod="unsigned integer"/>
        <Element Offset="824" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000338" DisplayMethod="hexadecimal"/>
        <Element Offset="828" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="0000033C" DisplayMethod="unsigned integer"/>
        <Element Offset="908" Vartype="Pointer" Bytesize="8" OffsetHex="0000038C" DisplayMethod="unsigned integer"/>
        <Element Offset="916" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000394" DisplayMethod="unsigned integer"/>
        <Element Offset="924" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="0000039C" DisplayMethod="unsigned integer"/>
        <Element Offset="1004" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000003EC" DisplayMethod="unsigned integer"/>
        <Element Offset="1052" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000041C" DisplayMethod="hexadecimal"/>
        <Element Offset="1056" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00000420" DisplayMethod="unsigned integer"/>
        <Element Offset="1116" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000045C" DisplayMethod="hexadecimal"/>
        <Element Offset="1120" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000460" DisplayMethod="unsigned integer"/>
        <Element Offset="1136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000470" DisplayMethod="hexadecimal"/>
        <Element Offset="1140" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000474" DisplayMethod="unsigned integer"/>
        <Element Offset="1144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000478" DisplayMethod="hexadecimal"/>
        <Element Offset="1148" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000047C" DisplayMethod="unsigned integer"/>
        <Element Offset="1160" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000488" DisplayMethod="hexadecimal"/>
        <Element Offset="1164" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000048C" DisplayMethod="unsigned integer"/>
        <Element Offset="1188" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004A4" DisplayMethod="hexadecimal"/>
        <Element Offset="1192" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000004A8" DisplayMethod="unsigned integer"/>
        <Element Offset="1244" Vartype="Pointer" Bytesize="8" OffsetHex="000004DC" DisplayMethod="unsigned integer"/>
        <Element Offset="1252" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000004E4" DisplayMethod="unsigned integer"/>
        <Element Offset="1260" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="000004EC" DisplayMethod="unsigned integer"/>
        <Element Offset="1340" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="0000053C" DisplayMethod="unsigned integer"/>
        <Element Offset="1452" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005AC" DisplayMethod="hexadecimal"/>
        <Element Offset="1456" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000005B0" DisplayMethod="unsigned integer"/>
        <Element Offset="1472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C0" DisplayMethod="hexadecimal"/>
        <Element Offset="1476" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C4" DisplayMethod="unsigned integer"/>
        <Element Offset="1480" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C8" DisplayMethod="hexadecimal"/>
        <Element Offset="1484" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000005CC" DisplayMethod="unsigned integer"/>
        <Element Offset="1496" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005D8" DisplayMethod="hexadecimal"/>
        <Element Offset="1500" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="000005DC" DisplayMethod="unsigned integer"/>
        <Element Offset="1580" Vartype="Pointer" Bytesize="8" OffsetHex="0000062C" DisplayMethod="unsigned integer"/>
        <Element Offset="1588" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000634" DisplayMethod="unsigned integer"/>
        <Element Offset="1596" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="0000063C" DisplayMethod="unsigned integer"/>
        <Element Offset="1676" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
        <Element Offset="1788" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006FC" DisplayMethod="hexadecimal"/>
        <Element Offset="1792" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000700" DisplayMethod="unsigned integer"/>
        <Element Offset="1808" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000710" DisplayMethod="hexadecimal"/>
        <Element Offset="1812" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000714" DisplayMethod="unsigned integer"/>
        <Element Offset="1816" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000718" DisplayMethod="hexadecimal"/>
        <Element Offset="1820" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000071C" DisplayMethod="unsigned integer"/>
        <Element Offset="1832" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000728" DisplayMethod="hexadecimal"/>
        <Element Offset="1836" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000072C" DisplayMethod="unsigned integer"/>
        <Element Offset="1844" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000734" DisplayMethod="hexadecimal"/>
        <Element Offset="1848" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="00000738" DisplayMethod="unsigned integer"/>
        <Element Offset="1916" Vartype="Pointer" Bytesize="8" OffsetHex="0000077C" DisplayMethod="unsigned integer"/>
        <Element Offset="1924" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000784" DisplayMethod="unsigned integer"/>
        <Element Offset="1932" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="0000078C" DisplayMethod="unsigned integer"/>
        <Element Offset="2012" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000007DC" DisplayMethod="unsigned integer"/>
        <Element Offset="2060" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000080C" DisplayMethod="hexadecimal"/>
        <Element Offset="2064" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00000810" DisplayMethod="unsigned integer"/>
        <Element Offset="2124" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000084C" DisplayMethod="hexadecimal"/>
        <Element Offset="2128" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000850" DisplayMethod="unsigned integer"/>
        <Element Offset="2144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000860" DisplayMethod="hexadecimal"/>
        <Element Offset="2148" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000864" DisplayMethod="unsigned integer"/>
        <Element Offset="2152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000868" DisplayMethod="hexadecimal"/>
        <Element Offset="2156" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000086C" DisplayMethod="unsigned integer"/>
        <Element Offset="2168" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000878" DisplayMethod="hexadecimal"/>
        <Element Offset="2172" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="0000087C" DisplayMethod="unsigned integer"/>
        <Element Offset="2252" Vartype="Pointer" Bytesize="8" OffsetHex="000008CC" DisplayMethod="unsigned integer"/>
        <Element Offset="2260" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008D4" DisplayMethod="unsigned integer"/>
        <Element Offset="2268" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="000008DC" DisplayMethod="unsigned integer"/>
        <Element Offset="2348" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="0000092C" DisplayMethod="unsigned integer"/>
        <Element Offset="2460" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000099C" DisplayMethod="hexadecimal"/>
        <Element Offset="2464" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000009A0" DisplayMethod="unsigned integer"/>
        <Element Offset="2480" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009B0" DisplayMethod="hexadecimal"/>
        <Element Offset="2484" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000009B4" DisplayMethod="unsigned integer"/>
        <Element Offset="2504" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009C8" DisplayMethod="hexadecimal"/>
        <Element Offset="2508" Vartype="4 Bytes" Bytesize="4" RLECount="18" OffsetHex="000009CC" DisplayMethod="unsigned integer"/>
        <Element Offset="2580" Vartype="Pointer" Bytesize="8" RLECount="13" OffsetHex="00000A14" DisplayMethod="unsigned integer"/>
        <Element Offset="2684" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="00000A7C" DisplayMethod="unsigned integer"/>
        <Element Offset="2796" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AEC" DisplayMethod="hexadecimal"/>
        <Element Offset="2800" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000AF0" DisplayMethod="unsigned integer"/>
        <Element Offset="2816" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B00" DisplayMethod="hexadecimal"/>
        <Element Offset="2820" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000B04" DisplayMethod="unsigned integer"/>
        <Element Offset="2840" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B18" DisplayMethod="hexadecimal"/>
        <Element Offset="2844" Vartype="4 Bytes" Bytesize="4" RLECount="18" OffsetHex="00000B1C" DisplayMethod="unsigned integer"/>
        <Element Offset="2916" Vartype="Pointer" Bytesize="8" RLECount="13" OffsetHex="00000B64" DisplayMethod="unsigned integer"/>
        <Element Offset="3020" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="00000BCC" DisplayMethod="unsigned integer"/>
        <Element Offset="3132" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C3C" DisplayMethod="hexadecimal"/>
        <Element Offset="3136" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000C40" DisplayMethod="unsigned integer"/>
        <Element Offset="3152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C50" DisplayMethod="hexadecimal"/>
        <Element Offset="3156" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000C54" DisplayMethod="unsigned integer"/>
        <Element Offset="3176" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C68" DisplayMethod="hexadecimal"/>
        <Element Offset="3180" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00000C6C" DisplayMethod="unsigned integer"/>
        <Element Offset="3260" Vartype="Pointer" Bytesize="8" OffsetHex="00000CBC" DisplayMethod="unsigned integer"/>
        <Element Offset="3268" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000CC4" DisplayMethod="unsigned integer"/>
        <Element Offset="3276" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="00000CCC" DisplayMethod="unsigned integer"/>
        <Element Offset="3356" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="00000D1C" DisplayMethod="unsigned integer"/>
        <Element Offset="3468" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D8C" DisplayMethod="hexadecimal"/>
        <Element Offset="3472" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D90" DisplayMethod="unsigned integer"/>
        <Element Offset="3480" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D98" DisplayMethod="hexadecimal"/>
        <Element Offset="3484" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D9C" DisplayMethod="unsigned integer"/>
        <Element Offset="3488" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DA0" DisplayMethod="hexadecimal"/>
        <Element Offset="3492" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DA4" DisplayMethod="unsigned integer"/>
        <Element Offset="3496" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DA8" DisplayMethod="hexadecimal"/>
        <Element Offset="3500" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000DAC" DisplayMethod="unsigned integer"/>
        <Element Offset="3512" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DB8" DisplayMethod="hexadecimal"/>
        <Element Offset="3516" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000DBC" DisplayMethod="unsigned integer"/>
        <Element Offset="3540" Vartype="Pointer" Bytesize="8" OffsetHex="00000DD4" DisplayMethod="unsigned integer"/>
        <Element Offset="3548" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000DDC" DisplayMethod="unsigned integer"/>
        <Element Offset="3596" Vartype="Pointer" Bytesize="8" OffsetHex="00000E0C" DisplayMethod="unsigned integer"/>
        <Element Offset="3604" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E14" DisplayMethod="unsigned integer"/>
        <Element Offset="3612" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="00000E1C" DisplayMethod="unsigned integer"/>
        <Element Offset="3692" Vartype="4 Bytes" Bytesize="4" RLECount="28" OffsetHex="00000E6C" DisplayMethod="unsigned integer"/>
        <Element Offset="3804" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EDC" DisplayMethod="hexadecimal"/>
        <Element Offset="3808" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EE0" DisplayMethod="unsigned integer"/>
        <Element Offset="3812" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EE4" DisplayMethod="hexadecimal"/>
        <Element Offset="3816" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000EE8" DisplayMethod="unsigned integer"/>
        <Element Offset="3824" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EF0" DisplayMethod="hexadecimal"/>
        <Element Offset="3828" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EF4" DisplayMethod="unsigned integer"/>
        <Element Offset="3832" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EF8" DisplayMethod="hexadecimal"/>
        <Element Offset="3836" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000EFC" DisplayMethod="unsigned integer"/>
        <Element Offset="3848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F08" DisplayMethod="hexadecimal"/>
        <Element Offset="3852" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00000F0C" DisplayMethod="unsigned integer"/>
        <Element Offset="3932" Vartype="Pointer" Bytesize="8" OffsetHex="00000F5C" DisplayMethod="unsigned integer"/>
        <Element Offset="3940" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F64" DisplayMethod="unsigned integer"/>
        <Element Offset="3948" Vartype="Pointer" Bytesize="8" RLECount="10" OffsetHex="00000F6C" DisplayMethod="unsigned integer"/>
        <Element Offset="4028" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="00000FBC" DisplayMethod="unsigned integer"/>
      </Elements>
    </Structure>
  </Structures>
  <LuaScript>function lua_aobscan(name,module,bytes,index)
  index = index - 1
  if(module == "") then
    local resultSet = AOBScan(bytes)
      if(resultSet == nil) then
        unregisterSymbol(name)
        print(name.." not found")
      else
        unregisterSymbol(name)
        registerSymbol(name,resultSet[index])
        resultSet.destroy()
      end
  else
    if(getModuleSize(module) == nil) then
      print("Module "..module.." not found")
    else
      local memScanner = createMemScan()
      local memFoundList = createFoundList(memScanner)
      memScanner.firstScan(
        soExactValue,vtByteArray,rtRounded,bytes,nil,
        getAddress(module),(getAddress(module)+getModuleSize(module)),"",
        fsmNotAligned,"",true,false,false,false)
      memScanner.waitTillDone()
      memFoundList.initialize()
        if(memFoundList.Count == 0) then
          unregisterSymbol(name)
          print(name.." in module "..module.." not found")
        else
          unregisterSymbol(name)
          registerSymbol(name,memFoundList.Address[index])
        end
      memScanner.destroy()
      memFoundList.destroy()
    end
  end
end
</LuaScript>
  <DisassemblerComments>
    <DisassemblerComment>
      <Address>"sao_al.exe"+3B5B6C</Address>
      <Comment>Get Item Quantity
</Comment>
    </DisassemblerComment>
  </DisassemblerComments>
</CheatTable>
