fader How do I cheat?
Reputation: 0
Joined: 11 Nov 2016 Posts: 7
|
Posted: Fri Nov 11, 2016 4:05 pm Post subject: Silent storm charcter editor |
|
|
Hi
this is my first post in this forum so please forgive me for any mistakes.
What i wanna do is to create character editor table for silent storm game.
I figured out how the character values are stored and where but...
all adresses are dynamic they change address/offset after each load.
I found this two functions:
first one is triggered each time you enter charcter screen and it generates 15 values pointing to exp for each attribute/skill and you need to go back 4bait from this addres to have value you need to change
Function is
game.exe+1B1223 - 8B 40 20 - mov eax,[eax+20]
the second one is triggered each time you earn any exp for any skill and it generate 14 addreses for all attributes/skill and this are the values that need to be changed
Function is
game.exe+2BBB86 - 8B 46 10 - mov eax,[esi+10]
so is there a way to use this to create table?
i was thinking about aob scan but it uses only first value found right?
and the offset between addresess is also changing...
any help or suggestion will be welcome
thanks and regards
fader
|
|