Page 2 of 11

Re: Dead Cells [2017-5-18]

Posted: Sun May 21, 2017 3:05 pm
by Kalas
Pongozila wrote:
Sun May 21, 2017 2:52 pm
Guys there's also Kala's table and Mine (Pongozila's table) on the OP, each of them there's a different code to achieve the same result, have you tried all of them and they all give the same problem? If not please do try the other tables and post the results here so we know what to change. Thnx :)
Mine is working fine, I've cmp player Health with Enemy + Doors (Basically anything else that accesses the same instruction as the player health).

Don't know if the game updated or not (what cheats are broken etc..), don't have the game anymore so :)

Re: Dead Cells [2017-5-18]

Posted: Wed May 24, 2017 2:38 am
by pox911
here is a basic code to override the generated map seed. :P this way you can try to perfect a specific run with the map being static.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>5</ID>
      <Description>"Seed Override"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : deadcells.exe
  Version: 
  Date   : 2017-05-23
}

[ENABLE]

aobscan(SeedGenAOB,8B 51 04 89 55 E4 50) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(NewSeed)
registersymbol(NewSeed)

newmem:

code:
  mov edx,[NewSeed]
  mov [ebp-1C],edx
  jmp return
  NewSeed:

SeedGenAOB:
  jmp newmem
  nop
return:
registersymbol(SeedGenAOB)

[DISABLE]

SeedGenAOB:
  db 8B 51 04 89 55 E4

unregistersymbol(SeedGenAOB)
unregistersymbol(NewSeed)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 0A71D15D

""+A71D13F: 83 C4 04           -  add esp,04
""+A71D142: 8B 45 08           -  mov eax,[ebp+08]
""+A71D145: 8B 48 5C           -  mov ecx,[eax+5C]
""+A71D148: 89 4D F0           -  mov [ebp-10],ecx
""+A71D14B: 85 C9              -  test ecx,ecx
""+A71D14D: 75 0E              -  jne 0A71D15D
""+A71D14F: 83 EC 04           -  sub esp,04
""+A71D152: B8 E0 56 89 00     -  mov eax,deadcells.exe+56E0
""+A71D157: FF D0              -  call eax
""+A71D159: 89 6C 24 FC        -  mov [esp-04],ebp
// ---------- INJECTING HERE ----------
""+A71D15D: 8B 51 04           -  mov edx,[ecx+04]
""+A71D160: 89 55 E4           -  mov [ebp-1C],edx
// ---------- DONE INJECTING  ----------
""+A71D163: 50                 -  push eax
""+A71D164: E8 A7 F1 FF FF     -  call 0A71C310
""+A71D169: 89 6C 24 FC        -  mov [esp-04],ebp
""+A71D16D: 83 C4 04           -  add esp,04
""+A71D170: 89 45 B4           -  mov [ebp-4C],eax
""+A71D173: 01 45 E4           -  add [ebp-1C],eax
""+A71D176: 8B 4D 84           -  mov ecx,[ebp-7C]
""+A71D179: 85 C9              -  test ecx,ecx
""+A71D17B: 75 0E              -  jne 0A71D18B
""+A71D17D: 83 EC 04           -  sub esp,04
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>6</ID>
          <Description>"Seed"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>NewSeed</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Dead Cells [2017-5-18]

Posted: Wed May 24, 2017 9:03 pm
by LarryCore
I just found an item in the game that gave me four jumps, instead of two. Anybody able to edit that number? Would be sweet!
Thanks for the work so far, everyone!

L

Re: Dead Cells [2017-5-18]

Posted: Fri May 26, 2017 7:31 am
by ColonelRVH

Re: Dead Cells [2017-5-26]

Posted: Wed May 31, 2017 6:42 pm
by Pongozila

Re: Dead Cells [2017-5-26]

Posted: Thu Jun 01, 2017 2:34 am
by ColonelRVH
Pongozila wrote:
Wed May 31, 2017 6:42 pm
Quick Update for the Beta-Branch. Enjoy :)
viewtopic.php?p=8674#p8674
You should update that to your post here, and post the notification back to it.

So people will access your table easier from the main post and i don't need to update every change for it.

Re: Dead Cells [2017-5-26]

Posted: Fri Jun 02, 2017 7:18 am
by wyxls
There's a problem with my cheat engine version.I've downloaded the latest version from cheatengine.org but it still displayed an inbox "There's a newer version of Cheat Engine out."

Is there really a newer version of Cheat Engine? Mine is 6.6

Re: Dead Cells [2017-5-26]

Posted: Fri Jun 02, 2017 9:22 am
by TechnoJacker
wyxls wrote:
Fri Jun 02, 2017 7:18 am
There's a problem with my cheat engine version.I've downloaded the latest version from cheatengine.org but it still displayed an inbox "There's a newer version of Cheat Engine out."

Is there really a newer version of Cheat Engine? Mine is 6.6
If you have access to the Cheat Engine Beta forum on the original site, Dark Byte posts beta/release candidate versions of Cheat Engine. There's a pre-release version of 6.7 on there which a few of the game hackers here are using hence the message. Stable release is still 6.6.

Re: Dead Cells [2017-5-26]

Posted: Sat Jun 03, 2017 2:44 am
by jonasbeckman
Yeah 6.7 beta 3
viewtopic.php?f=2&t=831

[Link]

Re: Dead Cells [2017-5-26]

Posted: Sat Jun 03, 2017 2:13 pm
by wyxls
TechnoJacker wrote:
Fri Jun 02, 2017 9:22 am
wyxls wrote:
Fri Jun 02, 2017 7:18 am
There's a problem with my cheat engine version.I've downloaded the latest version from cheatengine.org but it still displayed an inbox "There's a newer version of Cheat Engine out."

Is there really a newer version of Cheat Engine? Mine is 6.6
If you have access to the Cheat Engine Beta forum on the original site, Dark Byte posts beta/release candidate versions of Cheat Engine. There's a pre-release version of 6.7 on there which a few of the game hackers here are using hence the message. Stable release is still 6.6.
Thanks for explanation :D

Re: Dead Cells [2017-5-26]

Posted: Sat Jun 03, 2017 2:23 pm
by wyxls
jonasbeckman wrote:
Sat Jun 03, 2017 2:44 am
Yeah 6.7 beta 3
viewtopic.php?f=2&t=831

[Link]
eeehhhhhh....the setup displays "please ask dark_byte@hotmail.com for a new build".

seems it requires an authentication

Re: Dead Cells [2017-5-26]

Posted: Fri Jun 23, 2017 11:56 am
by Pongozila

Re: Dead Cells [2017-5-26]

Posted: Sat Jul 01, 2017 2:37 pm
by spgroup
@Pongozila Could you upload one for 0.2.6 - 2017-06-30 (0d394ec)? Thanks!

Re: Dead Cells [2017-5-26]

Posted: Sun Jul 02, 2017 12:17 pm
by Pongozila
spgroup wrote:
Sat Jul 01, 2017 2:37 pm
@Pongozila Could you upload one for 0.2.6 - 2017-06-30 (0d394ec)? Thanks!
Sorry mine is 2017-07-02 (38404db).
BUT, I've been testing every update and the table has been working flawlessly for me every update with no need for changes so far... Have you tried the one posted?

Re: Dead Cells [2017-5-26]

Posted: Mon Jul 03, 2017 12:46 pm
by spgroup
Pongozila wrote:
Sun Jul 02, 2017 12:17 pm
spgroup wrote:
Sat Jul 01, 2017 2:37 pm
@Pongozila Could you upload one for 0.2.6 - 2017-06-30 (0d394ec)? Thanks!
Sorry mine is 2017-07-02 (38404db).
BUT, I've been testing every update and the table has been working flawlessly for me every update with no need for changes so far... Have you tried the one posted?
You're right, it works, just being a dingus here. thanks!