Page 1 of 1

Help me write scripts to change the value by getting the address from the breakpoint

Posted: Thu Apr 25, 2019 12:44 pm
by conhangcui
I am looking for a way to change each value as in the photo. I tried searching for a pointer but failed because after restarting the game, the addresses were no longer valid. The breakpoint address manages 4 different address, when I change edi registration the game will crash
help me!!! :(
Image

Re: Help me write scripts to change the value by getting the address from the breakpoint

Posted: Thu Apr 25, 2019 12:57 pm
by GreenHouse
Just an AOB Scan? If you want to change all of them, then change all of them with a normal script.

Re: Help me write scripts to change the value by getting the address from the breakpoint

Posted: Thu Apr 25, 2019 1:02 pm
by conhangcui
GreenHouse wrote:
Thu Apr 25, 2019 12:57 pm
Just an AOB Scan? If you want to change all of them, then change all of them with a normal script.
I mean, four floating-point dynamic addresses are managed by a read only address and I need the script to change the value of those 4 float addresses.

Re: Help me write scripts to change the value by getting the address from the breakpoint

Posted: Thu Apr 25, 2019 1:05 pm
by GreenHouse
conhangcui wrote:
Thu Apr 25, 2019 1:02 pm
I mean, four floating-point dynamic addresses are managed by a read only address and I need the script to change the value of those 4 float addresses.
Together or separated?

Re: Help me write scripts to change the value by getting the address from the breakpoint

Posted: Thu Apr 25, 2019 1:39 pm
by conhangcui
GreenHouse wrote:
Thu Apr 25, 2019 1:05 pm
conhangcui wrote:
Thu Apr 25, 2019 1:02 pm
I mean, four floating-point dynamic addresses are managed by a read only address and I need the script to change the value of those 4 float addresses.
Together or separated?
When I change sex, I will get the gender address, change the face image or hairstyle, then get the corresponding address. Those addresses will be valid until the application exits. Is it a separation?