<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>9</ID>
      <Description>"Godmode"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-23
  Author : Apocalypticx

  This script does godmode
}

[ENABLE]

aobscanmodule(godmode,Game.dll,F3 0F 11 46 1C 6A) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  movss [esi+1C],xmm0
  mov [esi+1C],(float)1000000
  jmp return

godmode:
  jmp newmem
return:
registersymbol(godmode)

[DISABLE]

godmode:
  db F3 0F 11 46 1C

unregistersymbol(godmode)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::CharacterBio::Update+4E2

Game.GAME::CharacterBio::Update+4C0: 77 03              - ja Game.GAME::CharacterBio::Update+4C5
Game.GAME::CharacterBio::Update+4C2: 0F 28 C8           - movaps xmm1,xmm0
Game.GAME::CharacterBio::Update+4C5: F3 0F 11 4E 20     - movss [esi+20],xmm1
Game.GAME::CharacterBio::Update+4CA: F3 0F 10 4E 1C     - movss xmm1,[esi+1C]
Game.GAME::CharacterBio::Update+4CF: 0F 28 C1           - movaps xmm0,xmm1
Game.GAME::CharacterBio::Update+4D2: F3 0F 58 C3        - addss xmm0,xmm3
Game.GAME::CharacterBio::Update+4D6: F3 0F 58 C2        - addss xmm0,xmm2
Game.GAME::CharacterBio::Update+4DA: 0F 2F E0           - comiss xmm4,xmm0
Game.GAME::CharacterBio::Update+4DD: 77 03              - ja Game.GAME::CharacterBio::Update+4E2
Game.GAME::CharacterBio::Update+4DF: 0F 28 C4           - movaps xmm0,xmm4
// ---------- INJECTING HERE ----------
Game.GAME::CharacterBio::Update+4E2: F3 0F 11 46 1C     - movss [esi+1C],xmm0
// ---------- DONE INJECTING  ----------
Game.GAME::CharacterBio::Update+4E7: 6A 03              - push 03
Game.GAME::CharacterBio::Update+4E9: F3 0F 5C C1        - subss xmm0,xmm1
Game.GAME::CharacterBio::Update+4ED: 51                 - push ecx
Game.GAME::CharacterBio::Update+4EE: 8B 8E C0 03 00 00  - mov ecx,[esi+000003C0]
Game.GAME::CharacterBio::Update+4F4: 81 C1 6C 0C 00 00  - add ecx,00000C6C
Game.GAME::CharacterBio::Update+4FA: F3 0F 11 04 24     - movss [esp],xmm0
Game.GAME::CharacterBio::Update+4FF: E8 EC 12 13 00     - call Game.GAME::PlayStats::GainLife
Game.GAME::CharacterBio::Update+504: 8B CE              - mov ecx,esi
Game.GAME::CharacterBio::Update+506: E8 05 0A 00 00     - call Game.GAME::CharacterBio::GetManaReserve
Game.GAME::CharacterBio::Update+50B: D9 5C 24 0C        - fstp dword ptr [esp+0C]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>11</ID>
      <Description>"Godly Mana"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-23
  Author : Apocalypticx

  This script does godly mana
}

[ENABLE]

aobscanmodule(godlymana,Game.dll,F3 0F 10 4E 30 F3 0F 58 4C 24 14) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
mov [esi+30],(float)1000000

code:
  movss xmm1,[esi+30]
  jmp return

godlymana:
  jmp newmem
return:
registersymbol(godlymana)

[DISABLE]

godlymana:
  db F3 0F 10 4E 30

unregistersymbol(godlymana)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::CharacterBio::Update+5EB

Game.GAME::CharacterBio::Update+5C8: F3 0F 11 4E 34     - movss [esi+34],xmm1
Game.GAME::CharacterBio::Update+5CD: F3 0F 10 4E 38     - movss xmm1,[esi+38]
Game.GAME::CharacterBio::Update+5D2: 0F 2F CA           - comiss xmm1,xmm2
Game.GAME::CharacterBio::Update+5D5: 77 03              - ja Game.GAME::CharacterBio::Update+5DA
Game.GAME::CharacterBio::Update+5D7: 0F 28 D1           - movaps xmm2,xmm1
Game.GAME::CharacterBio::Update+5DA: F3 0F 5C CA        - subss xmm1,xmm2
Game.GAME::CharacterBio::Update+5DE: 0F 2F C8           - comiss xmm1,xmm0
Game.GAME::CharacterBio::Update+5E1: 77 03              - ja Game.GAME::CharacterBio::Update+5E6
Game.GAME::CharacterBio::Update+5E3: 0F 28 C8           - movaps xmm1,xmm0
Game.GAME::CharacterBio::Update+5E6: F3 0F 11 4E 38     - movss [esi+38],xmm1
// ---------- INJECTING HERE ----------
Game.GAME::CharacterBio::Update+5EB: F3 0F 10 4E 30     - movss xmm1,[esi+30]
// ---------- DONE INJECTING  ----------
Game.GAME::CharacterBio::Update+5F0: F3 0F 58 4C 24 14  - addss xmm1,[esp+14]
Game.GAME::CharacterBio::Update+5F6: F3 0F 58 CB        - addss xmm1,xmm3
Game.GAME::CharacterBio::Update+5FA: F3 0F 5C CA        - subss xmm1,xmm2
Game.GAME::CharacterBio::Update+5FE: 0F 2F C8           - comiss xmm1,xmm0
Game.GAME::CharacterBio::Update+601: F3 0F 11 4E 30     - movss [esi+30],xmm1
Game.GAME::CharacterBio::Update+606: 77 03              - ja Game.GAME::CharacterBio::Update+60B
Game.GAME::CharacterBio::Update+608: 0F 28 C8           - movaps xmm1,xmm0
Game.GAME::CharacterBio::Update+60B: 0F 2F E1           - comiss xmm4,xmm1
Game.GAME::CharacterBio::Update+60E: 77 03              - ja Game.GAME::CharacterBio::Update+613
Game.GAME::CharacterBio::Update+610: 0F 28 CC           - movaps xmm1,xmm4
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>5</ID>
      <Description>"One Hit Kill"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-23
  Author : Apocalypticx

  This script does one hit kill
}

[ENABLE]

aobscanmodule(onehitkill,Game.dll,C8 72 28 F3 0F 10 86 60 08 00 00 F3 0F 5C C1 F3 0F 11 86 60 08 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(1hit)

newmem:
pushfd
cmp ecx,1
je 1hit
popfd

code:
  movss [esi+00000860],xmm0
  jmp return

1hit:
popfd
movss [esi+00000860],xmm0
mov [esi+00000860],(float)0
jmp return

onehitkill+0F:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(onehitkill)

[DISABLE]

onehitkill+0F:
  db F3 0F 11 86 60 08 00 00

unregistersymbol(onehitkill)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::CombatManager::ApplyDamage+170

Game.GAME::CombatManager::ApplyDamage+14B: 8A 86 64 0D 00 00        - mov al,[esi+00000D64]
Game.GAME::CombatManager::ApplyDamage+151: 84 C0                    - test al,al
Game.GAME::CombatManager::ApplyDamage+153: 75 75                    - jne Game.GAME::CombatManager::ApplyDamage+1CA
Game.GAME::CombatManager::ApplyDamage+155: 8A 86 65 0D 00 00        - mov al,[esi+00000D65]
Game.GAME::CombatManager::ApplyDamage+15B: 84 C0                    - test al,al
Game.GAME::CombatManager::ApplyDamage+15D: 75 6B                    - jne Game.GAME::CombatManager::ApplyDamage+1CA
Game.GAME::CombatManager::ApplyDamage+15F: 0F 2F C8                 - comiss xmm1,xmm0
Game.GAME::CombatManager::ApplyDamage+162: 72 28                    - jb Game.GAME::CombatManager::ApplyDamage+18C
Game.GAME::CombatManager::ApplyDamage+164: F3 0F 10 86 60 08 00 00  - movss xmm0,[esi+00000860]
Game.GAME::CombatManager::ApplyDamage+16C: F3 0F 5C C1              - subss xmm0,xmm1
// ---------- INJECTING HERE ----------
Game.GAME::CombatManager::ApplyDamage+170: F3 0F 11 86 60 08 00 00  - movss [esi+00000860],xmm0
// ---------- DONE INJECTING  ----------
Game.GAME::CombatManager::ApplyDamage+178: F3 0F 10 86 68 08 00 00  - movss xmm0,[esi+00000868]
Game.GAME::CombatManager::ApplyDamage+180: F3 0F 58 C1              - addss xmm0,xmm1
Game.GAME::CombatManager::ApplyDamage+184: F3 0F 11 86 68 08 00 00  - movss [esi+00000868],xmm0
Game.GAME::CombatManager::ApplyDamage+18C: FF 74 24 44              - push [esp+44]
Game.GAME::CombatManager::ApplyDamage+190: 8D 8E DC 0C 00 00        - lea ecx,[esi+00000CDC]
Game.GAME::CombatManager::ApplyDamage+196: C6 86 E4 0B 00 00 01     - mov byte ptr [esi+00000BE4],01
Game.GAME::CombatManager::ApplyDamage+19D: E8 4E C2 F7 FF           - call Game.GAME::PlayerNetBasicInfo::operator=+80
Game.GAME::CombatManager::ApplyDamage+1A2: F3 0F 10 00              - movss xmm0,[eax]
Game.GAME::CombatManager::ApplyDamage+1A6: F3 0F 58 45 08           - addss xmm0,[ebp+08]
Game.GAME::CombatManager::ApplyDamage+1AB: FF 74 24 44              - push [esp+44]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>26</ID>
      <Description>"No Cooldowns"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-25
  Author : Apocalypticx

  This script does no cooldowns
}

[ENABLE]

aobscanmodule(cooldown,Game.dll,8B 86 F0 00 00 00 85) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
mov [esi+000000F0],0

code:
  mov eax,[esi+000000F0]
  jmp return

cooldown:
  jmp newmem
  nop
return:
registersymbol(cooldown)

[DISABLE]

cooldown:
  db 8B 86 F0 00 00 00

unregistersymbol(cooldown)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::Skill::Update+3

Game.GAME::Skill::PreLoad+D3: 8B C8              - mov ecx,eax
Game.GAME::Skill::PreLoad+D5: FF 52 1C           - call dword ptr [edx+1C]
Game.GAME::Skill::PreLoad+D8: 5F                 - pop edi
Game.GAME::Skill::PreLoad+D9: 5E                 - pop esi
Game.GAME::Skill::PreLoad+DA: C2 08 00           - ret 0008
Game.GAME::Skill::PreLoad+DD: CC                 - int 3 
Game.GAME::Skill::PreLoad+DE: CC                 - int 3 
Game.GAME::Skill::PreLoad+DF: CC                 - int 3 
Game.GAME::Skill::Update: 56                 - push esi
Game.GAME::Skill::Update+1: 8B F1              - mov esi,ecx
// ---------- INJECTING HERE ----------
Game.GAME::Skill::Update+3: 8B 86 F0 00 00 00  - mov eax,[esi+000000F0]
// ---------- DONE INJECTING  ----------
Game.GAME::Skill::Update+9: 85 C0              - test eax,eax
Game.GAME::Skill::Update+B: 7E 0A              - jle Game.GAME::Skill::Update+17
Game.GAME::Skill::Update+D: 2B 44 24 0C        - sub eax,[esp+0C]
Game.GAME::Skill::Update+11: 89 86 F0 00 00 00  - mov [esi+000000F0],eax
Game.GAME::Skill::Update+17: 8B 4E 24           - mov ecx,[esi+24]
Game.GAME::Skill::Update+1A: 85 C9              - test ecx,ecx
Game.GAME::Skill::Update+1C: 75 0C              - jne Game.GAME::Skill::Update+2A
Game.GAME::Skill::Update+1E: 8B 0D B4 E3 4D 67  - mov ecx,[Game.GAME::gGameEngine]
Game.GAME::Skill::Update+24: 81 C1 34 2A 00 00  - add ecx,00002A34
Game.GAME::Skill::Update+2A: 8B 01              - mov eax,[ecx]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>14</ID>
      <Description>"Edit Gold Amount"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-25
  Author : Apocalypticx

  This script will edit gold amount while inventory is open
}

[ENABLE]

aobscanmodule(gold,Game.dll,8B 81 14 0C 00 00 C3) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(PlayerGold)

newmem:
push ebx
mov ebx,[PlayerGold]
mov [ecx+00000C14],ebx

code:
pop ebx
mov eax,[ecx+00000C14]
  jmp return

PlayerGold:
dd 0

gold:
  jmp newmem
  nop
return:

registersymbol(gold)
registersymbol(PlayerGold)

[DISABLE]

gold:
  db 8B 81 14 0C 00 00

unregistersymbol(PlayerGold)
unregistersymbol(gold)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::Character::GetCurrentMoney

Game.GAME::Character::AddMoney: 8B 81 14 0C 00 00  - mov eax,[ecx+00000C14]
Game.GAME::Character::AddMoney+6: 03 44 24 04        - add eax,[esp+04]
Game.GAME::Character::AddMoney+A: BA 00 94 35 77     - mov edx,CRYPT32.dll+19400
Game.GAME::Character::AddMoney+F: 3B C2              - cmp eax,edx
Game.GAME::Character::AddMoney+11: 0F 47 C2           - cmova eax,edx
Game.GAME::Character::AddMoney+14: 89 81 14 0C 00 00  - mov [ecx+00000C14],eax
Game.GAME::Character::AddMoney+1A: C2 04 00           - ret 0004
gold: CC                 - int 3 
Game.GAME::Character::AddMoney+1E: CC                 - int 3 
Game.GAME::Character::AddMoney+1F: CC                 - int 3 
// ---------- INJECTING HERE ----------
Game.GAME::Character::GetCurrentMoney: 8B 81 14 0C 00 00  - mov eax,[ecx+00000C14]
// ---------- DONE INJECTING  ----------
Game.GAME::Character::GetCurrentMoney+6: C3                 - ret 
Game.GAME::Character::GetCurrentMoney+7: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+8: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+9: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+A: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+B: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+C: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+D: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+E: CC                 - int 3 
Game.GAME::Character::GetCurrentMoney+F: CC                 - int 3 
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>12</ID>
          <Description>"PlayerGold"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>PlayerGold</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>16</ID>
      <Description>"Edit Player Skills"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-25
  Author : Apocalypticx

  This script does edit skills amount
}

[ENABLE]

aobscanmodule(skills,Game.dll,83 BB 68 0C 00 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(PlayerSkills)

newmem:
push ecx
mov ecx,[PlayerSkills]
mov [ebx+00000C68],ecx
pop ecx

code:
  cmp dword ptr [ebx+00000C68],00
  jmp return

PlayerSkills:
dd 0

skills:
  jmp newmem
  nop
  nop
return:

registersymbol(skills)
registersymbol(PlayerSkills)

[DISABLE]

skills:
  db 83 BB 68 0C 00 00 00

unregistersymbol(PlayerSkills)
unregistersymbol(skills)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::GameEngine::Update+272

Game.GAME::GameEngine::Update+251: 8B 5C 24 14           - mov ebx,[esp+14]
Game.GAME::GameEngine::Update+255: 85 DB                 - test ebx,ebx
Game.GAME::GameEngine::Update+257: 74 0E                 - je Game.GAME::GameEngine::Update+267
Game.GAME::GameEngine::Update+259: 83 BB 64 0C 00 00 00  - cmp dword ptr [ebx+00000C64],00
Game.GAME::GameEngine::Update+260: 76 05                 - jna Game.GAME::GameEngine::Update+267
Game.GAME::GameEngine::Update+262: 01 7E 3C              - add [esi+3C],edi
Game.GAME::GameEngine::Update+265: EB 07                 - jmp Game.GAME::GameEngine::Update+26E
Game.GAME::GameEngine::Update+267: C7 46 3C 00 00 00 00  - mov [esi+3C],00000000
Game.GAME::GameEngine::Update+26E: 85 DB                 - test ebx,ebx
Game.GAME::GameEngine::Update+270: 74 0E                 - je Game.GAME::GameEngine::Update+280
// ---------- INJECTING HERE ----------
Game.GAME::GameEngine::Update+272: 83 BB 68 0C 00 00 00  - cmp dword ptr [ebx+00000C68],00
// ---------- DONE INJECTING  ----------
Game.GAME::GameEngine::Update+279: 74 05                 - je Game.GAME::GameEngine::Update+280
Game.GAME::GameEngine::Update+27B: 01 7E 3C              - add [esi+3C],edi
Game.GAME::GameEngine::Update+27E: EB 07                 - jmp Game.GAME::GameEngine::Update+287
Game.GAME::GameEngine::Update+280: C7 46 4C 00 00 00 00  - mov [esi+4C],00000000
Game.GAME::GameEngine::Update+287: 81 7E 4C C0 27 09 00  - cmp [esi+4C],000927C0
Game.GAME::GameEngine::Update+28E: 7F 09                 - jg Game.GAME::GameEngine::Update+299
Game.GAME::GameEngine::Update+290: 81 7E 3C C0 27 09 00  - cmp [esi+3C],000927C0
Game.GAME::GameEngine::Update+297: 7E 0B                 - jle Game.GAME::GameEngine::Update+2A4
Game.GAME::GameEngine::Update+299: 6A 01                 - push 01
Game.GAME::GameEngine::Update+29B: 6A 1F                 - push 1F
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>17</ID>
          <Description>"PlayerSkills"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>PlayerSkills</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>19</ID>
      <Description>"Edit Player Exp"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-25
  Author : Apocalypticx

  This script will allow you to edit your exp
}

[ENABLE]

aobscanmodule(exp,Game.dll,8B 81 60 0C 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(PlayerExp)

newmem:
push ebx
mov ebx,[PlayerExp]
mov [ecx+00000C60],ebx
pop ebx

code:
  mov eax,[ecx+00000C60]
  jmp return

PlayerExp:
dd 0

exp:
  jmp newmem
  nop
return:
registersymbol(exp)
registersymbol(PlayerExp)

[DISABLE]

exp:
  db 8B 81 60 0C 00 00

unregistersymbol(PlayerExp)
unregistersymbol(exp)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::Character::GetExperiencePoints

Game.GAME::Character::GetLastLevelExperience+1D: 89 71 0C           - mov [ecx+0C],esi
Game.GAME::Character::GetLastLevelExperience+20: 85 F6              - test esi,esi
Game.GAME::Character::GetLastLevelExperience+22: 5E                 - pop esi
Game.GAME::Character::GetLastLevelExperience+23: 0F 85 A7 EB 09 00  - jne Game.GAME::EquipmentCtrl::~EquipmentCtrl+EF0
Game.GAME::Character::GetLastLevelExperience+29: 33 C0              - xor eax,eax
Game.GAME::Character::GetLastLevelExperience+2B: C3                 - ret 
Game.GAME::Character::GetLastLevelExperience+2C: CC                 - int 3 
Game.GAME::Character::GetLastLevelExperience+2D: CC                 - int 3 
Game.GAME::Character::GetLastLevelExperience+2E: CC                 - int 3 
Game.GAME::Character::GetLastLevelExperience+2F: CC                 - int 3 
// ---------- INJECTING HERE ----------
Game.GAME::Character::GetExperiencePoints: 8B 81 60 0C 00 00  - mov eax,[ecx+00000C60]
// ---------- DONE INJECTING  ----------
Game.GAME::Character::GetExperiencePoints+6: C3                 - ret 
Game.GAME::Character::GetExperiencePoints+7: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+8: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+9: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+A: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+B: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+C: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+D: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+E: CC                 - int 3 
Game.GAME::Character::GetExperiencePoints+F: CC                 - int 3 
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>20</ID>
          <Description>"PlayerExp"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>PlayerExp</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>22</ID>
      <Description>"Edit Player Attributes"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Titan Quest Anniversary Edition
  Version: 
  Date   : 2023-09-25
  Author : Apocalypticx

  This script will allow you to edit your attributes
}

[ENABLE]

aobscanmodule(attributes,Game.dll,83 BB 64 0C 00 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(PlayerAttributes)

newmem:
push ecx
mov ecx,[PlayerAttributes]
mov [ebx+00000C64],ecx
pop ecx

code:
  cmp dword ptr [ebx+00000C64],00
  jmp return

PlayerAttributes:
dd 0

attributes:
  jmp newmem
  nop
  nop
return:

registersymbol(PlayerAttributes)
registersymbol(attributes)

[DISABLE]

attributes:
  db 83 BB 64 0C 00 00 00

unregistersymbol(PlayerAttributes)
unregistersymbol(attributes)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Game.GAME::GameEngine::Update+259

Game.GAME::GameEngine::Update+23E: 75 11                 - jne Game.GAME::GameEngine::Update+251
Game.GAME::GameEngine::Update+240: 83 7E 28 09           - cmp dword ptr [esi+28],09
Game.GAME::GameEngine::Update+244: 7C 0B                 - jl Game.GAME::GameEngine::Update+251
Game.GAME::GameEngine::Update+246: 6A 01                 - push 01
Game.GAME::GameEngine::Update+248: 6A 20                 - push 20
Game.GAME::GameEngine::Update+24A: 8B CE                 - mov ecx,esi
Game.GAME::GameEngine::Update+24C: E8 CF 9C 00 00        - call Game.GAME::GameEngine::UnlockTutorialPage
Game.GAME::GameEngine::Update+251: 8B 5C 24 14           - mov ebx,[esp+14]
Game.GAME::GameEngine::Update+255: 85 DB                 - test ebx,ebx
Game.GAME::GameEngine::Update+257: 74 0E                 - je Game.GAME::GameEngine::Update+267
// ---------- INJECTING HERE ----------
Game.GAME::GameEngine::Update+259: 83 BB 64 0C 00 00 00  - cmp dword ptr [ebx+00000C64],00
// ---------- DONE INJECTING  ----------
Game.GAME::GameEngine::Update+260: 76 05                 - jna Game.GAME::GameEngine::Update+267
Game.GAME::GameEngine::Update+262: 01 7E 3C              - add [esi+3C],edi
Game.GAME::GameEngine::Update+265: EB 07                 - jmp Game.GAME::GameEngine::Update+26E
Game.GAME::GameEngine::Update+267: C7 46 3C 00 00 00 00  - mov [esi+3C],00000000
Game.GAME::GameEngine::Update+26E: 85 DB                 - test ebx,ebx
Game.GAME::GameEngine::Update+270: 74 0E                 - je Game.GAME::GameEngine::Update+280
Game.GAME::GameEngine::Update+272: 83 BB 68 0C 00 00 00  - cmp dword ptr [ebx+00000C68],00
Game.GAME::GameEngine::Update+279: 74 05                 - je Game.GAME::GameEngine::Update+280
Game.GAME::GameEngine::Update+27B: 01 7E 3C              - add [esi+3C],edi
Game.GAME::GameEngine::Update+27E: EB 07                 - jmp Game.GAME::GameEngine::Update+287
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>23</ID>
          <Description>"PlayerAttributes"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>PlayerAttributes</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>38</ID>
      <Description>"SpeedHack Lk @ 3"</Description>
      <VariableType>Float</VariableType>
      <Address>"Engine.dll"+003743F0</Address>
      <Offsets>
        <Offset>110</Offset>
        <Offset>184</Offset>
        <Offset>418</Offset>
        <Offset>30</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>36</ID>
      <Description>"Donate Paypal"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
--NO_ACTIVATE
if syntaxcheck then return end
if memrec then print(memrec.Description) end

shellExecute('https://paypal.me/apocalypticx?country.x=GB&amp;locale.x=en_GB')

getLuaEngine().MenuItem1.DoClick()
getLuaEngine().Close()

[DISABLE]

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry GroupHeader="1">
      <Description>Con Jumps</Description>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ja TQ.exe+14F6</Description>
      <AddressString>TQ.exe+14A3</AddressString>
      <Before>
        <Byte>57</Byte>
        <Byte>8B</Byte>
        <Byte>06</Byte>
        <Byte>3B</Byte>
        <Byte>C7</Byte>
      </Before>
      <Actual>
        <Byte>77</Byte>
        <Byte>51</Byte>
      </Actual>
      <After>
        <Byte>2B</Byte>
        <Byte>F8</Byte>
        <Byte>B8</Byte>
        <Byte>AB</Byte>
        <Byte>AA</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+1504</Description>
      <AddressString>TQ.exe+14F9</AddressString>
      <Before>
        <Byte>EB</Byte>
        <Byte>34</Byte>
        <Byte>3B</Byte>
        <Byte>4E</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>6A</Byte>
        <Byte>01</Byte>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>E8</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.exe+16D2</Description>
      <AddressString>TQ.exe+16C5</AddressString>
      <Before>
        <Byte>C5</Byte>
        <Byte>2B</Byte>
        <Byte>C6</Byte>
        <Byte>3B</Byte>
        <Byte>C7</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>0B</Byte>
      </Actual>
      <After>
        <Byte>68</Byte>
        <Byte>44</Byte>
        <Byte>8D</Byte>
        <Byte>40</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.exe+1705</Description>
      <AddressString>TQ.exe+16EF</AddressString>
      <Before>
        <Byte>EA</Byte>
        <Byte>03</Byte>
        <Byte>F7</Byte>
        <Byte>3B</Byte>
        <Byte>E8</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>14</Byte>
      </Actual>
      <After>
        <Byte>33</Byte>
        <Byte>C0</Byte>
        <Byte>5D</Byte>
        <Byte>3B</Byte>
        <Byte>C6</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+196D</Description>
      <AddressString>TQ.exe+193C</AddressString>
      <Before>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>10</Byte>
        <Byte>3B</Byte>
        <Byte>F7</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>2F</Byte>
      </Actual>
      <After>
        <Byte>53</Byte>
        <Byte>8B</Byte>
        <Byte>1D</Byte>
        <Byte>AC</Byte>
        <Byte>FC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+19B3</Description>
      <AddressString>TQ.exe+19AB</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>04</Byte>
        <Byte>85</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>15</Byte>
        <Byte>F8</Byte>
        <Byte>FA</Byte>
        <Byte>3D</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+19F9</Description>
      <AddressString>TQ.exe+19E3</AddressString>
      <Before>
        <Byte>10</Byte>
        <Byte>03</Byte>
        <Byte>EA</Byte>
        <Byte>85</Byte>
        <Byte>C0</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>14</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>73</Byte>
        <Byte>04</Byte>
        <Byte>50</Byte>
        <Byte>E8</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+20B6</Description>
      <AddressString>TQ.exe+2035</AddressString>
      <Before>
        <Byte>53</Byte>
        <Byte>8B</Byte>
        <Byte>DA</Byte>
        <Byte>3B</Byte>
        <Byte>CB</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>7F</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>2D</Byte>
        <Byte>B4</Byte>
        <Byte>FC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ja TQ.GAME::TelemetryManager::operator=+5495</Description>
      <AddressString>TQ.exe+95F3</AddressString>
      <Before>
        <Byte>36</Byte>
        <Byte>8B</Byte>
        <Byte>0E</Byte>
        <Byte>3B</Byte>
        <Byte>CF</Byte>
      </Before>
      <Actual>
        <Byte>77</Byte>
        <Byte>30</Byte>
      </Actual>
      <After>
        <Byte>2B</Byte>
        <Byte>F9</Byte>
        <Byte>C1</Byte>
        <Byte>FF</Byte>
        <Byte>03</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.GAME::TelemetryManager::operator=+5682</Description>
      <AddressString>TQ.exe+9805</AddressString>
      <Before>
        <Byte>2B</Byte>
        <Byte>C6</Byte>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>01</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>0B</Byte>
      </Actual>
      <After>
        <Byte>68</Byte>
        <Byte>44</Byte>
        <Byte>8D</Byte>
        <Byte>40</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.GAME::TelemetryManager::operator=+56A4</Description>
      <AddressString>TQ.exe+9820</AddressString>
      <Before>
        <Byte>E8</Byte>
        <Byte>2B</Byte>
        <Byte>F8</Byte>
        <Byte>3B</Byte>
        <Byte>FA</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>12</Byte>
      </Actual>
      <After>
        <Byte>33</Byte>
        <Byte>D2</Byte>
        <Byte>3B</Byte>
        <Byte>D6</Byte>
        <Byte>5F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.GAME::TelemetryManager::operator=+57F4</Description>
      <AddressString>TQ.exe+997C</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>04</Byte>
        <Byte>85</Byte>
        <Byte>F6</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>15</Byte>
        <Byte>F8</Byte>
        <Byte>FA</Byte>
        <Byte>3D</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.GAME::TelemetryManager::operator=+5822</Description>
      <AddressString>TQ.exe+99A6</AddressString>
      <Before>
        <Byte>C1</Byte>
        <Byte>FD</Byte>
        <Byte>03</Byte>
        <Byte>85</Byte>
        <Byte>C0</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>0A</Byte>
      </Actual>
      <After>
        <Byte>50</Byte>
        <Byte>FF</Byte>
        <Byte>15</Byte>
        <Byte>AC</Byte>
        <Byte>FC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.GAME::TelemetryManager::operator=+6610</Description>
      <AddressString>TQ.exe+A7B6</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>C0</Byte>
        <Byte>08</Byte>
        <Byte>3B</Byte>
        <Byte>F2</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>E8</Byte>
      </Actual>
      <After>
        <Byte>5E</Byte>
        <Byte>C3</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.GAME::TelemetryManager::operator=+6628</Description>
      <AddressString>TQ.exe+A799</AddressString>
      <Before>
        <Byte>56</Byte>
        <Byte>8B</Byte>
        <Byte>F1</Byte>
        <Byte>3B</Byte>
        <Byte>F2</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>1D</Byte>
      </Actual>
      <After>
        <Byte>EB</Byte>
        <Byte>03</Byte>
        <Byte>8D</Byte>
        <Byte>49</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.GAME::TelemetryManager::operator=+9AD3</Description>
      <AddressString>TQ.exe+DC5B</AddressString>
      <Before>
        <Byte>4C</Byte>
        <Byte>24</Byte>
        <Byte>04</Byte>
        <Byte>85</Byte>
        <Byte>C9</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C8</Byte>
        <Byte>8B</Byte>
        <Byte>D0</Byte>
        <Byte>EB</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+1DFA5</Description>
      <AddressString>TQ.exe+1DFF4</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>F3</Byte>
        <Byte>3B</Byte>
        <Byte>5D</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>AF</Byte>
      </Actual>
      <After>
        <Byte>5F</Byte>
        <Byte>5B</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>C3</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+1DFB5</Description>
      <AddressString>TQ.exe+1DFAB</AddressString>
      <Before>
        <Byte>7E</Byte>
        <Byte>34</Byte>
        <Byte>08</Byte>
        <Byte>8B</Byte>
        <Byte>1E</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>76</Byte>
        <Byte>20</Byte>
        <Byte>FF</Byte>
        <Byte>D7</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.exe+224E5</Description>
      <AddressString>TQ.exe+224D8</AddressString>
      <Before>
        <Byte>2B</Byte>
        <Byte>C8</Byte>
        <Byte>83</Byte>
        <Byte>F9</Byte>
        <Byte>01</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>0B</Byte>
      </Actual>
      <After>
        <Byte>68</Byte>
        <Byte>28</Byte>
        <Byte>8E</Byte>
        <Byte>40</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+2250F</Description>
      <AddressString>TQ.exe+224B8</AddressString>
      <Before>
        <Byte>36</Byte>
        <Byte>EB</Byte>
        <Byte>9A</Byte>
        <Byte>3B</Byte>
        <Byte>C1</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>55</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>3B</Byte>
        <Byte>83</Byte>
        <Byte>C0</Byte>
        <Byte>08</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+2261A</Description>
      <AddressString>TQ.exe+22600</AddressString>
      <Before>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>10</Byte>
        <Byte>3B</Byte>
        <Byte>39</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>18</Byte>
      </Actual>
      <After>
        <Byte>3B</Byte>
        <Byte>C1</Byte>
        <Byte>75</Byte>
        <Byte>14</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+22694</Description>
      <AddressString>TQ.exe+2261C</AddressString>
      <Before>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
        <Byte>3B</Byte>
        <Byte>F8</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>76</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>2D</Byte>
        <Byte>AC</Byte>
        <Byte>FC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+23FD6</Description>
      <AddressString>TQ.exe+23FD0</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>20</Byte>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>06</Byte>
        <Byte>EB</Byte>
        <Byte>02</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+23FFD</Description>
      <AddressString>TQ.exe+23FF3</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>00</Byte>
        <Byte>66</Byte>
        <Byte>39</Byte>
        <Byte>10</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>C0</Byte>
        <Byte>02</Byte>
        <Byte>49</Byte>
        <Byte>75</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+27DB2</Description>
      <AddressString>TQ.exe+27DDA</AddressString>
      <Before>
        <Byte>8D</Byte>
        <Byte>46</Byte>
        <Byte>E8</Byte>
        <Byte>3B</Byte>
        <Byte>C7</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>D6</Byte>
      </Actual>
      <After>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>5F</Byte>
        <Byte>C3</Byte>
        <Byte>6A</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+27DBF</Description>
      <AddressString>TQ.exe+27DB5</AddressString>
      <Before>
        <Byte>71</Byte>
        <Byte>18</Byte>
        <Byte>83</Byte>
        <Byte>3E</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>76</Byte>
        <Byte>EC</Byte>
        <Byte>FF</Byte>
        <Byte>D3</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+109F8B</Description>
      <AddressString>TQ.exe+109F66</AddressString>
      <Before>
        <Byte>05</Byte>
        <Byte>E0</Byte>
        <Byte>32</Byte>
        <Byte>41</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>23</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>58</Byte>
        <Byte>41</Byte>
        <Byte>10</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+10A826</Description>
      <AddressString>TQ.exe+10A81E</AddressString>
      <Before>
        <Byte>D6</Byte>
        <Byte>47</Byte>
        <Byte>10</Byte>
        <Byte>85</Byte>
        <Byte>C0</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>50</Byte>
        <Byte>FF</Byte>
        <Byte>D3</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jnp TQ.exe+1444F2</Description>
      <AddressString>TQ.exe+1444BC</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>9F</Byte>
        <Byte>F6</Byte>
        <Byte>C4</Byte>
        <Byte>44</Byte>
      </Before>
      <Actual>
        <Byte>7B</Byte>
        <Byte>34</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>7F</Byte>
        <Byte>5C</Byte>
        <Byte>8B</Byte>
        <Byte>37</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+1444FF</Description>
      <AddressString>TQ.exe+1444F6</AddressString>
      <Before>
        <Byte>18</Byte>
        <Byte>80</Byte>
        <Byte>7F</Byte>
        <Byte>78</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>07</Byte>
      </Actual>
      <After>
        <Byte>C7</Byte>
        <Byte>47</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+144562</Description>
      <AddressString>TQ.exe+144538</AddressString>
      <Before>
        <Byte>89</Byte>
        <Byte>5C</Byte>
        <Byte>24</Byte>
        <Byte>1C</Byte>
        <Byte>49</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>28</Byte>
      </Actual>
      <After>
        <Byte>49</Byte>
        <Byte>0F</Byte>
        <Byte>84</Byte>
        <Byte>A2</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+1445E3</Description>
      <AddressString>TQ.exe+1445D5</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>C4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>0C</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>B4</Byte>
        <Byte>24</Byte>
        <Byte>AC</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+144600</Description>
      <AddressString>TQ.exe+14463A</AddressString>
      <Before>
        <Byte>D1</Byte>
        <Byte>8B</Byte>
        <Byte>00</Byte>
        <Byte>3B</Byte>
        <Byte>C1</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>C4</Byte>
      </Actual>
      <After>
        <Byte>89</Byte>
        <Byte>5C</Byte>
        <Byte>24</Byte>
        <Byte>1C</Byte>
        <Byte>89</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jna TQ.exe+144626</Description>
      <AddressString>TQ.exe+144620</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>C0</Byte>
        <Byte>0F</Byte>
        <Byte>2F</Byte>
        <Byte>C8</Byte>
      </Before>
      <Actual>
        <Byte>76</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>2C</Byte>
        <Byte>D9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jna TQ.exe+144636</Description>
      <AddressString>TQ.exe+144630</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>C0</Byte>
        <Byte>0F</Byte>
        <Byte>2F</Byte>
        <Byte>C8</Byte>
      </Before>
      <Actual>
        <Byte>76</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>2C</Byte>
        <Byte>D1</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+1448F6</Description>
      <AddressString>TQ.exe+144654</AddressString>
      <Before>
        <Byte>90</Byte>
        <Byte>80</Byte>
        <Byte>7E</Byte>
        <Byte>48</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>84</Byte>
        <Byte>9C</Byte>
        <Byte>02</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>39</Byte>
        <Byte>5E</Byte>
        <Byte>38</Byte>
        <Byte>0F</Byte>
        <Byte>8E</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jna TQ.exe+14491E</Description>
      <AddressString>TQ.exe+144910</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>C0</Byte>
        <Byte>0F</Byte>
        <Byte>2F</Byte>
        <Byte>C8</Byte>
      </Before>
      <Actual>
        <Byte>76</Byte>
        <Byte>0C</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>36</Byte>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>2C</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+144935</Description>
      <AddressString>TQ.exe+1448EB</AddressString>
      <Before>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>18</Byte>
        <Byte>3B</Byte>
        <Byte>31</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>48</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>54</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
        <Byte>E9</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+144960</Description>
      <AddressString>TQ.exe+144974</AddressString>
      <Before>
        <Byte>0F</Byte>
        <Byte>58</Byte>
        <Byte>C8</Byte>
        <Byte>3B</Byte>
        <Byte>C1</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>EA</Byte>
      </Actual>
      <After>
        <Byte>0F</Byte>
        <Byte>57</Byte>
        <Byte>C0</Byte>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jns TQ.exe+1449C5</Description>
      <AddressString>TQ.exe+1449BE</AddressString>
      <Before>
        <Byte>25</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>80</Byte>
      </Before>
      <Actual>
        <Byte>79</Byte>
        <Byte>05</Byte>
      </Actual>
      <After>
        <Byte>48</Byte>
        <Byte>83</Byte>
        <Byte>C8</Byte>
        <Byte>FE</Byte>
        <Byte>40</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jns TQ.exe+144A23</Description>
      <AddressString>TQ.exe+144A1C</AddressString>
      <Before>
        <Byte>25</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>80</Byte>
      </Before>
      <Actual>
        <Byte>79</Byte>
        <Byte>05</Byte>
      </Actual>
      <After>
        <Byte>48</Byte>
        <Byte>83</Byte>
        <Byte>C8</Byte>
        <Byte>FE</Byte>
        <Byte>40</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jnp TQ.exe+144B67</Description>
      <AddressString>TQ.exe+144B2E</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>9F</Byte>
        <Byte>F6</Byte>
        <Byte>C4</Byte>
        <Byte>44</Byte>
      </Before>
      <Actual>
        <Byte>7B</Byte>
        <Byte>37</Byte>
      </Actual>
      <After>
        <Byte>8D</Byte>
        <Byte>87</Byte>
        <Byte>20</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.exe+145675</Description>
      <AddressString>TQ.exe+14564F</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>83</Byte>
        <Byte>F9</Byte>
        <Byte>10</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>24</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>4C</Byte>
        <Byte>40</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ja TQ.exe+1456E1</Description>
      <AddressString>TQ.exe+1456B9</AddressString>
      <Before>
        <Byte>2C</Byte>
        <Byte>8B</Byte>
        <Byte>0F</Byte>
        <Byte>3B</Byte>
        <Byte>CB</Byte>
      </Before>
      <Actual>
        <Byte>77</Byte>
        <Byte>26</Byte>
      </Actual>
      <After>
        <Byte>2B</Byte>
        <Byte>D9</Byte>
        <Byte>C1</Byte>
        <Byte>FB</Byte>
        <Byte>02</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+1456EE</Description>
      <AddressString>TQ.exe+1456E4</AddressString>
      <Before>
        <Byte>EB</Byte>
        <Byte>54</Byte>
        <Byte>3B</Byte>
        <Byte>47</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>51</Byte>
        <Byte>8B</Byte>
        <Byte>CF</Byte>
        <Byte>E8</Byte>
        <Byte>A2</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jl TQ.exe+14BB70</Description>
      <AddressString>TQ.exe+14BBFB</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>47</Byte>
        <Byte>47</Byte>
        <Byte>3B</Byte>
        <Byte>FD</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>8C</Byte>
        <Byte>6F</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C3</Byte>
        <Byte>8B</Byte>
        <Byte>4C</Byte>
        <Byte>24</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14BB9E</Description>
      <AddressString>TQ.exe+14BB83</AddressString>
      <Before>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3C</Byte>
        <Byte>79</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>19</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>08</Byte>
        <Byte>72</Byte>
        <Byte>0A</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14BBF8</Description>
      <AddressString>TQ.exe+14BBAE</AddressString>
      <Before>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3C</Byte>
        <Byte>79</Byte>
        <Byte>26</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>48</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>08</Byte>
        <Byte>72</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jl TQ.exe+14BD50</Description>
      <AddressString>TQ.exe+14BD9E</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>28</Byte>
        <Byte>47</Byte>
        <Byte>3B</Byte>
        <Byte>FB</Byte>
      </Before>
      <Actual>
        <Byte>7C</Byte>
        <Byte>B0</Byte>
      </Actual>
      <After>
        <Byte>3B</Byte>
        <Byte>6C</Byte>
        <Byte>24</Byte>
        <Byte>18</Byte>
        <Byte>0F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14BD5D</Description>
      <AddressString>TQ.exe+14BD57</AddressString>
      <Before>
        <Byte>F9</Byte>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3A</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>33</Byte>
        <Byte>C0</Byte>
        <Byte>EB</Byte>
        <Byte>18</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14BD62</Description>
      <AddressString>TQ.exe+14BD6B</AddressString>
      <Before>
        <Byte>C0</Byte>
        <Byte>02</Byte>
        <Byte>66</Byte>
        <Byte>85</Byte>
        <Byte>C9</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>F5</Byte>
      </Actual>
      <After>
        <Byte>2B</Byte>
        <Byte>C3</Byte>
        <Byte>8B</Byte>
        <Byte>5C</Byte>
        <Byte>24</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+14BD93</Description>
      <AddressString>TQ.exe+14BD83</AddressString>
      <Before>
        <Byte>ED</Byte>
        <Byte>FF</Byte>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>0E</Byte>
      </Actual>
      <After>
        <Byte>3B</Byte>
        <Byte>C5</Byte>
        <Byte>7D</Byte>
        <Byte>0A</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14BDC0</Description>
      <AddressString>TQ.exe+14BDC9</AddressString>
      <Before>
        <Byte>C1</Byte>
        <Byte>02</Byte>
        <Byte>66</Byte>
        <Byte>85</Byte>
        <Byte>C0</Byte>
      </Before>
      <Actual>
        <Byte>75</Byte>
        <Byte>F5</Byte>
      </Actual>
      <After>
        <Byte>2B</Byte>
        <Byte>CA</Byte>
        <Byte>D1</Byte>
        <Byte>F9</Byte>
        <Byte>03</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+14BDD1</Description>
      <AddressString>TQ.exe+14BDAB</AddressString>
      <Before>
        <Byte>6E</Byte>
        <Byte>10</Byte>
        <Byte>83</Byte>
        <Byte>F8</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>24</Byte>
      </Actual>
      <After>
        <Byte>80</Byte>
        <Byte>7C</Byte>
        <Byte>C1</Byte>
        <Byte>05</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14BE01</Description>
      <AddressString>TQ.exe+14BDF4</AddressString>
      <Before>
        <Byte>6D</Byte>
        <Byte>83</Byte>
        <Byte>79</Byte>
        <Byte>14</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>0B</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>31</Byte>
        <Byte>FF</Byte>
        <Byte>D3</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jae TQ.exe+14BE34</Description>
      <AddressString>TQ.exe+14BE18</AddressString>
      <Before>
        <Byte>01</Byte>
        <Byte>83</Byte>
        <Byte>7F</Byte>
        <Byte>14</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>73</Byte>
        <Byte>1A</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>47</Byte>
        <Byte>10</Byte>
        <Byte>40</Byte>
        <Byte>74</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14BE6D</Description>
      <AddressString>TQ.exe+14BE62</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>58</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>44</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+14BEF3</Description>
      <AddressString>TQ.exe+14BE74</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>24</Byte>
        <Byte>83</Byte>
        <Byte>F9</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>7D</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>28</Byte>
        <Byte>80</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14BF16</Description>
      <AddressString>TQ.exe+14BF0D</AddressString>
      <Before>
        <Byte>65</Byte>
        <Byte>83</Byte>
        <Byte>7E</Byte>
        <Byte>14</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>07</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>36</Byte>
        <Byte>FF</Byte>
        <Byte>D3</Byte>
        <Byte>83</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14BF7E</Description>
      <AddressString>TQ.exe+14BF73</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>58</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>44</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jne TQ.exe+14C062</Description>
      <AddressString>TQ.exe+14C15F</AddressString>
      <Before>
        <Byte>04</Byte>
        <Byte>83</Byte>
        <Byte>7F</Byte>
        <Byte>10</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>85</Byte>
        <Byte>FD</Byte>
        <Byte>FE</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>FA</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14C15B</Description>
      <AddressString>TQ.exe+14C150</AddressString>
      <Before>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>30</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>48</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14C280</Description>
      <AddressString>TQ.exe+14C275</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>74</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>60</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call dword ptr [eax+64]</Description>
      <AddressString>TQ.exe+144AF7</AddressString>
      <Before>
        <Byte>4F</Byte>
        <Byte>5C</Byte>
        <Byte>51</Byte>
        <Byte>8B</Byte>
        <Byte>CB</Byte>
      </Before>
      <Actual>
        <Byte>FF</Byte>
        <Byte>50</Byte>
        <Byte>64</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>87</Byte>
        <Byte>A4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+14C397</Description>
      <AddressString>TQ.exe+14C387</AddressString>
      <Before>
        <Byte>48</Byte>
        <Byte>03</Byte>
        <Byte>C2</Byte>
        <Byte>3B</Byte>
        <Byte>D8</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>0E</Byte>
      </Actual>
      <After>
        <Byte>6A</Byte>
        <Byte>02</Byte>
        <Byte>68</Byte>
        <Byte>6C</Byte>
        <Byte>BE</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14DCBE</Description>
      <AddressString>TQ.exe+14DCB3</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>7C</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>68</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :je TQ.exe+14DCF3</Description>
      <AddressString>TQ.exe+14DCE2</AddressString>
      <Before>
        <Byte>4D</Byte>
        <Byte>18</Byte>
        <Byte>83</Byte>
        <Byte>F9</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>0F</Byte>
      </Actual>
      <After>
        <Byte>03</Byte>
        <Byte>7D</Byte>
        <Byte>20</Byte>
        <Byte>8B</Byte>
        <Byte>C1</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14DE0B</Description>
      <AddressString>TQ.exe+14DE00</AddressString>
      <Before>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>4C</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>72</Byte>
        <Byte>09</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>38</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jb TQ.exe+14DEDB</Description>
      <AddressString>TQ.exe+14DE2A</AddressString>
      <Before>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>38</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>82</Byte>
        <Byte>AB</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>B4</Byte>
        <Byte>24</Byte>
        <Byte>80</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry GroupHeader="1">
      <Description>Callers</Description>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+14DB00</Description>
      <AddressString>TQ.exe+14C319</AddressString>
      <Before>
        <Byte>4C</Byte>
        <Byte>24</Byte>
        <Byte>28</Byte>
        <Byte>8B</Byte>
        <Byte>D7</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>E2</Byte>
        <Byte>17</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>C6</Byte>
        <Byte>18</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call dword ptr [eax+68]</Description>
      <AddressString>TQ.exe+144B18</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>FF</Byte>
        <Byte>50</Byte>
        <Byte>68</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>10</Byte>
        <Byte>87</Byte>
        <Byte>A4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+14BFC0</Description>
      <AddressString>TQ.exe+14DC20</AddressString>
      <Before>
        <Byte>5C</Byte>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>1C</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>9B</Byte>
        <Byte>E3</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>10</Byte>
        <Byte>C6</Byte>
        <Byte>84</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+14BC20</Description>
      <AddressString>TQ.exe+14C072</AddressString>
      <Before>
        <Byte>C6</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>1B</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>A9</Byte>
        <Byte>FB</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>04</Byte>
        <Byte>8D</Byte>
        <Byte>44</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+14BAF0</Description>
      <AddressString>TQ.exe+14DC88</AddressString>
      <Before>
        <Byte>50</Byte>
        <Byte>8D</Byte>
        <Byte>4C</Byte>
        <Byte>24</Byte>
        <Byte>68</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>63</Byte>
        <Byte>DE</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>6A</Byte>
        <Byte>FF</Byte>
        <Byte>6A</Byte>
        <Byte>00</Byte>
        <Byte>50</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+144450</Description>
      <AddressString>TQ.exe+14569F</AddressString>
      <Before>
        <Byte>50</Byte>
        <Byte>75</Byte>
        <Byte>5C</Byte>
        <Byte>8B</Byte>
        <Byte>0B</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>AC</Byte>
        <Byte>ED</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>28</Byte>
        <Byte>81</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call dword ptr [eax+000000A0]</Description>
      <AddressString>TQ.exe+10A7CF</AddressString>
      <Before>
        <Byte>0F</Byte>
        <Byte>11</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>1C</Byte>
      </Before>
      <Actual>
        <Byte>FF</Byte>
        <Byte>90</Byte>
        <Byte>A0</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>10</Byte>
        <Byte>40</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+2D800</Description>
      <AddressString>TQ.exe+14449C</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>8D</Byte>
        <Byte>4F</Byte>
        <Byte>0C</Byte>
        <Byte>50</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>5F</Byte>
        <Byte>93</Byte>
        <Byte>EE</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>10</Byte>
        <Byte>87</Byte>
        <Byte>A4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+27DA0</Description>
      <AddressString>TQ.exe+10A73E</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>54</Byte>
        <Byte>24</Byte>
        <Byte>24</Byte>
        <Byte>51</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>5D</Byte>
        <Byte>D6</Byte>
        <Byte>F1</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>74</Byte>
        <Byte>24</Byte>
        <Byte>24</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+225F0</Description>
      <AddressString>TQ.exe+22518</AddressString>
      <Before>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>50</Byte>
        <Byte>8B</Byte>
        <Byte>CB</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>D3</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>F4</Byte>
        <Byte>64</Byte>
        <Byte>89</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+22410</Description>
      <AddressString>TQ.exe+14C2C0</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>00</Byte>
        <Byte>50</Byte>
        <Byte>FF</Byte>
        <Byte>30</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>4B</Byte>
        <Byte>61</Byte>
        <Byte>ED</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+1EBE0</Description>
      <AddressString>TQ.exe+10A6FA</AddressString>
      <Before>
        <Byte>D2</Byte>
        <Byte>3D</Byte>
        <Byte>00</Byte>
        <Byte>8B</Byte>
        <Byte>C8</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>E1</Byte>
        <Byte>44</Byte>
        <Byte>F1</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>89</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
        <Byte>85</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.GAME::TelemetryManager::operator=+9B70</Description>
      <AddressString>TQ.exe+DCCE</AddressString>
      <Before>
        <Byte>74</Byte>
        <Byte>08</Byte>
        <Byte>FF</Byte>
        <Byte>75</Byte>
        <Byte>10</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>2D</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>F4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.GAME::TelemetryManager::operator=+9AF0</Description>
      <AddressString>TQ.exe+224C4</AddressString>
      <Before>
        <Byte>50</Byte>
        <Byte>FF</Byte>
        <Byte>77</Byte>
        <Byte>04</Byte>
        <Byte>57</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>B7</Byte>
        <Byte>B7</Byte>
        <Byte>FE</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>D0</Byte>
        <Byte>8B</Byte>
        <Byte>43</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.GAME::TelemetryManager::operator=+6600</Description>
      <AddressString>TQ.exe+9992</AddressString>
      <Before>
        <Byte>14</Byte>
        <Byte>83</Byte>
        <Byte>EC</Byte>
        <Byte>08</Byte>
        <Byte>56</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>F9</Byte>
        <Byte>0D</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>03</Byte>
        <Byte>8B</Byte>
        <Byte>6B</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.GAME::TelemetryManager::operator=+5650</Description>
      <AddressString>TQ.exe+962D</AddressString>
      <Before>
        <Byte>75</Byte>
        <Byte>08</Byte>
        <Byte>51</Byte>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>AE</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4E</Byte>
        <Byte>04</Byte>
        <Byte>85</Byte>
        <Byte>C9</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.GAME::TelemetryManager::operator=+5450</Description>
      <AddressString>TQ.exe+14BD1D</AddressString>
      <Before>
        <Byte>C6</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>20</Byte>
        <Byte>01</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>BE</Byte>
        <Byte>D8</Byte>
        <Byte>EB</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>46</Byte>
        <Byte>10</Byte>
        <Byte>8B</Byte>
        <Byte>5C</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+2030</Description>
      <AddressString>TQ.exe+19C1</AddressString>
      <Before>
        <Byte>14</Byte>
        <Byte>83</Byte>
        <Byte>EC</Byte>
        <Byte>08</Byte>
        <Byte>57</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>6A</Byte>
        <Byte>06</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4B</Byte>
        <Byte>04</Byte>
        <Byte>2B</Byte>
        <Byte>0B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+1930</Description>
      <AddressString>TQ.exe+14DB70</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>20</Byte>
        <Byte>89</Byte>
        <Byte>4D</Byte>
        <Byte>0C</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>BB</Byte>
        <Byte>3D</Byte>
        <Byte>EB</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>10</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+1680</Description>
      <AddressString>TQ.exe+14FF</AddressString>
      <Before>
        <Byte>09</Byte>
        <Byte>6A</Byte>
        <Byte>01</Byte>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>7C</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4E</Byte>
        <Byte>04</Byte>
        <Byte>C7</Byte>
        <Byte>44</Byte>
      </After>
    </CodeEntry>
    <CodeEntry GroupHeader="1">
      <Description>Returns</Description>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14DEFE</AddressString>
      <Before>
        <Byte>EE</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>53</Byte>
        <Byte>8B</Byte>
        <Byte>1D</Byte>
        <Byte>AC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>Engine.dll+225C5F</AddressString>
      <Before>
        <Byte>28</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Engine.dll+22637</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+2252E</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+2184</AddressString>
      <Before>
        <Byte>06</Byte>
        <Byte>8B</Byte>
        <Byte>C7</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+289C</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0030</Description>
      <AddressString>TQ.exe+3DDA</AddressString>
      <Before>
        <Byte>C4</Byte>
        <Byte>6C</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>30</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>E8</Byte>
        <Byte>FC</Byte>
        <Byte>95</Byte>
        <Byte>03</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+17B4A</AddressString>
      <Before>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>81</Byte>
        <Byte>E9</Byte>
        <Byte>B4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14BFB5</AddressString>
      <Before>
        <Byte>EF</Byte>
        <Byte>FF</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>5C</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+EF75</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+EF75</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+2406B</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>5D</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>53</Byte>
        <Byte>55</Byte>
        <Byte>56</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9649</AddressString>
      <Before>
        <Byte>46</Byte>
        <Byte>04</Byte>
        <Byte>08</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>53</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9649</AddressString>
      <Before>
        <Byte>46</Byte>
        <Byte>04</Byte>
        <Byte>08</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>53</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9649</AddressString>
      <Before>
        <Byte>46</Byte>
        <Byte>04</Byte>
        <Byte>08</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>53</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9649</AddressString>
      <Before>
        <Byte>46</Byte>
        <Byte>04</Byte>
        <Byte>08</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>53</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+32E1</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>08</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>85</Byte>
        <Byte>FF</Byte>
        <Byte>74</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+1457A7</AddressString>
      <Before>
        <Byte>C4</Byte>
        <Byte>F4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+2D7FB</AddressString>
      <Before>
        <Byte>89</Byte>
        <Byte>47</Byte>
        <Byte>20</Byte>
        <Byte>5F</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>56</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+144BAC</AddressString>
      <Before>
        <Byte>C4</Byte>
        <Byte>F4</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+2A91</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>C6</Byte>
        <Byte>04</Byte>
        <Byte>38</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+10A849</AddressString>
      <Before>
        <Byte>F3</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>55</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+14C3C1</AddressString>
      <Before>
        <Byte>A3</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+14C2C5</AddressString>
      <Before>
        <Byte>E8</Byte>
        <Byte>4B</Byte>
        <Byte>61</Byte>
        <Byte>ED</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+14C3DF</AddressString>
      <Before>
        <Byte>42</Byte>
        <Byte>04</Byte>
        <Byte>89</Byte>
        <Byte>41</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+B6554</AddressString>
      <Before>
        <Byte>D6</Byte>
        <Byte>40</Byte>
        <Byte>08</Byte>
        <Byte>5E</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+B6554</AddressString>
      <Before>
        <Byte>D6</Byte>
        <Byte>40</Byte>
        <Byte>08</Byte>
        <Byte>5E</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14DEFE</AddressString>
      <Before>
        <Byte>EE</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>53</Byte>
        <Byte>8B</Byte>
        <Byte>1D</Byte>
        <Byte>AC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>Engine.dll+225C5F</AddressString>
      <Before>
        <Byte>28</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Engine.dll+22637</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14DEFE</AddressString>
      <Before>
        <Byte>EE</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>53</Byte>
        <Byte>8B</Byte>
        <Byte>1D</Byte>
        <Byte>AC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>Engine.dll+225C5F</AddressString>
      <Before>
        <Byte>28</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Engine.dll+22637</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+40227</AddressString>
      <Before>
        <Byte>04</Byte>
        <Byte>DD</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>04</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>DD</Byte>
        <Byte>05</Byte>
        <Byte>90</Byte>
        <Byte>02</Byte>
        <Byte>C4</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0010</Description>
      <AddressString>Game.dll+1A9340</AddressString>
      <Before>
        <Byte>59</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>10</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+145E5F</AddressString>
      <Before>
        <Byte>28</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>59</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+2D8F0</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>5F</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+109FBD</AddressString>
      <Before>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>11</Byte>
        <Byte>48</Byte>
        <Byte>04</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8D</Byte>
        <Byte>41</Byte>
        <Byte>10</Byte>
        <Byte>C3</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+109FBD</AddressString>
      <Before>
        <Byte>F3</Byte>
        <Byte>0F</Byte>
        <Byte>11</Byte>
        <Byte>48</Byte>
        <Byte>04</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8D</Byte>
        <Byte>41</Byte>
        <Byte>10</Byte>
        <Byte>C3</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9075</AddressString>
      <Before>
        <Byte>04</Byte>
        <Byte>5E</Byte>
        <Byte>8B</Byte>
        <Byte>C5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>00</Byte>
        <Byte>53</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+330E</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+27DDF</AddressString>
      <Before>
        <Byte>75</Byte>
        <Byte>D6</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>5F</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>6A</Byte>
        <Byte>FF</Byte>
        <Byte>68</Byte>
        <Byte>E8</Byte>
        <Byte>0A</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>Game.dll+179DDC</AddressString>
      <Before>
        <Byte>35</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>83</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Game.dll+11DE16</AddressString>
      <Before>
        <Byte>81</Byte>
        <Byte>F0</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+A7B9</AddressString>
      <Before>
        <Byte>3B</Byte>
        <Byte>F2</Byte>
        <Byte>75</Byte>
        <Byte>E8</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DDB1</AddressString>
      <Before>
        <Byte>70</Byte>
        <Byte>C4</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>C9</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>5D</Byte>
        <Byte>EB</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :call TQ.exe+1470</Description>
      <AddressString>TQ.exe+14DCC7</AddressString>
      <Before>
        <Byte>8D</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>20</Byte>
        <Byte>50</Byte>
      </Before>
      <Actual>
        <Byte>E8</Byte>
        <Byte>A4</Byte>
        <Byte>37</Byte>
        <Byte>EB</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>34</Byte>
        <Byte>08</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+1EC7B</AddressString>
      <Before>
        <Byte>59</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>C7</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>18</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Engine.dll+D82C</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>10</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Game.dll+DE216</AddressString>
      <Before>
        <Byte>81</Byte>
        <Byte>10</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Game.dll+1A91F3</AddressString>
      <Before>
        <Byte>F1</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>68</Byte>
        <Byte>8C</Byte>
        <Byte>BB</Byte>
        <Byte>0D</Byte>
        <Byte>68</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>Game.dll+1B923A</AddressString>
      <Before>
        <Byte>81</Byte>
        <Byte>CD</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>B8</Byte>
        <Byte>10</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>Game.dll+1C0326</AddressString>
      <Before>
        <Byte>F0</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+2EF9</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>C6</Byte>
        <Byte>04</Byte>
        <Byte>38</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+9075</AddressString>
      <Before>
        <Byte>04</Byte>
        <Byte>5E</Byte>
        <Byte>8B</Byte>
        <Byte>C5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>00</Byte>
        <Byte>53</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+2252E</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+2ECD</AddressString>
      <Before>
        <Byte>5D</Byte>
        <Byte>C6</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>85</Byte>
        <Byte>FF</Byte>
        <Byte>74</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+289C</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+2269E</AddressString>
      <Before>
        <Byte>89</Byte>
        <Byte>01</Byte>
        <Byte>8B</Byte>
        <Byte>C1</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+DCE6</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>FF</Byte>
        <Byte>75</Byte>
        <Byte>0C</Byte>
        <Byte>FF</Byte>
        <Byte>15</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+1C2900</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>5F</Byte>
        <Byte>B0</Byte>
        <Byte>01</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Game.dll+22ED5</AddressString>
      <Before>
        <Byte>B8</Byte>
        <Byte>C8</Byte>
        <Byte>E8</Byte>
        <Byte>2A</Byte>
        <Byte>68</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>Engine.dll+129EBB</AddressString>
      <Before>
        <Byte>15</Byte>
        <Byte>78</Byte>
        <Byte>C1</Byte>
        <Byte>69</Byte>
        <Byte>68</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>FF</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+3F8B</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>89</Byte>
        <Byte>08</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
        <Byte>5F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>Engine.dll+129EA5</AddressString>
      <Before>
        <Byte>69</Byte>
        <Byte>68</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+289C</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+2EF9</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>C6</Byte>
        <Byte>04</Byte>
        <Byte>38</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+DDA3</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>10</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+DC72</AddressString>
      <Before>
        <Byte>C9</Byte>
        <Byte>74</Byte>
        <Byte>02</Byte>
        <Byte>89</Byte>
        <Byte>11</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+99C4</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>89</Byte>
        <Byte>43</Byte>
        <Byte>04</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+32E1</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>08</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>85</Byte>
        <Byte>FF</Byte>
        <Byte>74</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+20BB</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>08</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>56</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DDB1</AddressString>
      <Before>
        <Byte>70</Byte>
        <Byte>C4</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>C9</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>5D</Byte>
        <Byte>EB</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>MSVCR110.dll+DCCB</AddressString>
      <Before>
        <Byte>92</Byte>
        <Byte>C5</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>55</Byte>
        <Byte>8B</Byte>
        <Byte>EC</Byte>
        <Byte>56</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+3D294</AddressString>
      <Before>
        <Byte>20</Byte>
        <Byte>46</Byte>
        <Byte>00</Byte>
        <Byte>75</Byte>
        <Byte>02</Byte>
      </Before>
      <Actual>
        <Byte>F3</Byte>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>E9</Byte>
        <Byte>4A</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+1544</AddressString>
      <Before>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>0C</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+B186</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14BC16</AddressString>
      <Before>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+B186</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+286B</AddressString>
      <Before>
        <Byte>5D</Byte>
        <Byte>66</Byte>
        <Byte>89</Byte>
        <Byte>08</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>85</Byte>
        <Byte>FF</Byte>
        <Byte>74</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret </Description>
      <AddressString>TQ.exe+14C2A5</AddressString>
      <Before>
        <Byte>EF</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>E5</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C3</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+289C</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0004</Description>
      <AddressString>TQ.exe+335D</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CA</Byte>
        <Byte>57</Byte>
        <Byte>8D</Byte>
        <Byte>79</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 0008</Description>
      <AddressString>TQ.exe+196F</AddressString>
      <Before>
        <Byte>75</Byte>
        <Byte>D9</Byte>
        <Byte>5B</Byte>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>08</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+B186</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :ret 000C</Description>
      <AddressString>TQ.exe+289C</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>5E</Byte>
        <Byte>5D</Byte>
        <Byte>5B</Byte>
      </Before>
      <Actual>
        <Byte>C2</Byte>
        <Byte>0C</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry GroupHeader="1">
      <Description>Ctrl Held Down</Description>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :mov ecx,[esp+14]</Description>
      <AddressString>TQ.exe+10A70F</AddressString>
      <Before>
        <Byte>15</Byte>
        <Byte>88</Byte>
        <Byte>D4</Byte>
        <Byte>3D</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>8B</Byte>
        <Byte>4C</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
      </Actual>
      <After>
        <Byte>50</Byte>
        <Byte>FF</Byte>
        <Byte>15</Byte>
        <Byte>44</Byte>
        <Byte>F6</Byte>
      </After>
    </CodeEntry>
    <CodeEntry GroupHeader="1">
      <Description>Jumps</Description>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14DDFB</Description>
      <AddressString>TQ.exe+14DD19</AddressString>
      <Before>
        <Byte>85</Byte>
        <Byte>E7</Byte>
        <Byte>FE</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>E9</Byte>
        <Byte>DD</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8D</Byte>
        <Byte>4C</Byte>
        <Byte>24</Byte>
        <Byte>50</Byte>
        <Byte>C6</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14DCF5</Description>
      <AddressString>TQ.exe+14DCF1</AddressString>
      <Before>
        <Byte>3B</Byte>
        <Byte>F8</Byte>
        <Byte>0F</Byte>
        <Byte>9D</Byte>
        <Byte>C3</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>02</Byte>
      </Actual>
      <After>
        <Byte>32</Byte>
        <Byte>DB</Byte>
        <Byte>C6</Byte>
        <Byte>84</Byte>
        <Byte>24</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14DC00</Description>
      <AddressString>TQ.exe+14DBF6</AddressString>
      <Before>
        <Byte>84</Byte>
        <Byte>05</Byte>
        <Byte>02</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>08</Byte>
      </Actual>
      <After>
        <Byte>8D</Byte>
        <Byte>A4</Byte>
        <Byte>24</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14C337</Description>
      <AddressString>TQ.exe+14C333</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>72</Byte>
        <Byte>04</Byte>
        <Byte>8B</Byte>
        <Byte>06</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>02</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14C264</Description>
      <AddressString>TQ.exe+14C165</AddressString>
      <Before>
        <Byte>85</Byte>
        <Byte>FD</Byte>
        <Byte>FE</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>E9</Byte>
        <Byte>FA</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>83</Byte>
        <Byte>7C</Byte>
        <Byte>24</Byte>
        <Byte>70</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14BF4F</Description>
      <AddressString>TQ.exe+14BF43</AddressString>
      <Before>
        <Byte>3D</Byte>
        <Byte>00</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>0C</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>0A</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>07</Byte>
        <Byte>89</Byte>
        <Byte>06</Byte>
        <Byte>C7</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14BE3E</Description>
      <AddressString>TQ.exe+14BE32</AddressString>
      <Before>
        <Byte>24</Byte>
        <Byte>2C</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>0C</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>0A</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>07</Byte>
        <Byte>89</Byte>
        <Byte>01</Byte>
        <Byte>C7</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14BD97</Description>
      <AddressString>TQ.exe+14BD91</AddressString>
      <Before>
        <Byte>C7</Byte>
        <Byte>89</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>24</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>24</Byte>
        <Byte>8B</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14BBA9</Description>
      <AddressString>TQ.exe+14BBA5</AddressString>
      <Before>
        <Byte>08</Byte>
        <Byte>72</Byte>
        <Byte>04</Byte>
        <Byte>8B</Byte>
        <Byte>0E</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>02</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3C</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14BB7E</Description>
      <AddressString>TQ.exe+14BB7A</AddressString>
      <Before>
        <Byte>08</Byte>
        <Byte>72</Byte>
        <Byte>04</Byte>
        <Byte>8B</Byte>
        <Byte>0E</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>02</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>CE</Byte>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3C</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+14592D</Description>
      <AddressString>TQ.exe+145927</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>C6</Byte>
        <Byte>43</Byte>
        <Byte>1C</Byte>
        <Byte>01</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>04</Byte>
      </Actual>
      <After>
        <Byte>C6</Byte>
        <Byte>43</Byte>
        <Byte>1C</Byte>
        <Byte>00</Byte>
        <Byte>8D</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+145733</Description>
      <AddressString>TQ.exe+1456F7</AddressString>
      <Before>
        <Byte>C9</Byte>
        <Byte>74</Byte>
        <Byte>40</Byte>
        <Byte>8B</Byte>
        <Byte>03</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>3A</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>00</Byte>
        <Byte>E8</Byte>
        <Byte>4F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+1448E5</Description>
      <AddressString>TQ.exe+144924</AddressString>
      <Before>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
        <Byte>8B</Byte>
        <Byte>36</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>BF</Byte>
      </Actual>
      <After>
        <Byte>68</Byte>
        <Byte>28</Byte>
        <Byte>8E</Byte>
        <Byte>40</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+144650</Description>
      <AddressString>TQ.exe+1448F1</AddressString>
      <Before>
        <Byte>48</Byte>
        <Byte>8B</Byte>
        <Byte>54</Byte>
        <Byte>24</Byte>
        <Byte>14</Byte>
      </Before>
      <Actual>
        <Byte>E9</Byte>
        <Byte>5A</Byte>
        <Byte>FD</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>66</Byte>
        <Byte>0F</Byte>
        <Byte>6E</Byte>
        <Byte>4E</Byte>
        <Byte>38</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+10A75A</Description>
      <AddressString>TQ.exe+10A752</AddressString>
      <Before>
        <Byte>FF</Byte>
        <Byte>D3</Byte>
        <Byte>83</Byte>
        <Byte>C4</Byte>
        <Byte>0C</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>1D</Byte>
        <Byte>AC</Byte>
        <Byte>FC</Byte>
        <Byte>3D</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+224B6</Description>
      <AddressString>TQ.exe+224FC</AddressString>
      <Before>
        <Byte>8B</Byte>
        <Byte>00</Byte>
        <Byte>89</Byte>
        <Byte>45</Byte>
        <Byte>08</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>B8</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>4D</Byte>
        <Byte>EC</Byte>
        <Byte>E8</Byte>
        <Byte>7A</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+17B17</Description>
      <AddressString>TQ.exe+17B13</AddressString>
      <Before>
        <Byte>10</Byte>
        <Byte>72</Byte>
        <Byte>04</Byte>
        <Byte>8B</Byte>
        <Byte>06</Byte>
      </Before>
      <Actual>
        <Byte>EB</Byte>
        <Byte>02</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>C6</Byte>
        <Byte>33</Byte>
        <Byte>C9</Byte>
        <Byte>66</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.GAME::TelemetryManager::operator=+57C0</Description>
      <AddressString>TQ.exe+9841</AddressString>
      <Before>
        <Byte>5E</Byte>
        <Byte>89</Byte>
        <Byte>54</Byte>
        <Byte>24</Byte>
        <Byte>04</Byte>
      </Before>
      <Actual>
        <Byte>E9</Byte>
        <Byte>0A</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>5E</Byte>
        <Byte>C2</Byte>
        <Byte>04</Byte>
        <Byte>00</Byte>
        <Byte>CC</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Code :jmp TQ.exe+1980</Description>
      <AddressString>TQ.exe+1714</AddressString>
      <Before>
        <Byte>5B</Byte>
        <Byte>89</Byte>
        <Byte>44</Byte>
        <Byte>24</Byte>
        <Byte>04</Byte>
      </Before>
      <Actual>
        <Byte>E9</Byte>
        <Byte>67</Byte>
        <Byte>02</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>5F</Byte>
        <Byte>5E</Byte>
        <Byte>5B</Byte>
        <Byte>C2</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols/>
  <DisassemblerComments>
    <DisassemblerComment>
      <Address>"motogp24-Win64-Shipping.exe"+248A33E</Address>
      <Comment>Temp Tyre 
</Comment>
    </DisassemblerComment>
    <DisassemblerComment>
      <Address>"motogp24-Win64-Shipping.exe"+248A384</Address>
      <Comment>Temp Tyre b
</Comment>
    </DisassemblerComment>
    <DisassemblerComment>
      <Address>"motogp24-Win64-Shipping.exe"+248A3C7</Address>
      <Comment>Temp Tyre c
</Comment>
    </DisassemblerComment>
  </DisassemblerComments>
</CheatTable>
