Page 1 of 1

Blossom Tales: The Sleeping King

Posted: Sat Sep 02, 2017 11:03 pm
by GuyInDogSuit
[Link]

Keep ragequitting this #%#$ing game because of a certain part in the last dungeon. I keep falling off the walkway because of the damn projectiles. Need a cheat that makes me impervious. Preferably one that prevents knockbacks when hit.

Blossom Tales: The Sleeping King

Posted: Sun May 13, 2018 11:19 am
by shadowfang82
decided to try it out would like a table for it too thanks

Re: Blossom Tales: The Sleeping King

Posted: Wed Mar 20, 2019 3:47 am
by fearless123456
Player values. For version 1.0.0.9.

Copy and paste into main cheat engine window

Spoiler

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>7</ID>
      <Description>"Player Base - Enable first"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscan(stamina1,D9 80 4C 01 00 00 D9) // should be unique
alloc(newmem,$1000)
globalalloc(pBase,4)

label(code)
label(return)

newmem:



mov [pBase],eax




code:
  fld dword ptr [eax+0000014C]
  jmp return

stamina1:
  jmp newmem
  nop
return:
registersymbol(stamina1)

[DISABLE]

stamina1:
  db D9 80 4C 01 00 00

unregistersymbol(stamina1)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 00DB3085

""+DB3058: 75 0E                 -  jne 00DB3068
""+DB305A: C7 45 AC 00 00 88 42  -  mov [ebp-54],42880000
""+DB3061: C7 45 A8 C4 03 00 00  -  mov [ebp-58],000003C4
""+DB3068: D9 45 AC              -  fld dword ptr [ebp-54]
""+DB306B: D8 0D 70 CD DB 00     -  fmul dword ptr [00DBCD70]
""+DB3071: D9 5D A4              -  fstp dword ptr [ebp-5C]
""+DB3074: D9 45 AC              -  fld dword ptr [ebp-54]
""+DB3077: D8 0D 78 CD DB 00     -  fmul dword ptr [00DBCD78]
""+DB307D: D9 5D A0              -  fstp dword ptr [ebp-60]
""+DB3080: A1 FC 38 56 04        -  mov eax,[045638FC]
// ---------- INJECTING HERE ----------
""+DB3085: D9 80 4C 01 00 00     -  fld dword ptr [eax+0000014C]
// ---------- DONE INJECTING  ----------
""+DB308B: D9 9D AC E0 FF FF     -  fstp dword ptr [ebp-00001F54]
""+DB3091: D9 85 AC E0 FF FF     -  fld dword ptr [ebp-00001F54]
""+DB3097: D8 B5 A8 E0 FF FF     -  fdiv dword ptr [ebp-00001F58]
""+DB309D: D8 4D A4              -  fmul dword ptr [ebp-5C]
""+DB30A0: D9 5D A4              -  fstp dword ptr [ebp-5C]
""+DB30A3: D9 85 AC E0 FF FF     -  fld dword ptr [ebp-00001F54]
""+DB30A9: A1 FC 38 56 04        -  mov eax,[045638FC]
""+DB30AE: DB 80 58 01 00 00     -  fild dword ptr [eax+00000158]
""+DB30B4: D9 9D 5C E0 FF FF     -  fstp dword ptr [ebp-00001FA4]
""+DB30BA: D9 85 5C E0 FF FF     -  fld dword ptr [ebp-00001FA4]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>8</ID>
          <Description>"For more values = Click me --&gt; Ctrl+B --&gt;Ctrl+D --&gt; Ctrl+N :)"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>pbase</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>9</ID>
          <Description>"Invincible. 1 to Enable."</Description>
          <VariableType>Binary</VariableType>
          <BitStart>0</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>pbase</Address>
          <Offsets>
            <Offset>1c4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>10</ID>
          <Description>"Energy"</Description>
          <VariableType>Float</VariableType>
          <Address>pBase</Address>
          <Offsets>
            <Offset>14C</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>



Re: Blossom Tales: The Sleeping King

Posted: Sat Jun 29, 2019 2:47 pm
by kirby59
Please make for version 1.0.0.17

Re: Blossom Tales: The Sleeping King

Posted: Sat Nov 07, 2020 6:20 pm
by artreg
I join the request. When trying to use the script in the game version 1.0.0.17 Cheat Engine returns an error

Code: Select all

< < error when scanning for AOB: stamina1 error: not all results found > >
I am not good at programming in Assembly language, so it would be great if dear fearless123456 helped in understanding the script)
thank you in Advance and please forgive my English, I use a translator)