Page 3 of 4

Re: Labyrinth of Refrain (Steam)

Posted: Mon Oct 01, 2018 10:45 pm
by Leif20
zachillios wrote:
Sat Sep 29, 2018 6:21 am
Leif20 wrote:
Sat Sep 29, 2018 5:59 am
zachillios wrote:
Sat Sep 29, 2018 4:51 am

I'll take a look at it. The character data is segmented in two sections, and all of the other stuff is in the first section which is super simple and easy to examine. The skills/scaling is a lot more advanced and that's in the second half. I'll see what I can do though.

Edit: Alrighty, think I've found everything there is to be found. So scaling doesn't have set values, or maybe they do but they're not stored somewhere else. But I added scaling type, rapport (this is a really crude method of doing max, lemme know if it doesn't work), EXP, Total EXP, and then I added a Skill Modifier that has all the values ready to go. Lemme know if there's any issues.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>190</ID>
      <Description>"CharValueScanner (Test) (View Status Screen) (May Lag)"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : refrain.exe
  Version: -
  Author : anon9

  This script scans for the base character value upon viewing status screen.

  LUC values:
      1-19 = Despair
      20-39 = Unlucky
      40-59 = Mediocre
      60-79 = Lucky
      80+ = Fortunate
}

[ENABLE]

aobscanmodule(CharScanner,refrain.exe,66 0F 6E 83 F0 01 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov [varPtrCharStrScanner],ebx
  movd xmm0,[ebx+000001F0]
  jmp return

CharScanner:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(CharScanner)

[DISABLE]

CharScanner:
  db 66 0F 6E 83 F0 01 00 00

unregistersymbol(CharScanner)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "refrain.exe"+AEFD1

"refrain.exe"+AEFB4: 53                       -  push ebx
"refrain.exe"+AEFB5: 56                       -  push esi
"refrain.exe"+AEFB6: 57                       -  push edi
"refrain.exe"+AEFB7: A1 20 AF A5 00           -  mov eax,[refrain.exe+65AF20]
"refrain.exe"+AEFBC: 33 C5                    -  xor eax,ebp
"refrain.exe"+AEFBE: 50                       -  push eax
"refrain.exe"+AEFBF: 8D 45 F4                 -  lea eax,[ebp-0C]
"refrain.exe"+AEFC2: 64 A3 00 00 00 00        -  mov fs:[00000000],eax
"refrain.exe"+AEFC8: 8B D9                    -  mov ebx,ecx
"refrain.exe"+AEFCA: 83 BB 70 01 00 00 02     -  cmp dword ptr [ebx+00000170],02
// ---------- INJECTING HERE ----------
"refrain.exe"+AEFD1: 66 0F 6E 83 F0 01 00 00  -  movd xmm0,[ebx+000001F0]
// ---------- DONE INJECTING  ----------
"refrain.exe"+AEFD9: 0F 5B C0                 -  cvtdq2ps xmm0,xmm0
"refrain.exe"+AEFDC: 75 08                    -  jne refrain.exe+AEFE6
"refrain.exe"+AEFDE: F3 0F 59 05 54 1D 90 00  -  mulss xmm0,[refrain.exe+501D54]
"refrain.exe"+AEFE6: F3 0F 10 0D 5C 7F 98 00  -  movss xmm1,[refrain.exe+587F5C]
"refrain.exe"+AEFEE: 8D 83 84 01 00 00        -  lea eax,[ebx+00000184]
"refrain.exe"+AEFF4: 0F 28 D1                 -  movaps xmm2,xmm1
"refrain.exe"+AEFF7: 33 C9                    -  xor ecx,ecx
"refrain.exe"+AEFF9: 8D A4 24 00 00 00 00     -  lea esp,[esp+00000000]
"refrain.exe"+AF000: 83 38 10                 -  cmp dword ptr [eax],10
"refrain.exe"+AF003: 74 0B                    -  je refrain.exe+AF010
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>191</ID>
          <Description>"BaseValue"</Description>
          <LastState Value="9450728" RealAddress="08BF6090"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>206</ID>
          <Description>"Name (Read Only)"</Description>
          <LastState RealAddress="08BF609C"/>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>211</ID>
          <Description>"Name"</Description>
          <LastState RealAddress="08BF60DE"/>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>4E</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>231</ID>
          <Description>"Appearence"</Description>
          <LastState Value="41" RealAddress="08BF61F8"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>168</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>234</ID>
          <Description>"Stance"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Natural
2:Moon
1:Sun
</DropDownList>
          <LastState Value="2" RealAddress="08BF6200"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>170</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>236</ID>
          <Description>"Scaling Type"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Natural
3:Double Flat
2:Sharp
1:Flat
4:Double Sharp
</DropDownList>
          <LastState Value="0" RealAddress="08BF6204"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>174</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>264</ID>
          <Description>"Rapport Starting Point (Select Max From Dropdown)"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00:Max
</DropDownList>
          <LastState Value="14 12 00 00 45 12 00 00 3B 11 00 00 7B 18 00 00 0C 11 00 00 5D 12 00 00 EB 15 00 00 18 15 00 00 DF 11 00 00 5B 12 00 00 58 12 00 00 CE 11 00 00 5D 12 00 00 5B 12 00 00 88 13 00 00 EF 15 00 00 7B 17 00 00 BA 11 00 00 5D 12 00 00 EF 15 00 00 5D 12 00 00 5D 12 00 00 5D 12 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00" RealAddress="08BF62B8"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>240</ByteLength>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>228</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>205</ID>
          <Description>"Lucky Number"</Description>
          <LastState Value="8" RealAddress="08BF6208"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>178</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>208</ID>
          <Description>"Total Level"</Description>
          <LastState Value="393" RealAddress="08BF6270"/>
          <VariableType>2 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>192</ID>
          <Description>"Soul Clarity"</Description>
          <LastState Value="99" RealAddress="08BF6268"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1D8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>229</ID>
          <Description>"Level"</Description>
          <LastState Value="99" RealAddress="08BF6269"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1D9</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>266</ID>
          <Description>"EXP"</Description>
          <LastState Value="636620835" RealAddress="08BF626C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1DC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>267</ID>
          <Description>"Total EXP"</Description>
          <LastState Value="1371756339" RealAddress="08BF6274"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>202</ID>
          <Description>"HP-1 (Base)"</Description>
          <LastState Value="13472" RealAddress="08BF6278"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>200</ID>
          <Description>"DP-1 (Base)"</Description>
          <LastState Value="1518" RealAddress="08BF627C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1EC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>199</ID>
          <Description>"STR"</Description>
          <LastState Value="4018" RealAddress="08BF6280"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>000001F0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>193</ID>
          <Description>"CON"</Description>
          <LastState Value="3220" RealAddress="08BF6284"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1F4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>194</ID>
          <Description>"DMP"</Description>
          <LastState Value="3307" RealAddress="08BF6288"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1F8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>195</ID>
          <Description>"AGI"</Description>
          <LastState Value="6301" RealAddress="08BF628C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1FC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>196</ID>
          <Description>"DEX"</Description>
          <LastState Value="6498" RealAddress="08BF6290"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>200</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>197</ID>
          <Description>"CHM"</Description>
          <LastState Value="3310" RealAddress="08BF6294"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>204</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>198</ID>
          <Description>"LUC (see readme)"</Description>
          <LastState Value="69" RealAddress="08BF6298"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>208</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>251</ID>
          <Description>"Skill Modifier"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>252</ID>
              <Description>"Skill Slot 1"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="54" RealAddress="08BF6214"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>184</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>253</ID>
              <Description>"Skill Slot 2"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="55" RealAddress="08BF6218"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>188</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>254</ID>
              <Description>"Skill Slot 3"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="83" RealAddress="08BF621C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>18C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>255</ID>
              <Description>"Skill Slot 4"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="19" RealAddress="08BF6220"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>190</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>256</ID>
              <Description>"Skill Slot 5"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="66" RealAddress="08BF6224"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>194</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>257</ID>
              <Description>"Skill Slot 6"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="56" RealAddress="08BF6228"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>198</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>258</ID>
              <Description>"Skill Slot 7"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="57" RealAddress="08BF622C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>19C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>259</ID>
              <Description>"Skill Slot 8"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="13" RealAddress="08BF6230"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>260</ID>
              <Description>"Skill Slot 9"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="89" RealAddress="08BF6234"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>261</ID>
              <Description>"Skill Slot 10"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="4" RealAddress="08BF6238"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>262</ID>
              <Description>"Skill Slot 11"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="26" RealAddress="08BF623C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1AC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>263</ID>
              <Description>"Skill Slot 12"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="31" RealAddress="08BF6240"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1B0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Hello, thanks for updating the table. How do you copy and paste this to the current table by anon?
Click select all>copy>right click in table>paste. Make sure you do it in under Editable Codes.
Thank you for the quick response on this one! also, how does the Gore cheat work? is it supposed to automatically take out one limb from an enemy or is it supposed to initiate a gore hit each time?

Re: Labyrinth of Refrain (Steam)

Posted: Tue Oct 02, 2018 1:57 am
by darkzark
can you create a code in charvaluescanner that change the voice too?

Re: Labyrinth of Refrain (Steam)

Posted: Tue Oct 02, 2018 2:42 am
by zachillios
darkzark wrote:
Tue Oct 02, 2018 1:57 am
can you create a code in charvaluescanner that change the voice too?
I don't use voices since they cause lag in the game, you can just right click and browse memory region on the base address and look around there for it.
Leif20 wrote:
Mon Oct 01, 2018 10:45 pm
zachillios wrote:
Sat Sep 29, 2018 6:21 am
Leif20 wrote:
Sat Sep 29, 2018 5:59 am


Hello, thanks for updating the table. How do you copy and paste this to the current table by anon?
Click select all>copy>right click in table>paste. Make sure you do it in under Editable Codes.
Thank you for the quick response on this one! also, how does the Gore cheat work? is it supposed to automatically take out one limb from an enemy or is it supposed to initiate a gore hit each time?
I did not make that code, would be best to ask anon about that one .

Re: Labyrinth of Refrain (Steam)

Posted: Tue Oct 02, 2018 2:18 pm
by lerygibson
zachillios wrote:
Tue Oct 02, 2018 2:42 am
I don't use voices since they cause lag in the game, you can just right click and browse memory region on the base address and look around there for it.
Do you mean lags when in battle?

Re: Labyrinth of Refrain (Steam)

Posted: Tue Oct 02, 2018 7:00 pm
by anon9
Leif20 wrote:
Mon Oct 01, 2018 10:45 pm
zachillios wrote:
Sat Sep 29, 2018 6:21 am
Leif20 wrote:
Sat Sep 29, 2018 5:59 am


Hello, thanks for updating the table. How do you copy and paste this to the current table by anon?
Click select all>copy>right click in table>paste. Make sure you do it in under Editable Codes.
Thank you for the quick response on this one! also, how does the Gore cheat work? is it supposed to automatically take out one limb from an enemy or is it supposed to initiate a gore hit each time?
You change the value to change which Gore mode the enemy is in.

Re: Labyrinth of Refrain (Steam)

Posted: Tue Oct 02, 2018 11:29 pm
by darkzark
zachillios wrote:
Tue Oct 02, 2018 2:42 am
darkzark wrote:
Tue Oct 02, 2018 1:57 am
can you create a code in charvaluescanner that change the voice too?
I don't use voices since they cause lag in the game, you can just right click and browse memory region on the base address and look around there for it.
Hey i tried do this but i know nothing about how this work,can you please do that for me? just a code for change voice.

Re: Labyrinth of Refrain (Steam)

Posted: Wed Oct 03, 2018 1:38 am
by Leif20
anon9 wrote:
Tue Oct 02, 2018 7:00 pm
Leif20 wrote:
Mon Oct 01, 2018 10:45 pm
zachillios wrote:
Sat Sep 29, 2018 6:21 am

Click select all>copy>right click in table>paste. Make sure you do it in under Editable Codes.
Thank you for the quick response on this one! also, how does the Gore cheat work? is it supposed to automatically take out one limb from an enemy or is it supposed to initiate a gore hit each time?
You change the value to change which Gore mode the enemy is in.
Ah, so basically the target will just act as if they are already under the effect of a gore. Thanks!

---break---

@darkzark: that's a poor way to ask for help man.

Re: Labyrinth of Refrain (Steam)

Posted: Sat Oct 06, 2018 10:23 am
by anon9
Leif20 wrote:
Wed Oct 03, 2018 1:38 am
anon9 wrote:
Tue Oct 02, 2018 7:00 pm
Leif20 wrote:
Mon Oct 01, 2018 10:45 pm


Thank you for the quick response on this one! also, how does the Gore cheat work? is it supposed to automatically take out one limb from an enemy or is it supposed to initiate a gore hit each time?
You change the value to change which Gore mode the enemy is in.
Ah, so basically the target will just act as if they are already under the effect of a gore. Thanks!

---break---

@darkzark: that's a poor way to ask for help man.
Added a list of Gore states. You'll have to update yourself though.

* * *

Going to add mini updates when the changes are minor because I don't want to accidentally upload a code that does what it shouldn't (for various reasons).

I usually make the public version on the fly, so I sometimes do make mistakes. The reason that a few codes are taking longer is because of DLC. Those that have worked with me or made your own codes before might know what I mean by that. For the rest of you, just try to understand that there are codes out there that should not be released without some serious fixing. The checks to make sure that the released version doesn't do things that it shouldn't can be more difficult than making the initial code itself.

Re: Labyrinth of Refrain (Steam)

Posted: Sun Oct 07, 2018 9:35 am
by rigan
there new update again v20181003

Re: Labyrinth of Refrain (Steam)

Posted: Mon Oct 08, 2018 10:34 am
by zachillios
rigan wrote:
Sun Oct 07, 2018 9:35 am
there new update again v20181003
Everything is still working.

Re: Labyrinth of Refrain (Steam)

Posted: Wed Oct 10, 2018 8:44 pm
by anon9
Fortunately, most of these updates have been rather gentle with the table. They haven't been large updates either.

Re: Labyrinth of Refrain (Steam)

Posted: Sat Oct 27, 2018 11:51 am
by HRIZSSE1
How do i get the EXP controll to work? it crashes the game after every battle for me

Re: Labyrinth of Refrain (Steam)

Posted: Sat Nov 03, 2018 6:31 am
by anon9
I'll check to see if it broke somehow when I have some time.

Re: Labyrinth of Refrain (Steam)

Posted: Fri Nov 23, 2018 9:13 pm
by bloodaxis
zachillios wrote:
Sat Sep 29, 2018 4:51 am
I'll take a look at it. The character data is segmented in two sections, and all of the other stuff is in the first section which is super simple and easy to examine. The skills/scaling is a lot more advanced and that's in the second half. I'll see what I can do though.

Edit: Alrighty, think I've found everything there is to be found. So scaling doesn't have set values, or maybe they do but they're not stored somewhere else. But I added scaling type, rapport (this is a really crude method of doing max, lemme know if it doesn't work), EXP, Total EXP, and then I added a Skill Modifier that has all the values ready to go. Lemme know if there's any issues.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>190</ID>
      <Description>"CharValueScanner (Test) (View Status Screen) (May Lag)"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : refrain.exe
  Version: -
  Author : anon9

  This script scans for the base character value upon viewing status screen.

  LUC values:
      1-19 = Despair
      20-39 = Unlucky
      40-59 = Mediocre
      60-79 = Lucky
      80+ = Fortunate
}

[ENABLE]

aobscanmodule(CharScanner,refrain.exe,66 0F 6E 83 F0 01 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov [varPtrCharStrScanner],ebx
  movd xmm0,[ebx+000001F0]
  jmp return

CharScanner:
  jmp newmem
  nop
  nop
  nop
return:
registersymbol(CharScanner)

[DISABLE]

CharScanner:
  db 66 0F 6E 83 F0 01 00 00

unregistersymbol(CharScanner)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "refrain.exe"+AEFD1

"refrain.exe"+AEFB4: 53                       -  push ebx
"refrain.exe"+AEFB5: 56                       -  push esi
"refrain.exe"+AEFB6: 57                       -  push edi
"refrain.exe"+AEFB7: A1 20 AF A5 00           -  mov eax,[refrain.exe+65AF20]
"refrain.exe"+AEFBC: 33 C5                    -  xor eax,ebp
"refrain.exe"+AEFBE: 50                       -  push eax
"refrain.exe"+AEFBF: 8D 45 F4                 -  lea eax,[ebp-0C]
"refrain.exe"+AEFC2: 64 A3 00 00 00 00        -  mov fs:[00000000],eax
"refrain.exe"+AEFC8: 8B D9                    -  mov ebx,ecx
"refrain.exe"+AEFCA: 83 BB 70 01 00 00 02     -  cmp dword ptr [ebx+00000170],02
// ---------- INJECTING HERE ----------
"refrain.exe"+AEFD1: 66 0F 6E 83 F0 01 00 00  -  movd xmm0,[ebx+000001F0]
// ---------- DONE INJECTING  ----------
"refrain.exe"+AEFD9: 0F 5B C0                 -  cvtdq2ps xmm0,xmm0
"refrain.exe"+AEFDC: 75 08                    -  jne refrain.exe+AEFE6
"refrain.exe"+AEFDE: F3 0F 59 05 54 1D 90 00  -  mulss xmm0,[refrain.exe+501D54]
"refrain.exe"+AEFE6: F3 0F 10 0D 5C 7F 98 00  -  movss xmm1,[refrain.exe+587F5C]
"refrain.exe"+AEFEE: 8D 83 84 01 00 00        -  lea eax,[ebx+00000184]
"refrain.exe"+AEFF4: 0F 28 D1                 -  movaps xmm2,xmm1
"refrain.exe"+AEFF7: 33 C9                    -  xor ecx,ecx
"refrain.exe"+AEFF9: 8D A4 24 00 00 00 00     -  lea esp,[esp+00000000]
"refrain.exe"+AF000: 83 38 10                 -  cmp dword ptr [eax],10
"refrain.exe"+AF003: 74 0B                    -  je refrain.exe+AF010
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>191</ID>
          <Description>"BaseValue"</Description>
          <LastState Value="9450728" RealAddress="08BF6090"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>206</ID>
          <Description>"Name (Read Only)"</Description>
          <LastState RealAddress="08BF609C"/>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>211</ID>
          <Description>"Name"</Description>
          <LastState RealAddress="08BF60DE"/>
          <VariableType>String</VariableType>
          <Length>10</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>4E</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>231</ID>
          <Description>"Appearence"</Description>
          <LastState Value="41" RealAddress="08BF61F8"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>168</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>234</ID>
          <Description>"Stance"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Natural
2:Moon
1:Sun
</DropDownList>
          <LastState Value="2" RealAddress="08BF6200"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>170</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>236</ID>
          <Description>"Scaling Type"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Natural
3:Double Flat
2:Sharp
1:Flat
4:Double Sharp
</DropDownList>
          <LastState Value="0" RealAddress="08BF6204"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>174</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>264</ID>
          <Description>"Rapport Starting Point (Select Max From Dropdown)"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00 FF FF 00 00:Max
</DropDownList>
          <LastState Value="14 12 00 00 45 12 00 00 3B 11 00 00 7B 18 00 00 0C 11 00 00 5D 12 00 00 EB 15 00 00 18 15 00 00 DF 11 00 00 5B 12 00 00 58 12 00 00 CE 11 00 00 5D 12 00 00 5B 12 00 00 88 13 00 00 EF 15 00 00 7B 17 00 00 BA 11 00 00 5D 12 00 00 EF 15 00 00 5D 12 00 00 5D 12 00 00 5D 12 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00 88 13 00 00" RealAddress="08BF62B8"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>240</ByteLength>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>228</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>205</ID>
          <Description>"Lucky Number"</Description>
          <LastState Value="8" RealAddress="08BF6208"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>178</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>208</ID>
          <Description>"Total Level"</Description>
          <LastState Value="393" RealAddress="08BF6270"/>
          <VariableType>2 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>192</ID>
          <Description>"Soul Clarity"</Description>
          <LastState Value="99" RealAddress="08BF6268"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1D8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>229</ID>
          <Description>"Level"</Description>
          <LastState Value="99" RealAddress="08BF6269"/>
          <VariableType>Byte</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1D9</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>266</ID>
          <Description>"EXP"</Description>
          <LastState Value="636620835" RealAddress="08BF626C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1DC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>267</ID>
          <Description>"Total EXP"</Description>
          <LastState Value="1371756339" RealAddress="08BF6274"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>202</ID>
          <Description>"HP-1 (Base)"</Description>
          <LastState Value="13472" RealAddress="08BF6278"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1E8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>200</ID>
          <Description>"DP-1 (Base)"</Description>
          <LastState Value="1518" RealAddress="08BF627C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1EC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>199</ID>
          <Description>"STR"</Description>
          <LastState Value="4018" RealAddress="08BF6280"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>000001F0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>193</ID>
          <Description>"CON"</Description>
          <LastState Value="3220" RealAddress="08BF6284"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1F4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>194</ID>
          <Description>"DMP"</Description>
          <LastState Value="3307" RealAddress="08BF6288"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1F8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>195</ID>
          <Description>"AGI"</Description>
          <LastState Value="6301" RealAddress="08BF628C"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>1FC</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>196</ID>
          <Description>"DEX"</Description>
          <LastState Value="6498" RealAddress="08BF6290"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>200</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>197</ID>
          <Description>"CHM"</Description>
          <LastState Value="3310" RealAddress="08BF6294"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>204</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>198</ID>
          <Description>"LUC (see readme)"</Description>
          <LastState Value="69" RealAddress="08BF6298"/>
          <VariableType>4 Bytes</VariableType>
          <Address>varPtrCharStrScanner</Address>
          <Offsets>
            <Offset>208</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>251</ID>
          <Description>"Skill Modifier"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>252</ID>
              <Description>"Skill Slot 1"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="54" RealAddress="08BF6214"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>184</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>253</ID>
              <Description>"Skill Slot 2"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="55" RealAddress="08BF6218"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>188</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>254</ID>
              <Description>"Skill Slot 3"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="83" RealAddress="08BF621C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>18C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>255</ID>
              <Description>"Skill Slot 4"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="19" RealAddress="08BF6220"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>190</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>256</ID>
              <Description>"Skill Slot 5"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="66" RealAddress="08BF6224"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>194</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>257</ID>
              <Description>"Skill Slot 6"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="56" RealAddress="08BF6228"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>198</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>258</ID>
              <Description>"Skill Slot 7"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="57" RealAddress="08BF622C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>19C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>259</ID>
              <Description>"Skill Slot 8"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="13" RealAddress="08BF6230"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>260</ID>
              <Description>"Skill Slot 9"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="89" RealAddress="08BF6234"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>261</ID>
              <Description>"Skill Slot 10"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="4" RealAddress="08BF6238"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1A8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>262</ID>
              <Description>"Skill Slot 11"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="26" RealAddress="08BF623C"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1AC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>263</ID>
              <Description>"Skill Slot 12"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">1:Poison Recovery
2:Illusion Recovery
3:Abyss Recovery
4:Confuse Recovery
5:Startle Recovery
6:Stench Recovery
7:Total Recovery
8:Sword Master
9:Lamp Master
10:Lance Master
11:Hammer Master
12:Scythe Master
13:Crossbow Master
14:Bell Master
15:Katar Master
16:Tenacious Strength
17:Tenacious Stamina
18:Tenacious Donum
19:Tenacious Speed
20:Tenacious Fingers
21:Tenacious Charm
22:Slash Res. Up
23:Blunt Res.Up
24:Pierce Res. Up
25:Flame Res. Up
26:Mud Res. Up
27:Fog Res. Up
28:Poison Res. Up
29:Illusion Res. Up
30:Abyss Res. Up
31:Confuse Res. Up
32:Startle Res. Up
33:Stench Res. Up
34:War Spire
35:Stubbornness
36:Star Spirit
37:Lucky Star
38:Dual Blade Expert
39:Shadowstep
40:Underhanded Strike
41:Curse Share
42:Love, Hate, Love
43:Healing Chime
44:Cursed Chime
45:Actor's Tenacity
46:Donum Master
47:Kockout
48:Donum Efficiency
49:Eclipse
50:Siege Shield
51:Mega Bash
52:Tortoise Shell
53:Guardian's Soul
54:Fancy Footwork
55:Crossbow Sniper
56:Stealth
57:Steady Aim
58:Dismemberer
59:Maverick
60:Reckless Blows
61:Evil Eye
62:Scythe Dancer
63:Wickerman
64:Evil In Bloom
65:Vampirism
66:Swiftness
67:Mental Unity
68:Slippery
69:Unbreakable
70:Prankster
71:Fortitude
72:Heroic Stance
73:Improved Bloodflow
74:Armor-piercing
75:Repel
76:Reflexive Hardening
77:Instant Transmission
78:Iron Wall
79:Zone
80:Humblebrag
81:Adrenaline Rush
82:Font of Power
83:Crossbow Salvo
84:Immortal Sin
85:Signal Flare
86:Shadow Cowardice
87:Iron-Clad Fortune
88:Forsaken Fortune
89:Thin Ice
90:Master Masochist
91:Heavy Smasher
92:Anti-Donum Heresy
93:Body Touch
94:Bypass Armor
95:Blade Deflection
96:Squishy Body
</DropDownList>
              <LastState Value="31" RealAddress="08BF6240"/>
              <VariableType>2 Bytes</VariableType>
              <Address>varPtrCharStrScanner</Address>
              <Offsets>
                <Offset>1B0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
This is already amazing, but would it be possible to add the rest of the stats on the status screen, like resistances (poison and stench are especially aggravating) and defense/avoidance/hit/attack? Thanks for your work regardless!

Re: Labyrinth of Refrain (Steam)

Posted: Fri Nov 23, 2018 9:21 pm
by zachillios
bloodaxis wrote:
Fri Nov 23, 2018 9:13 pm
This is already amazing, but would it be possible to add the rest of the stats on the status screen, like resistances (poison and stench are especially aggravating) and defense/avoidance/hit/attack? Thanks for your work regardless!
You can't change those manually, they're all calculated based off of your main stats, such as STR and CON. Just set those to max and you'll get high stats for those other categories.