<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="29">
  <CheatEntries>
    <CheatEntry>
      <ID>344</ID>
      <Description>"==============       Combat       ============"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <Color>FF0000</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>144</ID>
      <Description>"Invulnerability"</Description>
      <Options moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
    Possible locations to dissect between group and enemies:

    +200 == 0 =&gt; we
    +2b8 == 0 =&gt; we

    +74  == 0 =&gt; enemies
    +7c  == 0 =&gt; enemies
    +8c  == 0 =&gt; enemies
    +94  == 0 =&gt; enemies

    +408 &gt;= 40000000 =&gt; enemies (current xp)
    +40c &gt;= 40000000 =&gt; enemies (xp for lvl up)
}
[ENABLE]
aobscanmodule(health,Operencia-Win64-Shipping.exe,F3 0F 11 83 38 03 00 00 44) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+4D2799)

label(code)
label(return)
label(onehit)
label(onehit_on)

newmem:
  cmp [rbx+00000408],40000000
  jge onehit // more than 0x40000000 XP? =&gt; enemy
  jmp return // otherwise, get out here
onehit:
  cmp byte ptr [onehit_on],1
  jne code
  PXOR xmm0, xmm0 // zero remaining hitpoints for you!
code:
  movss [rbx+00000338],xmm0
  jmp return

onehit_on:
  db 0

health:
  jmp newmem
  nop 3
return:
registersymbol(health)
registersymbol(onehit_on)

[DISABLE]
health:
  db F3 0F 11 83 38 03 00 00
unregistersymbol(onehit_on)
unregistersymbol(health)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+4D2799

"Operencia-Win64-Shipping.exe"+4D277B: 41 D1 FC                 -  sar r12d,1
"Operencia-Win64-Shipping.exe"+4D277E: 85 C0                    -  test eax,eax
"Operencia-Win64-Shipping.exe"+4D2780: 79 05                    -  jns Operencia-Win64-Shipping.exe+4D2787
"Operencia-Win64-Shipping.exe"+4D2782: 45 8B E6                 -  mov r12d,r14d
"Operencia-Win64-Shipping.exe"+4D2785: EB 07                    -  jmp Operencia-Win64-Shipping.exe+4D278E
"Operencia-Win64-Shipping.exe"+4D2787: 41 3B C4                 -  cmp eax,r12d
"Operencia-Win64-Shipping.exe"+4D278A: 44 0F 4C E0              -  cmovl r12d,eax
"Operencia-Win64-Shipping.exe"+4D278E: 66 41 0F 6E C4           -  movd xmm0,r12d
"Operencia-Win64-Shipping.exe"+4D2793: 45 8B EC                 -  mov r13d,r12d
"Operencia-Win64-Shipping.exe"+4D2796: 0F 5B C0                 -  cvtdq2ps xmm0,xmm0
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+4D2799: F3 0F 11 83 38 03 00 00  -  movss [rbx+00000338],xmm0
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+4D27A1: 44 2B E9                 -  sub r13d,ecx
"Operencia-Win64-Shipping.exe"+4D27A4: 0F 84 B0 03 00 00        -  je Operencia-Win64-Shipping.exe+4D2B5A
"Operencia-Win64-Shipping.exe"+4D27AA: 48 89 B4 24 40 01 00 00  -  mov [rsp+00000140],rsi
"Operencia-Win64-Shipping.exe"+4D27B2: 48 89 BC 24 F8 00 00 00  -  mov [rsp+000000F8],rdi
"Operencia-Win64-Shipping.exe"+4D27BA: 4C 89 BC 24 F0 00 00 00  -  mov [rsp+000000F0],r15
"Operencia-Win64-Shipping.exe"+4D27C2: 45 85 ED                 -  test r13d,r13d
"Operencia-Win64-Shipping.exe"+4D27C5: 0F 8E C1 02 00 00        -  jng Operencia-Win64-Shipping.exe+4D2A8C
"Operencia-Win64-Shipping.exe"+4D27CB: 41 B8 01 00 00 00        -  mov r8d,00000001
"Operencia-Win64-Shipping.exe"+4D27D1: 48 8D 15 30 EE 05 02     -  lea rdx,[Operencia-Win64-Shipping.exe+2531608]
"Operencia-Win64-Shipping.exe"+4D27D8: 48 8D 4C 24 38           -  lea rcx,[rsp+38]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>227</ID>
          <Description>"One-Hit-Kill"</Description>
          <LastState Activated="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
onehit_on:
db 1

[DISABLE]
onehit_on:
db 0

</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>226</ID>
      <Description>"No Cooldown on Abilities"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(cooldown,Operencia-Win64-Shipping.exe,89 84 F7 00 01 00 00) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+4D3514)

label(code)
label(return)

newmem:
   mov [rdi+rsi*8+00000100],0
code:
//  mov [rdi+rsi*8+00000100],eax
  jmp return

cooldown:
  jmp newmem
  nop 2
return:
registersymbol(cooldown)

[DISABLE]

cooldown:
  db 89 84 F7 00 01 00 00

unregistersymbol(cooldown)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+4D3514

"Operencia-Win64-Shipping.exe"+4D34F7: F3 0F 2D C1              -  cvtss2si eax,xmm1
"Operencia-Win64-Shipping.exe"+4D34FB: D1 F8                    -  sar eax,1
"Operencia-Win64-Shipping.exe"+4D34FD: 2B C8                    -  sub ecx,eax
"Operencia-Win64-Shipping.exe"+4D34FF: F3 0F 2D C3              -  cvtss2si eax,xmm3
"Operencia-Win64-Shipping.exe"+4D3503: D1 F8                    -  sar eax,1
"Operencia-Win64-Shipping.exe"+4D3505: 2B C8                    -  sub ecx,eax
"Operencia-Win64-Shipping.exe"+4D3507: B8 01 00 00 00           -  mov eax,00000001
"Operencia-Win64-Shipping.exe"+4D350C: 3B C8                    -  cmp ecx,eax
"Operencia-Win64-Shipping.exe"+4D350E: 0F 4E C8                 -  cmovle ecx,eax
"Operencia-Win64-Shipping.exe"+4D3511: 8D 41 01                 -  lea eax,[rcx+01]
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+4D3514: 89 84 F7 00 01 00 00     -  mov [rdi+rsi*8+00000100],eax
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+4D351B: 8B 43 7C                 -  mov eax,[rbx+7C]
"Operencia-Win64-Shipping.exe"+4D351E: 89 43 2C                 -  mov [rbx+2C],eax
"Operencia-Win64-Shipping.exe"+4D3521: 45 8B 36                 -  mov r14d,[r14]
"Operencia-Win64-Shipping.exe"+4D3524: 45 8B 3F                 -  mov r15d,[r15]
"Operencia-Win64-Shipping.exe"+4D3527: 39 AF A0 01 00 00        -  cmp [rdi+000001A0],ebp
"Operencia-Win64-Shipping.exe"+4D352D: 7E 59                    -  jle Operencia-Win64-Shipping.exe+4D3588
"Operencia-Win64-Shipping.exe"+4D352F: 48 8B DD                 -  mov rbx,rbp
"Operencia-Win64-Shipping.exe"+4D3532: 48 8B B7 98 01 00 00     -  mov rsi,[rdi+00000198]
"Operencia-Win64-Shipping.exe"+4D3539: 83 7C 33 08 00           -  cmp dword ptr [rbx+rsi+08],00
"Operencia-Win64-Shipping.exe"+4D353E: 7F 3A                    -  jg Operencia-Win64-Shipping.exe+4D357A
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>185</ID>
      <Description>"Unlimited Energy"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{
    general idea: check for unit's XP to be 40a00000.
    if actual xp and current XP both have this value, it's an enemy
    so jump to the "write new energy" code
    else return
}

[ENABLE]
aobscanmodule(energy,Operencia-Win64-Shipping.exe,F3 41 0F 11 87 3C 03 00 00) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+4D243E)

label(code)
label(return)

newmem:
  cmp [r15+00000408],40000000
  jg code
  cmp [r15+0000040c],40000000
  jg code
  jmp return
code:
  movss [r15+0000033C],xmm0
  jmp return

energy:
  jmp newmem
  nop 4
return:
registersymbol(energy)

[DISABLE]

energy:
  db F3 41 0F 11 87 3C 03 00 00

unregistersymbol(energy)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+4D243E

"Operencia-Win64-Shipping.exe"+4D2425: D1 FE                       -  sar esi,1
"Operencia-Win64-Shipping.exe"+4D2427: 85 C0                       -  test eax,eax
"Operencia-Win64-Shipping.exe"+4D2429: 79 04                       -  jns Operencia-Win64-Shipping.exe+4D242F
"Operencia-Win64-Shipping.exe"+4D242B: 8B F3                       -  mov esi,ebx
"Operencia-Win64-Shipping.exe"+4D242D: EB 05                       -  jmp Operencia-Win64-Shipping.exe+4D2434
"Operencia-Win64-Shipping.exe"+4D242F: 3B C6                       -  cmp eax,esi
"Operencia-Win64-Shipping.exe"+4D2431: 0F 4C F0                    -  cmovl esi,eax
"Operencia-Win64-Shipping.exe"+4D2434: 66 0F 6E C6                 -  movd xmm0,esi
"Operencia-Win64-Shipping.exe"+4D2438: 44 8B F6                    -  mov r14d,esi
"Operencia-Win64-Shipping.exe"+4D243B: 0F 5B C0                    -  cvtdq2ps xmm0,xmm0
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+4D243E: F3 41 0F 11 87 3C 03 00 00  -  movss [r15+0000033C],xmm0
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+4D2447: 44 2B F1                    -  sub r14d,ecx
"Operencia-Win64-Shipping.exe"+4D244A: 0F 84 80 02 00 00           -  je Operencia-Win64-Shipping.exe+4D26D0
"Operencia-Win64-Shipping.exe"+4D2450: 45 85 F6                    -  test r14d,r14d
"Operencia-Win64-Shipping.exe"+4D2453: 0F 8E 5B 02 00 00           -  jng Operencia-Win64-Shipping.exe+4D26B4
"Operencia-Win64-Shipping.exe"+4D2459: 48 89 BC 24 20 01 00 00     -  mov [rsp+00000120],rdi
"Operencia-Win64-Shipping.exe"+4D2461: 48 8D 15 B8 F1 05 02        -  lea rdx,[Operencia-Win64-Shipping.exe+2531620]
"Operencia-Win64-Shipping.exe"+4D2468: 41 B8 01 00 00 00           -  mov r8d,00000001
"Operencia-Win64-Shipping.exe"+4D246E: 4C 89 A4 24 28 01 00 00     -  mov [rsp+00000128],r12
"Operencia-Win64-Shipping.exe"+4D2476: 48 8D 4D 8F                 -  lea rcx,[rbp-71]
"Operencia-Win64-Shipping.exe"+4D247A: E8 C1 67 21 00              -  call Operencia-Win64-Shipping.exe+6E8C40
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>347</ID>
      <Description>"==============       Exploring       ============"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <Color>FF0000</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>184</ID>
      <Description>"Unlimited Air under water"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(breathing,Operencia-Win64-Shipping.exe,F3 0F 11 0B 77 3E) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+57574B)

label(code)
label(return)

newmem:

code:
  // movss [rbx],xmm1
  ja Operencia-Win64-Shipping.exe+57578F
  jmp return

breathing:
  jmp newmem
  nop
return:
registersymbol(breathing)

[DISABLE]

breathing:
  db F3 0F 11 0B 77 3E

unregistersymbol(breathing)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+57574B

"Operencia-Win64-Shipping.exe"+575725: 76 68                       -  jna Operencia-Win64-Shipping.exe+57578F
"Operencia-Win64-Shipping.exe"+575727: 0F 28 C6                    -  movaps xmm0,xmm6
"Operencia-Win64-Shipping.exe"+57572A: F3 41 0F 5E 86 28 06 00 00  -  divss xmm0,[r14+00000628]
"Operencia-Win64-Shipping.exe"+575733: F3 0F 5C C8                 -  subss xmm1,xmm0
"Operencia-Win64-Shipping.exe"+575737: 0F 2F CF                    -  comiss xmm1,xmm7
"Operencia-Win64-Shipping.exe"+57573A: 73 04                       -  jae Operencia-Win64-Shipping.exe+575740
"Operencia-Win64-Shipping.exe"+57573C: 89 03                       -  mov [rbx],eax
"Operencia-Win64-Shipping.exe"+57573E: EB 11                       -  jmp Operencia-Win64-Shipping.exe+575751
"Operencia-Win64-Shipping.exe"+575740: F3 0F 5D 0D F0 AE F3 01     -  minss xmm1,[Operencia-Win64-Shipping.exe+24B0638]
"Operencia-Win64-Shipping.exe"+575748: 0F 2F CF                    -  comiss xmm1,xmm7
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+57574B: F3 0F 11 0B                 -  movss [rbx],xmm1
"Operencia-Win64-Shipping.exe"+57574F: 77 3E                       -  ja Operencia-Win64-Shipping.exe+57578F
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+575751: 49 8B BE 48 02 00 00        -  mov rdi,[r14+00000248]
"Operencia-Win64-Shipping.exe"+575758: 41 89 86 BC 07 00 00        -  mov [r14+000007BC],eax
"Operencia-Win64-Shipping.exe"+57575F: 48 85 FF                    -  test rdi,rdi
"Operencia-Win64-Shipping.exe"+575762: 74 2B                       -  je Operencia-Win64-Shipping.exe+57578F
"Operencia-Win64-Shipping.exe"+575764: E8 E7 2A 04 00              -  call Operencia-Win64-Shipping.exe+5B8250
"Operencia-Win64-Shipping.exe"+575769: 48 8B 57 10                 -  mov rdx,[rdi+10]
"Operencia-Win64-Shipping.exe"+57576D: 4C 8D 40 30                 -  lea r8,[rax+30]
"Operencia-Win64-Shipping.exe"+575771: 48 63 40 38                 -  movsxd  rax,dword ptr [rax+38]
"Operencia-Win64-Shipping.exe"+575775: 3B 42 38                    -  cmp eax,[rdx+38]
"Operencia-Win64-Shipping.exe"+575778: 7F 15                       -  jg Operencia-Win64-Shipping.exe+57578F
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>187</ID>
      <Description>"Firewood does not use up"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Operencia-Win64-Shipping.exe
  Version: 1.30
  Date   : 2020-04-01
  Author : Marc

  This script prevents the firewood to be used up when resting
}

[ENABLE]

aobscanmodule(firewood,Operencia-Win64-Shipping.exe,01 B0 C4 00 00 00) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+545CBE)

label(code)
label(return)

newmem:

code:
  // add [rax+000000C4],esi
  jmp return

firewood:
  jmp newmem
  nop
return:
registersymbol(firewood)

[DISABLE]

firewood:
  db 01 B0 C4 00 00 00

unregistersymbol(firewood)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+545CBE

"Operencia-Win64-Shipping.exe"+545C90: E8 BB 41 03 00           -  call Operencia-Win64-Shipping.exe+579E50
"Operencia-Win64-Shipping.exe"+545C95: E8 16 20 F9 FF           -  call Operencia-Win64-Shipping.exe+4D7CB0
"Operencia-Win64-Shipping.exe"+545C9A: 48 8B 48 28              -  mov rcx,[rax+28]
"Operencia-Win64-Shipping.exe"+545C9E: 48 85 C9                 -  test rcx,rcx
"Operencia-Win64-Shipping.exe"+545CA1: 74 14                    -  je Operencia-Win64-Shipping.exe+545CB7
"Operencia-Win64-Shipping.exe"+545CA3: 49 8B 86 10 01 00 00     -  mov rax,[r14+00000110]
"Operencia-Win64-Shipping.exe"+545CAA: 8B 90 C4 00 00 00        -  mov edx,[rax+000000C4]
"Operencia-Win64-Shipping.exe"+545CB0: 03 D6                    -  add edx,esi
"Operencia-Win64-Shipping.exe"+545CB2: E8 E9 28 FC FF           -  call Operencia-Win64-Shipping.exe+5085A0
"Operencia-Win64-Shipping.exe"+545CB7: 49 8B 86 10 01 00 00     -  mov rax,[r14+00000110]
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+545CBE: 01 B0 C4 00 00 00        -  add [rax+000000C4],esi
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+545CC4: 48 8B 8D 00 01 00 00     -  mov rcx,[rbp+00000100]
"Operencia-Win64-Shipping.exe"+545CCB: 48 33 CC                 -  xor rcx,rsp
"Operencia-Win64-Shipping.exe"+545CCE: E8 7D 8B ED 01           -  call Operencia-Win64-Shipping.exe+241E850
"Operencia-Win64-Shipping.exe"+545CD3: 4C 8D 9C 24 10 02 00 00  -  lea r11,[rsp+00000210]
"Operencia-Win64-Shipping.exe"+545CDB: 49 8B 5B 40              -  mov rbx,[r11+40]
"Operencia-Win64-Shipping.exe"+545CDF: 49 8B 73 48              -  mov rsi,[r11+48]
"Operencia-Win64-Shipping.exe"+545CE3: 49 8B E3                 -  mov rsp,r11
"Operencia-Win64-Shipping.exe"+545CE6: 41 5F                    -  pop r15
"Operencia-Win64-Shipping.exe"+545CE8: 41 5E                    -  pop r14
"Operencia-Win64-Shipping.exe"+545CEA: 41 5C                    -  pop r12
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>343</ID>
      <Description>"Unlimited Vial of Light"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(vial_of_light,Operencia-Win64-Shipping.exe,F3 0F 11 43 08 77) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+5732B8)

label(code)
label(return)

newmem:

code:
  // movss [rbx+08],xmm0
  jmp return

vial_of_light:
  jmp newmem
return:
registersymbol(vial_of_light)

[DISABLE]

vial_of_light:
  db F3 0F 11 43 08

unregistersymbol(vial_of_light)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+5732B8

"Operencia-Win64-Shipping.exe"+57328B: 44 8D 67 01              -  lea r12d,[rdi+01]
"Operencia-Win64-Shipping.exe"+57328F: 48 89 6C 24 60           -  mov [rsp+60],rbp
"Operencia-Win64-Shipping.exe"+573294: 0F 1F 40 00              -  nop [rax+00]
"Operencia-Win64-Shipping.exe"+573298: 0F 1F 84 00 00 00 00 00  -  nop [rax+rax+00000000]
"Operencia-Win64-Shipping.exe"+5732A0: F3 0F 10 43 08           -  movss xmm0,[rbx+08]
"Operencia-Win64-Shipping.exe"+5732A5: 0F 2F C6                 -  comiss xmm0,xmm6
"Operencia-Win64-Shipping.exe"+5732A8: 0F 86 8B 00 00 00        -  jbe Operencia-Win64-Shipping.exe+573339
"Operencia-Win64-Shipping.exe"+5732AE: 0F B6 03                 -  movzx eax,byte ptr [rbx]
"Operencia-Win64-Shipping.exe"+5732B1: F3 0F 5C C7              -  subss xmm0,xmm7
"Operencia-Win64-Shipping.exe"+5732B5: 0F 2F C6                 -  comiss xmm0,xmm6
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+5732B8: F3 0F 11 43 08           -  movss [rbx+08],xmm0
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+5732BD: 77 6C                    -  ja Operencia-Win64-Shipping.exe+57332B
"Operencia-Win64-Shipping.exe"+5732BF: 3C 04                    -  cmp al,04
"Operencia-Win64-Shipping.exe"+5732C1: 74 14                    -  je Operencia-Win64-Shipping.exe+5732D7
"Operencia-Win64-Shipping.exe"+5732C3: 3C 0B                    -  cmp al,0B
"Operencia-Win64-Shipping.exe"+5732C5: 75 1C                    -  jne Operencia-Win64-Shipping.exe+5732E3
"Operencia-Win64-Shipping.exe"+5732C7: 48 8B CE                 -  mov rcx,rsi
"Operencia-Win64-Shipping.exe"+5732CA: 89 BE 98 07 00 00        -  mov [rsi+00000798],edi
"Operencia-Win64-Shipping.exe"+5732D0: E8 5B 4B FD FF           -  call Operencia-Win64-Shipping.exe+547E30
"Operencia-Win64-Shipping.exe"+5732D5: EB 0C                    -  jmp Operencia-Win64-Shipping.exe+5732E3
"Operencia-Win64-Shipping.exe"+5732D7: 48 8B 8E 98 06 00 00     -  mov rcx,[rsi+00000698]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>92</ID>
      <Description>"Infinite Potions on the G-Key (script from acecel)"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Operencia-Win64-Shipping.exe
  Version: 
  Date   : 2019-04-01
  Author : Axel

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(aobPotionDecrease2,Operencia-Win64-Shipping.exe,41 89 17 EB 0C) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+4A16B8)

label(code)
label(return)

newmem:


code:

  jmp return

aobPotionDecrease2:
  jmp newmem
return:
registersymbol(aobPotionDecrease2)

[DISABLE]

aobPotionDecrease2:
  db 41 89 17 EB 0C

unregistersymbol(aobPotionDecrease2)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+4A16B8

"Operencia-Win64-Shipping.exe"+4A168D: 8B 96 84 00 00 00     -  mov edx,[rsi+00000084]
"Operencia-Win64-Shipping.exe"+4A1693: 48 8B 6C 24 48        -  mov rbp,[rsp+48]
"Operencia-Win64-Shipping.exe"+4A1698: 48 8B 5C 24 40        -  mov rbx,[rsp+40]
"Operencia-Win64-Shipping.exe"+4A169D: 41 89 16              -  mov [r14],edx
"Operencia-Win64-Shipping.exe"+4A16A0: 80 7E 49 05           -  cmp byte ptr [rsi+49],05
"Operencia-Win64-Shipping.exe"+4A16A4: 75 10                 -  jne Operencia-Win64-Shipping.exe+4A16B6
"Operencia-Win64-Shipping.exe"+4A16A6: 49 8B 85 F0 07 00 00  -  mov rax,[r13+000007F0]
"Operencia-Win64-Shipping.exe"+4A16AD: 03 90 18 01 00 00     -  add edx,[rax+00000118]
"Operencia-Win64-Shipping.exe"+4A16B3: 41 89 16              -  mov [r14],edx
"Operencia-Win64-Shipping.exe"+4A16B6: 2B D7                 -  sub edx,edi
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+4A16B8: 41 89 17              -  mov [r15],edx
"Operencia-Win64-Shipping.exe"+4A16BB: EB 0C                 -  jmp Operencia-Win64-Shipping.exe+4A16C9
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+4A16BD: 33 FF                 -  xor edi,edi
"Operencia-Win64-Shipping.exe"+4A16BF: 41 C7 00 01 00 00 00  -  mov [r8],00000001
"Operencia-Win64-Shipping.exe"+4A16C6: 41 89 39              -  mov [r9],edi
"Operencia-Win64-Shipping.exe"+4A16C9: 48 8B 74 24 50        -  mov rsi,[rsp+50]
"Operencia-Win64-Shipping.exe"+4A16CE: 48 8B 7C 24 58        -  mov rdi,[rsp+58]
"Operencia-Win64-Shipping.exe"+4A16D3: 48 83 C4 20           -  add rsp,20
"Operencia-Win64-Shipping.exe"+4A16D7: 41 5F                 -  pop r15
"Operencia-Win64-Shipping.exe"+4A16D9: 41 5E                 -  pop r14
"Operencia-Win64-Shipping.exe"+4A16DB: 41 5D                 -  pop r13
"Operencia-Win64-Shipping.exe"+4A16DD: C3                    -  ret 
}
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys/>
          <ID>0</ID>
          <ActivateSound>Activate</ActivateSound>
          <DeactivateSound>Deactivate</DeactivateSound>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>345</ID>
      <Description>"==============           Misc           ============"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <Color>FF0000</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>348</ID>
      <Description>"Add the Experience 5 times instead of once"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(experienceboost,Operencia-Win64-Shipping.exe,01 91 08 04 00 00) // should be unique
alloc(newmem,$1000,"Operencia-Win64-Shipping.exe"+4CFEA2)

label(code)
label(return)

newmem:

code:
  add [rcx+00000408],edx
  add [rcx+00000408],edx
  add [rcx+00000408],edx
  add [rcx+00000408],edx
  add [rcx+00000408],edx
  jmp return

experienceboost:
  jmp newmem
  nop
return:
registersymbol(experienceboost)

[DISABLE]

experienceboost:
  db 01 91 08 04 00 00

unregistersymbol(experienceboost)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "Operencia-Win64-Shipping.exe"+4CFEA2

"Operencia-Win64-Shipping.exe"+4CFE8C: 5F                    -  pop rdi
"Operencia-Win64-Shipping.exe"+4CFE8D: 5E                    -  pop rsi
"Operencia-Win64-Shipping.exe"+4CFE8E: C3                    -  ret 
"Operencia-Win64-Shipping.exe"+4CFE8F: CC                    -  int 3 
"Operencia-Win64-Shipping.exe"+4CFE90: 41 C6 01 00           -  mov byte ptr [r9],00
"Operencia-Win64-Shipping.exe"+4CFE94: 85 D2                 -  test edx,edx
"Operencia-Win64-Shipping.exe"+4CFE96: 7E 24                 -  jle Operencia-Win64-Shipping.exe+4CFEBC
"Operencia-Win64-Shipping.exe"+4CFE98: 8B 81 0C 04 00 00     -  mov eax,[rcx+0000040C]
"Operencia-Win64-Shipping.exe"+4CFE9E: 85 C0                 -  test eax,eax
"Operencia-Win64-Shipping.exe"+4CFEA0: 7E 1A                 -  jle Operencia-Win64-Shipping.exe+4CFEBC
// ---------- INJECTING HERE ----------
"Operencia-Win64-Shipping.exe"+4CFEA2: 01 91 08 04 00 00     -  add [rcx+00000408],edx
// ---------- DONE INJECTING  ----------
"Operencia-Win64-Shipping.exe"+4CFEA8: 39 81 08 04 00 00     -  cmp [rcx+00000408],eax
"Operencia-Win64-Shipping.exe"+4CFEAE: 7C 0C                 -  jl Operencia-Win64-Shipping.exe+4CFEBC
"Operencia-Win64-Shipping.exe"+4CFEB0: 49 8B D0              -  mov rdx,r8
"Operencia-Win64-Shipping.exe"+4CFEB3: 41 C6 01 01           -  mov byte ptr [r9],01
"Operencia-Win64-Shipping.exe"+4CFEB7: E9 24 2F 01 00        -  jmp Operencia-Win64-Shipping.exe+4E2DE0
"Operencia-Win64-Shipping.exe"+4CFEBC: C3                    -  ret 
"Operencia-Win64-Shipping.exe"+4CFEBD: CC                    -  int 3 
"Operencia-Win64-Shipping.exe"+4CFEBE: CC                    -  int 3 
"Operencia-Win64-Shipping.exe"+4CFEBF: CC                    -  int 3 
"Operencia-Win64-Shipping.exe"+4CFEC0: 48 89 5C 24 10        -  mov [rsp+10],rbx
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>147</ID>
      <Description>"Gold from Party"</Description>
      <LastState Value="87085" RealAddress="284923816C0"/>
      <VariableType>4 Bytes</VariableType>
      <Address>"Operencia-Win64-Shipping.exe"+0339DCE8</Address>
      <Offsets>
        <Offset>C0</Offset>
        <Offset>708</Offset>
        <Offset>A0</Offset>
      </Offsets>
    </CheatEntry>
    <CheatEntry>
      <ID>346</ID>
      <Description>"============== Character Editors ============"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <Color>FF0000</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>188</ID>
      <Description>"Editor for Main Char"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>102</ID>
          <Description>"Player Character"</Description>
          <LastState Value="0" RealAddress="28489EB0100"/>
          <VariableType>Binary</VariableType>
          <BitStart>0</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>"Operencia-Win64-Shipping.exe"+0339DEC0</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>115</ID>
              <Description>"Health"</Description>
              <LastState Value="321.8600159" RealAddress="28489EB0438"/>
              <Color>0000FF</Color>
              <VariableType>Float</VariableType>
              <Address>+338</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>114</ID>
              <Description>"Energy"</Description>
              <LastState Value="320" RealAddress="28489EB043C"/>
              <Color>FF0000</Color>
              <VariableType>Float</VariableType>
              <Address>+33c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>112</ID>
              <Description>"Health (max)"</Description>
              <LastState Value="0" RealAddress="28489EB0374"/>
              <Color>000000</Color>
              <VariableType>Float</VariableType>
              <Address>+274</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>116</ID>
              <Description>"Energy (max)"</Description>
              <LastState Value="0" RealAddress="28489EB0378"/>
              <VariableType>Float</VariableType>
              <Address>+278</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>113</ID>
              <Description>"Strength"</Description>
              <LastState Value="80" RealAddress="28489EB02A8"/>
              <VariableType>Float</VariableType>
              <Address>+1a8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>117</ID>
              <Description>"Agility"</Description>
              <LastState Value="132" RealAddress="28489EB02AC"/>
              <VariableType>Float</VariableType>
              <Address>+1ac</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>118</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="7" RealAddress="28489EB02B0"/>
              <VariableType>Float</VariableType>
              <Address>+1b0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>119</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="7" RealAddress="28489EB02B4"/>
              <VariableType>Float</VariableType>
              <Address>+1b4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>120</ID>
              <Description>"Vitality"</Description>
              <LastState Value="55" RealAddress="28489EB02B8"/>
              <VariableType>Float</VariableType>
              <Address>+1b8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>121</ID>
              <Description>"Evasion"</Description>
              <LastState Value="0" RealAddress="28489EB037C"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+27c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>122</ID>
              <Description>"Defense"</Description>
              <LastState Value="0" RealAddress="28489EB0380"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+280</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>123</ID>
              <Description>"Initiative"</Description>
              <LastState Value="0" RealAddress="28489EB0384"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+284</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>124</ID>
              <Description>"Hit Rating Melee"</Description>
              <LastState Value="0" RealAddress="28489EB0388"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+288</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>125</ID>
              <Description>"Hit Rating Ranged"</Description>
              <LastState Value="0" RealAddress="28489EB038C"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+28c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>126</ID>
              <Description>"Crit Chance"</Description>
              <LastState Value="0" RealAddress="28489EB0390"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+290</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>127</ID>
              <Description>"Crit Damage"</Description>
              <LastState Value="0" RealAddress="28489EB0394"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+294</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>128</ID>
              <Description>"Block"</Description>
              <LastState Value="0" RealAddress="28489EB0398"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+298</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>129</ID>
              <Description>"Extra Attack Chance"</Description>
              <LastState Value="0" RealAddress="28489EB039C"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+29c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>130</ID>
              <Description>"Counter Attack Chance"</Description>
              <LastState Value="0" RealAddress="28489EB03A0"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2a0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>131</ID>
              <Description>"Physical Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03A4"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2a4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>132</ID>
              <Description>"Fire Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03A8"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2a8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>133</ID>
              <Description>"Lightning Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03AC"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2ac</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>134</ID>
              <Description>"Frost Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03B0"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2b0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>135</ID>
              <Description>"Poison Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03B4"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2b4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>136</ID>
              <Description>"Fear Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03B8"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2b8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>137</ID>
              <Description>"Stun Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03BC"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2bc</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>138</ID>
              <Description>"Sleep Resist"</Description>
              <LastState Value="0" RealAddress="28489EB03C0"/>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>+2c0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>139</ID>
              <Description>"Attribute Points"</Description>
              <LastState Value="3" RealAddress="28489EB0514"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+414</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>140</ID>
              <Description>"Talent Points"</Description>
              <LastState Value="8" RealAddress="28489EB0518"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>141</ID>
              <Description>"Experience Points gained in current level"</Description>
              <LastState Value="16271" RealAddress="28489EB0508"/>
              <Color>808000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>+408</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>142</ID>
              <Description>"Experience Points to level up"</Description>
              <LastState Value="36240" RealAddress="28489EB050C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+40c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>143</ID>
              <Description>"Current Level"</Description>
              <LastState Value="1" RealAddress="28489EB0510"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+410</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>290</ID>
      <Description>"Editor for NPC 1"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>148</ID>
          <Description>"Base Address"</Description>
          <LastState Value="0" RealAddress="284A1C8CD00"/>
          <VariableType>Binary</VariableType>
          <BitStart>0</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>8</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>150</ID>
              <Description>"Health"</Description>
              <LastState Value="189" RealAddress="284A1C8D038"/>
              <Color>0000FF</Color>
              <VariableType>Float</VariableType>
              <Address>+338</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>151</ID>
              <Description>"Energy"</Description>
              <LastState Value="311" RealAddress="284A1C8D03C"/>
              <Color>FF0000</Color>
              <VariableType>Float</VariableType>
              <Address>+33c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>154</ID>
              <Description>"Strength"</Description>
              <LastState Value="30" RealAddress="284A1C8CEA8"/>
              <VariableType>Float</VariableType>
              <Address>+1a8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>155</ID>
              <Description>"Agility"</Description>
              <LastState Value="103" RealAddress="284A1C8CEAC"/>
              <VariableType>Float</VariableType>
              <Address>+1ac</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>156</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="30" RealAddress="284A1C8CEB0"/>
              <VariableType>Float</VariableType>
              <Address>+1b0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>157</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="20" RealAddress="284A1C8CEB4"/>
              <VariableType>Float</VariableType>
              <Address>+1b4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>158</ID>
              <Description>"Vitality"</Description>
              <LastState Value="35" RealAddress="284A1C8CEB8"/>
              <VariableType>Float</VariableType>
              <Address>+1b8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>177</ID>
              <Description>"Attribute Points"</Description>
              <LastState Value="3" RealAddress="284A1C8D114"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+414</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>178</ID>
              <Description>"Talent Points"</Description>
              <LastState Value="6" RealAddress="284A1C8D118"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>179</ID>
              <Description>"Experience Points gained in current level"</Description>
              <LastState Value="16271" RealAddress="284A1C8D108"/>
              <Color>808000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>+408</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>180</ID>
              <Description>"Experience Points to level up"</Description>
              <LastState Value="36240" RealAddress="284A1C8D10C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+40c</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>291</ID>
      <Description>"Editor for NPC 2"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>292</ID>
          <Description>"Base Address"</Description>
          <LastState Value="0" RealAddress="284A1C8C6A0"/>
          <VariableType>Binary</VariableType>
          <BitStart>0</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>10</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>293</ID>
              <Description>"Health"</Description>
              <LastState Value="220" RealAddress="284A1C8C9D8"/>
              <Color>0000FF</Color>
              <VariableType>Float</VariableType>
              <Address>+338</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>294</ID>
              <Description>"Energy"</Description>
              <LastState Value="338" RealAddress="284A1C8C9DC"/>
              <Color>FF0000</Color>
              <VariableType>Float</VariableType>
              <Address>+33c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>297</ID>
              <Description>"Strength"</Description>
              <LastState Value="82" RealAddress="284A1C8C848"/>
              <VariableType>Float</VariableType>
              <Address>+1a8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>298</ID>
              <Description>"Agility"</Description>
              <LastState Value="10" RealAddress="284A1C8C84C"/>
              <VariableType>Float</VariableType>
              <Address>+1ac</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>299</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="40" RealAddress="284A1C8C850"/>
              <VariableType>Float</VariableType>
              <Address>+1b0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>300</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="40" RealAddress="284A1C8C854"/>
              <VariableType>Float</VariableType>
              <Address>+1b4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>301</ID>
              <Description>"Vitality"</Description>
              <LastState Value="40" RealAddress="284A1C8C858"/>
              <VariableType>Float</VariableType>
              <Address>+1b8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>320</ID>
              <Description>"Attribute Points"</Description>
              <LastState Value="3" RealAddress="284A1C8CAB4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+414</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>321</ID>
              <Description>"Talent Points"</Description>
              <LastState Value="1" RealAddress="284A1C8CAB8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>322</ID>
              <Description>"Experience Points gained in current level"</Description>
              <LastState Value="13345" RealAddress="284A1C8CAA8"/>
              <Color>808000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>+408</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>323</ID>
              <Description>"Experience Points to level up"</Description>
              <LastState Value="36240" RealAddress="284A1C8CAAC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+40c</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>325</ID>
      <Description>"Editor for NPC 3"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>326</ID>
          <Description>"Base Address"</Description>
          <LastState Value="0" RealAddress="284A1C8C040"/>
          <VariableType>Binary</VariableType>
          <BitStart>0</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>18</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>327</ID>
              <Description>"Health"</Description>
              <LastState Value="137.8080139" RealAddress="284A1C8C378"/>
              <Color>0000FF</Color>
              <VariableType>Float</VariableType>
              <Address>+338</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>328</ID>
              <Description>"Energy"</Description>
              <LastState Value="500" RealAddress="284A1C8C37C"/>
              <Color>FF0000</Color>
              <VariableType>Float</VariableType>
              <Address>+33c</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>329</ID>
              <Description>"Strength"</Description>
              <LastState Value="10" RealAddress="284A1C8C1E8"/>
              <VariableType>Float</VariableType>
              <Address>+1a8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>330</ID>
              <Description>"Agility"</Description>
              <LastState Value="20" RealAddress="284A1C8C1EC"/>
              <VariableType>Float</VariableType>
              <Address>+1ac</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>331</ID>
              <Description>"Intelligence"</Description>
              <LastState Value="97" RealAddress="284A1C8C1F0"/>
              <VariableType>Float</VariableType>
              <Address>+1b0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>332</ID>
              <Description>"Wisdom"</Description>
              <LastState Value="53" RealAddress="284A1C8C1F4"/>
              <VariableType>Float</VariableType>
              <Address>+1b4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>333</ID>
              <Description>"Vitality"</Description>
              <LastState Value="20" RealAddress="284A1C8C1F8"/>
              <VariableType>Float</VariableType>
              <Address>+1b8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>334</ID>
              <Description>"Attribute Points"</Description>
              <LastState Value="3" RealAddress="284A1C8C454"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+414</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>335</ID>
              <Description>"Talent Points"</Description>
              <LastState Value="1" RealAddress="284A1C8C458"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>336</ID>
              <Description>"Experience Points gained in current level"</Description>
              <LastState Value="11621" RealAddress="284A1C8C448"/>
              <Color>808000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>+408</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>337</ID>
              <Description>"Experience Points to level up"</Description>
              <LastState Value="36240" RealAddress="284A1C8C44C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>+40c</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>341</ID>
      <Description>"Debug (Backup Pathes, just ignore me)"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <Color>C0C0C0</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>338</ID>
          <Description>"Hitpoints NPC 1"</Description>
          <LastState Value="189" RealAddress="284A1C8D038"/>
          <VariableType>Float</VariableType>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>338</Offset>
            <Offset>8</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>340</ID>
          <Description>"Hitpoints NPC 2"</Description>
          <LastState Value="220" RealAddress="284A1C8C9D8"/>
          <VariableType>Float</VariableType>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>338</Offset>
            <Offset>10</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>339</ID>
          <Description>"Hitpoints NPC 3"</Description>
          <LastState Value="137.8080139" RealAddress="284A1C8C378"/>
          <VariableType>Float</VariableType>
          <Address>"Operencia-Win64-Shipping.exe"+034FBB00</Address>
          <Offsets>
            <Offset>338</Offset>
            <Offset>18</Offset>
            <Offset>728</Offset>
            <Offset>30</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
