<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="38">
  <CheatEntries>
    <CheatEntry>
      <ID>213</ID>
      <Description>"Invulnerability"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscan(invulnerability,2A 46 08 26 88 47 1B) // should be unique

invulnerability:
  nop
  nop
  nop

registersymbol(invulnerability)

[DISABLE]
invulnerability:
  sub al,[esi+08]

unregistersymbol(invulnerability)

{
// ORIGINAL CODE - INJECTION POINT: 0A89D59A

0A89D56E: 26 80 BF E2 00 00 74 1D        -  cmp byte ptr es:[edi+ntmarta.dll+E2],1D
0A89D576: 26 8A 87 E2 00 2A 46           -  mov al,es:[edi+462A00E2]
0A89D57D: 08 26                          -  or [esi],ah
0A89D57F: 88 87 E2 00 8B 46              -  mov [edi+468B00E2],al
0A89D585: FC                             -  cld 
0A89D586: 05 DF 00 0B C0                 -  add eax,C00B00DF
0A89D58B: 73 06                          -  jae 0A89D593
0A89D58D: 26 C6 87 E2 00 00 C4 5E        -  mov byte ptr es:[edi-3BFFFF1E],5E
0A89D595: FC                             -  cld 
0A89D596: 26 8A 47 1B                    -  mov al,es:[edi+1B]
// ---------- INJECTING HERE ----------
0A89D59A: 2A 46 08                       -  sub al,[esi+08]
0A89D59D: 26 88 47 1B                    -  mov es:[edi+1B],al
// ---------- DONE INJECTING  ----------
0A89D5A1: 8A 46 08                       -  mov al,[esi+08]
0A89D5A4: 26 88 87 E7 00 26 80           -  mov es:[edi-7FD9FF19],al
0A89D5AB: 7F 1B                          -  jg 0A89D5C8
0A89D5AD: F6 7F 23                       -  idiv byte ptr [edi+23]
0A89D5B0: 26 C6 47 1B F6                 -  mov byte ptr es:[edi+1B],-0A
0A89D5B5: 26 C6 87 E2 00 00 26 81        -  mov byte ptr es:[edi+260000E2],-7F
0A89D5BD: A7                             -  cmpsd 
0A89D5BE: E3 00                          -  jecxz 0A89D5C0
0A89D5C0: FB                             -  sti 
0A89D5C1: FF 26                          -  jmp dword ptr [esi]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>222</ID>
      <Description>"Filled food up to 100% every food-tick"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(food,dosbox.exe,88 14 18 83 C4 18) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  cmp edi,16cde
  jne code
  cmp rsp,267b340
  jne code
  mov dl,64
code:
  mov [eax+ebx],dl
  add esp,18
  jmp return

food:
  jmp newmem
  nop
return:
registersymbol(food)

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
food:
  db 88 14 18 83 C4 18

unregistersymbol(food)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "dosbox.exe"+F67C0

"dosbox.exe"+F67A0: 53                    -  push ebx
"dosbox.exe"+F67A1: 83 EC 18              -  sub esp,18
"dosbox.exe"+F67A4: 8B 5C 24 20           -  mov ebx,[esp+20]
"dosbox.exe"+F67A8: 8B 54 24 24           -  mov edx,[esp+24]
"dosbox.exe"+F67AC: 89 D9                 -  mov ecx,ebx
"dosbox.exe"+F67AE: C1 E9 0C              -  shr ecx,0C
"dosbox.exe"+F67B1: 88 54 24 17           -  mov [esp+17],dl
"dosbox.exe"+F67B5: 8B 04 8D D0 B6 B5 00  -  mov eax,[ecx*4+dosbox.exe+75B6D0]
"dosbox.exe"+F67BC: 85 C0                 -  test eax,eax
"dosbox.exe"+F67BE: 74 08                 -  je dosbox.exe+F67C8
// ---------- INJECTING HERE ----------
"dosbox.exe"+F67C0: 88 14 18              -  mov [eax+ebx],dl
"dosbox.exe"+F67C3: 83 C4 18              -  add esp,18
// ---------- DONE INJECTING  ----------
"dosbox.exe"+F67C6: 5B                    -  pop ebx
"dosbox.exe"+F67C7: C3                    -  ret 
"dosbox.exe"+F67C8: 0F B6 54 24 17        -  movzx edx,byte ptr [esp+17]
"dosbox.exe"+F67CD: 8B 04 8D D0 B6 35 01  -  mov eax,[ecx*4+dosbox.exe+F5B6D0]
"dosbox.exe"+F67D4: 8B 08                 -  mov ecx,[eax]
"dosbox.exe"+F67D6: 89 5C 24 04           -  mov [esp+04],ebx
"dosbox.exe"+F67DA: 89 54 24 08           -  mov [esp+08],edx
"dosbox.exe"+F67DE: 89 04 24              -  mov [esp],eax
"dosbox.exe"+F67E1: FF 51 14              -  call dword ptr [ecx+14]
"dosbox.exe"+F67E4: 83 C4 18              -  add esp,18
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>64</ID>
      <Description>"Automatic Memory Address Finder by mgr.inz.Player (GameBase only)"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$Lua}
if syntaxcheck then return end

[ENABLE]
for i,v in ipairs(enumMemoryRegions()) do
  if v.RegionSize==0x1001000 and v.AllocationProtect==4 then
    unregisterSymbol('GameMemoryStart') registerSymbol('GameMemoryStart',v.BaseAddress+0x20)
  end
end

[DISABLE]
unregisterSymbol('GameMemoryStart')
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>65</ID>
          <Description>"GameMemoryStart"</Description>
          <LastState Value="" RealAddress="0AB8D020"/>
          <Color>C0C0C0</Color>
          <GroupHeader>1</GroupHeader>
          <Address>GameMemoryStart</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>394</ID>
              <Description>"Character 1"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE51A"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+314FA</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>395</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE51A"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>7</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="14" RealAddress="0ABBE525"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>8</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="14" RealAddress="0ABBE526"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>11</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE527"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>10</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE528"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>12</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="11" RealAddress="0ABBE529"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>13</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="11" RealAddress="0ABBE52A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="13" RealAddress="0ABBE52B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>16</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="13" RealAddress="0ABBE52C"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>15</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="15" RealAddress="0ABBE52D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>17</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="15" RealAddress="0ABBE52E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>18</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="16" RealAddress="0ABBE52F"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>19</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="16" RealAddress="0ABBE530"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>20</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="16" RealAddress="0ABBE531"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>21</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="16" RealAddress="0ABBE532"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>22</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="12" RealAddress="0ABBE533"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>23</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="12" RealAddress="0ABBE534"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>24</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="9" RealAddress="0ABBE535"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>25</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE537"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>26</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="3" RealAddress="0ABBE538"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>27</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="2" RealAddress="0ABBE539"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="7" RealAddress="0ABBE53A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>29</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="80" RealAddress="0ABBE53B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>30</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="3" RealAddress="0ABBE53C"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>31</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE53D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>32</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE53E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>33</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="5100" RealAddress="0ABBE53F"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>34</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="5000" RealAddress="0ABBE543"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>35</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="5000" RealAddress="0ABBE547"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>36</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="9B 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBE54D"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>37</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="0000026C" RealAddress="0ABBE58B"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>38</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="014E" RealAddress="0ABBE58F"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>39</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0160" RealAddress="0ABBE591"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>40</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="000B" RealAddress="0ABBE593"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>537</ID>
              <Description>"Character 2"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE60D"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+315ED</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>538</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE60D"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>539</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="17" RealAddress="0ABBE618"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>540</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="17" RealAddress="0ABBE619"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>541</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE61A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>542</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE61B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>543</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="9" RealAddress="0ABBE61C"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>544</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="9" RealAddress="0ABBE61D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>545</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="12" RealAddress="0ABBE61E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>546</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="12" RealAddress="0ABBE61F"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>547</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="12" RealAddress="0ABBE620"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>548</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="12" RealAddress="0ABBE621"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>549</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="13" RealAddress="0ABBE622"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>550</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="13" RealAddress="0ABBE623"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>551</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="17" RealAddress="0ABBE624"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>552</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="17" RealAddress="0ABBE625"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>553</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="15" RealAddress="0ABBE626"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>554</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="15" RealAddress="0ABBE627"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>555</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="8" RealAddress="0ABBE628"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>556</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="4" RealAddress="0ABBE62A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>557</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="7" RealAddress="0ABBE62B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>558</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="1" RealAddress="0ABBE62C"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>559</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="0" RealAddress="0ABBE62D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>560</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="80" RealAddress="0ABBE62E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>561</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="2" RealAddress="0ABBE62F"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>562</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="3" RealAddress="0ABBE630"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>563</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE631"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>564</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="2550" RealAddress="0ABBE632"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>565</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="2550" RealAddress="0ABBE636"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>566</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="2500" RealAddress="0ABBE63A"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>567</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="ED 65 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBE640"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>568</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="00000000" RealAddress="0ABBE67E"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>569</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="0163" RealAddress="0ABBE682"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>570</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0000" RealAddress="0ABBE684"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>571</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0164" RealAddress="0ABBE686"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>502</ID>
              <Description>"Character 3"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE700"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+316E0</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>503</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE700"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>504</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="15" RealAddress="0ABBE70B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>505</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="15" RealAddress="0ABBE70C"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>506</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE70D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>507</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE70E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>508</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="15" RealAddress="0ABBE70F"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>509</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="15" RealAddress="0ABBE710"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>510</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="9" RealAddress="0ABBE711"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>511</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="9" RealAddress="0ABBE712"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>512</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="11" RealAddress="0ABBE713"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>513</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="11" RealAddress="0ABBE714"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>514</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="11" RealAddress="0ABBE715"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>515</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="11" RealAddress="0ABBE716"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>516</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="16" RealAddress="0ABBE717"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>517</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="16" RealAddress="0ABBE718"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>518</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="8" RealAddress="0ABBE719"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>519</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="8" RealAddress="0ABBE71A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>520</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="8" RealAddress="0ABBE71B"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>521</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="8" RealAddress="0ABBE71D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>522</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="6" RealAddress="0ABBE71E"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>523</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE71F"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>524</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="27" RealAddress="0ABBE720"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>525</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="80" RealAddress="0ABBE721"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>526</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="2" RealAddress="0ABBE722"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>527</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="2" RealAddress="0ABBE723"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>528</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE724"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>529</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="2550" RealAddress="0ABBE725"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>530</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="2550" RealAddress="0ABBE729"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>531</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="2500" RealAddress="0ABBE72D"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>532</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="3F 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBE733"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>533</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="00000000" RealAddress="0ABBE771"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>534</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="0168" RealAddress="0ABBE775"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>535</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0169" RealAddress="0ABBE777"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>536</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="017A" RealAddress="0ABBE779"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>467</ID>
              <Description>"Character 4"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE7F3"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+317D3</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>468</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE7F3"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>469</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="13" RealAddress="0ABBE7FE"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>470</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="13" RealAddress="0ABBE7FF"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>471</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE800"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>472</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE801"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>473</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="15" RealAddress="0ABBE802"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>474</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="15" RealAddress="0ABBE803"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>475</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="14" RealAddress="0ABBE804"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>476</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="14" RealAddress="0ABBE805"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>477</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="14" RealAddress="0ABBE806"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>478</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="14" RealAddress="0ABBE807"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>479</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="17" RealAddress="0ABBE808"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>480</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="17" RealAddress="0ABBE809"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>481</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="12" RealAddress="0ABBE80A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>482</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="12" RealAddress="0ABBE80B"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>483</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="19" RealAddress="0ABBE80C"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>484</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="19" RealAddress="0ABBE80D"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>485</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="8" RealAddress="0ABBE80E"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>486</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="4" RealAddress="0ABBE810"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>487</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="1" RealAddress="0ABBE811"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>488</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE812"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>489</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="2" RealAddress="0ABBE813"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>490</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="80" RealAddress="0ABBE814"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>491</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="3" RealAddress="0ABBE815"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>492</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE816"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>493</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE817"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>494</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="5100" RealAddress="0ABBE818"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>495</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="5000" RealAddress="0ABBE81C"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>496</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="5000" RealAddress="0ABBE820"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>497</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="91 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBE826"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>498</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="00000000" RealAddress="0ABBE864"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>499</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="016D" RealAddress="0ABBE868"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>500</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="016E" RealAddress="0ABBE86A"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>501</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0041" RealAddress="0ABBE86C"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>432</ID>
              <Description>"Character 5"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE8E6"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+318C6</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>433</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE8E6"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>434</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F1"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>435</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F2"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>436</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F3"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>437</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F4"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>438</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F5"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>439</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F6"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>440</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F7"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>441</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F8"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>442</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8F9"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>443</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FA"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>444</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FB"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>445</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FC"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>446</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FD"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>447</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FE"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>448</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE8FF"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>449</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE900"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>450</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE901"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>451</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE903"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>452</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE904"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>453</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE905"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>454</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="0" RealAddress="0ABBE906"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>455</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="0" RealAddress="0ABBE907"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>456</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE908"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>457</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE909"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>458</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE90A"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>459</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE90B"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>460</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE90F"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>461</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE913"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>462</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="E3 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBE919"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>463</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="00000000" RealAddress="0ABBE957"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>464</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="0000" RealAddress="0ABBE95B"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>465</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0000" RealAddress="0ABBE95D"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>466</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0000" RealAddress="0ABBE95F"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>397</ID>
              <Description>"Character 6"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="0ABBE9D9"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+319B9</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>398</ID>
                  <Description>"Characters Name"</Description>
                  <LastState RealAddress="0ABBE9D9"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>+0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>399</ID>
                  <Description>"Strength (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E4"/>
                  <VariableType>Byte</VariableType>
                  <Address>+b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>400</ID>
                  <Description>"Strength (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E5"/>
                  <VariableType>Byte</VariableType>
                  <Address>+c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>401</ID>
                  <Description>"Strength (% Bonus Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E6"/>
                  <VariableType>Byte</VariableType>
                  <Address>+d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>402</ID>
                  <Description>"Strength (% Bonus Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E7"/>
                  <VariableType>Byte</VariableType>
                  <Address>+e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>403</ID>
                  <Description>"Intelligence (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E8"/>
                  <VariableType>Byte</VariableType>
                  <Address>+f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>404</ID>
                  <Description>"Intelligence (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9E9"/>
                  <VariableType>Byte</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>405</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9EA"/>
                  <VariableType>Byte</VariableType>
                  <Address>+11</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>406</ID>
                  <Description>"Wisdom (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9EB"/>
                  <VariableType>Byte</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>407</ID>
                  <Description>"Dexterity (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9EC"/>
                  <VariableType>Byte</VariableType>
                  <Address>+13</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>408</ID>
                  <Description>"Dexterity (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9ED"/>
                  <VariableType>Byte</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>409</ID>
                  <Description>"Constitution (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9EE"/>
                  <VariableType>Byte</VariableType>
                  <Address>+15</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>410</ID>
                  <Description>"Constitution (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9EF"/>
                  <VariableType>Byte</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>411</ID>
                  <Description>"Charisma (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F0"/>
                  <VariableType>Byte</VariableType>
                  <Address>+17</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>412</ID>
                  <Description>"Charisma (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F1"/>
                  <VariableType>Byte</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>413</ID>
                  <Description>"Hitpoints (Current)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F2"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+19</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>414</ID>
                  <Description>"Hitpoints (Maximum)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F3"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1a</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>415</ID>
                  <Description>"Armor Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F4"/>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>+1b</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>416</ID>
                  <Description>"Race"</Description>
                  <DropDownListLink>Races</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE9F6"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>417</ID>
                  <Description>"Class(es)"</Description>
                  <DropDownListLink>Classes</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE9F7"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1e</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>418</ID>
                  <Description>"Alignment"</Description>
                  <DropDownListLink>Alignments</DropDownListLink>
                  <LastState Value="0" RealAddress="0ABBE9F8"/>
                  <VariableType>Byte</VariableType>
                  <Address>+1f</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>419</ID>
                  <Description>"Picture"</Description>
                  <LastState Value="0" RealAddress="0ABBE9F9"/>
                  <VariableType>Byte</VariableType>
                  <Address>+20</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>420</ID>
                  <Description>"Food (100 = Fully Fed)"</Description>
                  <LastState Value="0" RealAddress="0ABBE9FA"/>
                  <VariableType>Byte</VariableType>
                  <Address>+21</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>421</ID>
                  <Description>"Level of 1st Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE9FB"/>
                  <VariableType>Byte</VariableType>
                  <Address>+22</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>422</ID>
                  <Description>"Level of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE9FC"/>
                  <VariableType>Byte</VariableType>
                  <Address>+23</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>423</ID>
                  <Description>"Level of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE9FD"/>
                  <VariableType>Byte</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>424</ID>
                  <Description>"Experience Points of 1st Class"</Description>
                  <LastState Value="0" RealAddress="0ABBE9FE"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+25</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>425</ID>
                  <Description>"Experience Points of 2nd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBEA02"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+29</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>426</ID>
                  <Description>"Experience Points of 3rd Class"</Description>
                  <LastState Value="0" RealAddress="0ABBEA06"/>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+2d</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>427</ID>
                  <Description>"Learned Spells (better not touch)"</Description>
                  <LastState Value="35 67 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" RealAddress="0ABBEA0C"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>59</ByteLength>
                  <Address>+33</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>428</ID>
                  <Description>"Learnable Mage Spells in Spellbook"</Description>
                  <DropDownList>01BFFAEF:all Spells
</DropDownList>
                  <LastState Value="00000000" RealAddress="0ABBEA4A"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>4 Bytes</VariableType>
                  <Address>+71</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>429</ID>
                  <Description>"Item in 1st Hand"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">(Items)
</DropDownList>
                  <LastState Value="0000" RealAddress="0ABBEA4E"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+75</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>430</ID>
                  <Description>"Item in 2nd Hand"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0000" RealAddress="0ABBEA50"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+77</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>431</ID>
                  <Description>"Backpack (top left)"</Description>
                  <DropDownListLink>Items</DropDownListLink>
                  <LastState Value="0000" RealAddress="0ABBEA52"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+79</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>396</ID>
              <Description>"Position of Party in the current level"</Description>
              <LastState RealAddress="0ABB79C6"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+2A9A6</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>393</ID>
                  <Description>"X/Y-Coordinate of the Party (Number mod 32 = Row in Map)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="461" RealAddress="0ABB79C6"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+0</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>223</ID>
      <Description>"Help-Lists (don't touch or the kitty gets it!)"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <Color>C0C0C0</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>224</ID>
          <Description>"Items"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">001a:Adamantite Dart
0027:Adamantite Dart
01b4:Adamantite Dart
01b5:Adamantite Dart
01b6:Adamantite Dart
01b7:Adamantite Dart
01b8:Adamantite Dart
01b9:Adamantite Dart
01ba:Adamantite Dart
01bb:Adamantite Dart
01bc:Adamantite Dart
01bd:Adamantite Dart
011b:Adamantite Longsword
0122:Adamantite Longsword
012c:Adamantite Longsword
002d:Adamantite Longsword
0140:Adamantite Longsword
0144:Adamantite Longsword
004c:Adamantite Longsword
014c:Adamantite Longsword
0151:Adamantite Longsword
0156:Adamantite Longsword
0067:Adamantite Longsword
0068:Adamantite Longsword
006a:Adamantite Longsword
017c:Adamantite Longsword
0086:Adamantite Longsword
0088:Adamantite Longsword
008e:Adamantite Longsword
008f:Adamantite Longsword
0090:Adamantite Longsword
0099:Adamantite Longsword
009f:Adamantite Longsword
00a0:Adamantite Longsword
00a9:Adamantite Longsword
00ac:Adamantite Longsword
00b0:Adamantite Longsword
011c:Arrow
011d:Arrow
011e:Arrow
0137:Arrow
0138:Arrow
0049:Arrow
004b:Arrow
005d:Arrow
0063:Arrow
0066:Arrow
006c:Arrow
0175:Arrow
0176:Arrow
0177:Arrow
007b:Arrow
007f:Arrow
0083:Arrow
0098:Arrow
00db:Arrow
00e3:Arrow
00e4:Arrow
00e5:Arrow
00e6:Arrow
00ed:Arrow
00ee:Arrow
00ef:Arrow
0024:Axe
0045:Axe
0050:Axe
0054:Axe
0160:Axe
00ae:Axe
0070:Backstabber                                                 		+3
014a:Banded armor                                                		+3
00ec:Banded armor
0013:Blue Gem
0055:Bow
00d1:Bracers
0158:Bracers of Defense                                          		+2
00e8:Bracers of Defense                                          		+3
0029:Chainmail
012d:Chainmail
0061:Chainmail
0064:Chainmail
00d7:Chieftain Halberd                                           		+
0169:Cleric Holy Symbol
01b2:Cleric Holy Symbol
0134:Cleric Scroll of Cure Critical
00fd:Cleric Scroll of Cure Critical
0121:Cleric Scroll of Cure Serious
014d:Cleric Scroll of Cure Serious
00c6:Cleric Scroll of Cure Serious
0119:Cleric Scroll of Detect Magic
00a2:Cleric Scroll of Detect Magic
0120:Cleric Scroll of Dispel Magic
00c5:Cleric Scroll of Dispel Magic
0123:Cleric Scroll of Flame Blade
0133:Cleric Scroll of Flame Blade
013c:Cleric Scroll of Flame Blade
0075:Cleric Scroll of Flame Blade
00d5:Cleric Scroll of Flame Blade
009b:Cleric Scroll of Hold Person
013e:Cleric Scroll of Neutral Poison
00fc:Cleric Scroll of Neutral Poison
0124:Cleric Scroll of Protect-Evil '10
010b:Cleric Scroll of Raise Dead
0142:Cleric Scroll of Raise Dead
0146:Cleric Scroll of Raise Dead
013d:Cleric Scroll of Remove Paralysis
00dd:Cleric Scroll of Remove Paralysis
0091:Cleric Scroll of Slow Poison
00de:Cleric Scroll of Slow Poison
0023:Commission and Letter of Marque
00a6:Commission and Letter of Marque
0002:Dagger
0004:Dagger
0025:Dagger
0150:Dagger                                                      		+5
0167:Dagger
016c:Dagger
0170:Dagger
0173:Dagger
0079:Dagger
017d:Dagger
01c1:Dagger
01c2:Dagger
01c3:Dagger
00da:Dagger
0031:Dagger "Gunsoo"                                             		+
010f:Dart
0110:Dart
0113:Dart
0118:Dart
0026:Dart
0043:Dart                                                        		+2
014e:Dart
006b:Dart
006d:Dart
006f:Dart
0071:Dart
0073:Dart
007a:Dart
0082:Dart
00be:Dart
00dc:Dart
00f7:Dart
00fb:Dart
0128:Drow Boots
008c:Drow Cleaver                                                		+3
0021:Dwarf Bones
002b:Dwarf Helmet
0062:Dwarf Helmet
0095:Dwarf Helmet
005e:Dwarf Helmet / Axe
0096:Dwarf Shield
00c0:Dwarfen Key / Spear
00ce:Dwarfen Shield                                              		+1
010a:Extra Healing
017b:Extra Healing
01a5:Extra Healing
0038:Fancy Robe
0112:Flail
011f:Halberd
0028:Halberd
0139:Halberd
013f:Halberd
0152:Halberd
0163:Halberd
016b:Halberd
0171:Halberd
00bd:Halberd
00bf:Halberd
00f5:Halberd
0040:Halfling Bones (Tod Uphill)
002a:Helmet
003f:Helmet
0044:Helmet
015e:Helmet
008	:oly Symbol (Cleric)                                        		+
0153:Human Bones
0154:Human Bones
0155:Human Bones
003a:Igneous Rock                                                		+
000a:Iron Rations
001e:Iron Rations
0037:Iron Rations
018c:Iron Rations
018d:Iron Rations
018e:Iron Rations
018f:Iron Rations
0092:Iron Rations
0093:Iron Rations
0094:Iron Rations
009c:Iron Rations
00a1:Iron Rations
01a3:Iron Rations
00a8:Iron Rations
0011:Jeweled Key
00b3:Jeweled Key /Spear
0022:Key (Gold)
0001:Leather Armor
0159:Leather Armor
0162:Leather Armor
0166:Leather Armor
016a:Leather Armor
009	:eather Boots
019	:eather Boots
004e:Leather Boots
0161:Leather Boots
00b5:Leather Boots
006	:ockpicks
0117:Lockpicks
0165:Lockpicks
002f:Longsword
007d:Longsword
00a4:Longsword
0141:Luckstone Medaillon                                         		+
00e1:Luckstone Medaillon                                         		+
002e:Mace
0048:Mace
004d:Mace
0052:Mace
0057:Mace
0058:Mace
0059:Mace
0168:Mace
0080:Mace
0087:Mace
00d0:Mace                                                        		+3
0125:Magic Scroll of Armor
003b:Magic Scroll of Detect Magic
01c0:Magic Scroll of Detect Magic
00ea:Magic Scroll of Fear /Adamantite Longsword                  		+
00d6:Magic Scroll of Fireball
00f1:Magic Scroll of Lightning Bolt
005b:Magic Scroll of Shield
01bf:Magic Scroll of Vampiric Touch
008a:Medaillon
00fe:Medaillon
0016:Message-Scroll
001b:Message-Scroll
001c:Message-Scroll
001d:Message-Scroll
00d9:Necklace
0185:Necklace (nichtmagisch)
0033:Orb of Power
0145:Orb of Power
017e:Orb of Power
017f:Orb of Power
0180:Orb of Power
0187:Orb of Power
0189:Orb of Power
018a:Orb of Power
018b:Orb of Power
015c:Ornate Shield
00fa:Ornate Shield
001f:Paladin Holy Symbol
015f:Paladin Holy Symbol
0130:Plate Mail
015b:Plate Mail
00ab:Plate Mail
0111:Plate Mail of Great Beauty                                  		-3
0089:Potion of Cure Poison
01ae:Potion of Cure Poison
01af:Potion of Cure Poison
01b0:Potion of Cure Poison
01b1:Potion of Cure Poison
0036:Potion of Extra Healing
0069:Potion of Extra Healing
006e:Potion of Extra Healing
0182:Potion of Extra Healing
0183:Potion of Extra Healing
0129:Potion of Extra Healing
013b:Potion of Giant Strength
0051:Potion of Giant Strength
0012:Potion of Giant Strength
01be:Potion of Healing
0030:Potion of Healing
004f:Potion of Healing
00f3:Potion of Healing
0191:Potion of Invisibility
0192:Potion of Invisibility
0195:Potion of Invisibility
0196:Potion of Invisibility
011a:Potion of Poison
0131:Potion of Poison
00a7:Potion of Poison
0174:Potion of Speed
0188:Potion of Speed
0193:Potion of Vitality
0194:Potion of Vitality
005a:Rations
0198:Rations
01a0:Rations
01a1:Rations
01a2:Rations
01a4:Rations
00df:Rations
0178:Rations / Robe
0032:Red Gem
0181:Red Gem/Rations
0084:Ring (blau,nichtmagisch)
0018:Ring (blau,wahrsch. Featherfall)                            		+
0184:Ring (grn,nichtmagisch)
0017:Ring (grn,wahrsch. Protection)                             		+
0019:Ring (grn,wahrsch. Protection)                             		+
013a:Ring of Featherfall                                         		+
00b1:Ring of Featherfall                                         		+
014b:Ring of Featherfall)                                        		+
0157:Ring of Protection                                          		+2
0081:Ring of Protection                                          		+3
00e2:Ring of Protection                                          		+2
00e9:Ring of Wizardry                                            		+
00d4:Ring,rot,nichtmagisch
00ff:Ring,rot,nichtmagisch
0114:Robe
0127:Robe
012b:Robe
014f:Robe                                                        		+5
016e:Robe
0172:Robe
008b:Robe
00a3:Robe
00b2:Robe
00b6:Robe
012e:Rock
0035:Rock                                                        		+
0039:Rock
0042:Rock
0047:Rock
0053:Rock
0060:Rock
0076:Rock
0077:Rock
0179:Rock
017a:Rock
007c:Rock
0085:Rock
0097:Rock
009a:Rock
00aa:Rock
00c4:Rock
00cf:Rock
00f8:Rock                                                        		+
0147:Rock (versifft)		+2
0148:Rock (versifft)		+2
014	:uby Key
00ad:Scale Mail
0115:Scepter of Kingly Might
0126:Shield                                                      		+3
004a:Shield
0065:Shield
0072:Shield
005	:hortsword
0164:Shortsword
002c:Silver Key
0014:Skull Key
0190:Skull Key
00a5:Skull Key
005c:Sling
00af:Sling
010c:Spear
010d:Spear
010e:Spear
0116:Spear
012a:Spear
012f:Spear
003c:Spear
0041:Spear
015a:Spear
009d:Spear
00b4:Spear
00b9:Spear
00c1:Spear
00c2:Spear
00c7:Spear
00c8:Spear
00c9:Spear
00ca:Spear
00cb:Spear
00cc:Spear
00cd:Spear
00d3:Spear
00d8:Spear
00e0:Spear
00eb:Spear
00f0:Spear
00f2:Spear
00f4:Spear
00f6:Spear
0007:Spellbook
016d:Spellbook
01b3:Spellbook
016f:Spellbook / Dart
003d:Staff
0046:Staff
005f:Staff
0074:Staff
00b7:Staff
00b8:Staff
00ba:Staff
00bb:Staff
00bc:Staff
0003:Staff (Stock)
0103:Stone                                                       		+1
019a:Stone Dagger       (Portal Key)
0056:Stone Dagger       (Portal key)
019e:Stone Holy Symbol  (Portal Key)
0136:Stone Holy Symbol  (Portal key)
019b:Stone Medaillon    (Portal Key)
003e:Stone Medaillon    (Portal key)
0078:Stone Medaillon    (Portal key)
019c:Stone Necklace     (Portal Key)
009e:Stone Necklace     (Portal Key)
019f:Stone Orb          (Portal Key)
0143:Stone Orb          (Portal key)
019d:Stone Ring         (Portal Key)
00c3:Stone Ring         (Portal key)
0199:Stone Scepter      (Portal Key)
008d:Stone Scepter      (Portal key)
015d:Sword "Severious"                                           		+5
0149:Sword "Slasher"                                             		+4
00e7:Sword "Slicer"                                              		+3
00f9:Wand (leuchtet bei Detect Magic,zeigt aber keine Funktion)
0186:Wand of Fireballs
0132:Wand of Frost
0135:Wand of Frost
0015:Wand of Frost (ohne Anzeige des Namens...)
007e:Wand of Magic Missiles
0197:Wand of Magic Missiles
00d2:Wand of Magic Missiles
0020:Wand of Silvias
0034:Wand of Silvias
</DropDownList>
          <LastState Value="0160" RealAddress="0ABBE591"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>2 Bytes</VariableType>
          <Address>01D4A380</Address>
          <Offsets>
            <Offset>31571</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>225</ID>
          <Description>"Races"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Human Male
1:Human Female
2:Elf Male
3:Elf Female
4:Half-Elf Male
5:Half-Elf Female
6:Dwarf Male
7:Dwarf Female
8:Gnome Male
9:Gnome Female
10:Halfling Male
11:Halfling Female
</DropDownList>
          <LastState Value="0" RealAddress="0ABBE537"/>
          <VariableType>Byte</VariableType>
          <Address>01D4A380</Address>
          <Offsets>
            <Offset>31517</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>226</ID>
          <Description>"Classes"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Fighter
1:Ranger
2:Paladin
3:Mage
4:Cleric
5:Thief
6:Fighter/Cleric
7:Fighter/Thief
8:Fighter/Mage
9:Fighter/Mage/Thief
10:Thief/Mage
11:Cleric/Thief
12:Fighter/Cleric/Mage
13:Ranger/Cleric
14:Cleric/Mage
</DropDownList>
          <LastState Value="3" RealAddress="0ABBE538"/>
          <VariableType>Byte</VariableType>
          <Address>01D4A380</Address>
          <Offsets>
            <Offset>31518</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>227</ID>
          <Description>"Alignments"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Lawful Good
1:Neutral Good
2:Chaotic Good
3:Lawful Neutral
4:True Neutral
5:Chaotic Neutral
6:Lawful Evil
7:Neutral Evil
8:Chaotic Evil
</DropDownList>
          <LastState Value="2" RealAddress="0ABBE539"/>
          <VariableType>Byte</VariableType>
          <Address>01D4A380</Address>
          <Offsets>
            <Offset>31519</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Change of sub al,[esi+08]</Description>
      <AddressString>0A66959A</AddressString>
      <Before>
        <Byte>FC</Byte>
        <Byte>26</Byte>
        <Byte>8A</Byte>
        <Byte>47</Byte>
        <Byte>1B</Byte>
      </Before>
      <Actual>
        <Byte>2A</Byte>
        <Byte>46</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>26</Byte>
        <Byte>88</Byte>
        <Byte>47</Byte>
        <Byte>1B</Byte>
        <Byte>8A</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols/>
</CheatTable>
