Page 1 of 1

Bellwright (Demo)

Posted: Sat Jun 24, 2023 6:51 am
by Send


Inf. Weight
Inf. Stamina


BabyGroot's table: viewtopic.php?p=302092#p302092

BellwrightGame-Win64-Shipping.CT
Fixed Stamina - Credits to Sianz
(2.13 KiB) Downloaded 650 times

Re: Bellwright (Demo)

Posted: Sat Jun 24, 2023 8:04 am
by Sianz
SendMe wrote:
Sat Jun 24, 2023 6:51 am
Inf. Stamina
I fixed your stamina, i think this opcode is better. Your is like fast regeneration.

Code: Select all

[ENABLE]

aobscanmodule(stamina,BellwrightGame-Win64-Shipping.exe,F3 0F 10 89 38 01 00 00 F3) // should be unique
alloc(newmem,$1000,stamina)

label(code)
label(return)

newmem:
  movss xmm1,[rcx+0000013C]
  movss [rcx+00000138],xmm1
code:
  movss xmm1,[rcx+00000138]
  jmp return

stamina:
  jmp newmem
  nop 3
return:
registersymbol(stamina)

[DISABLE]

stamina:
  db F3 0F 10 89 38 01 00 00

unregistersymbol(stamina)
dealloc(newmem)

Re: Bellwright (Demo)

Posted: Sat Jun 24, 2023 7:46 pm
by BabyGroot
Sorry I posted here
Table from me : Bellwright Demo

Re: Bellwright (Demo)

Posted: Sun Jun 25, 2023 12:18 am
by Send
Sianz wrote:
Sat Jun 24, 2023 8:04 am
Thank you for fixing it!
BabyGroot wrote:
Sat Jun 24, 2023 7:46 pm
Sorry I posted here
Table from me : Bellwright Demo
All good. =) Great work on the table. I rushed mine at 2-3am when I woke up this morning and then went back to bed. Hey, do you mind running me through some UnrealEngine game stuff? I edited my post to include your thread, as well.