| View previous topic :: View next topic |
| Author |
Message |
primeval How do I cheat?
Reputation: 0
Joined: 19 Oct 2022 Posts: 3
|
Posted: Wed Oct 19, 2022 8:05 am Post subject: LOOKING HELP LENGTH SIZE NAME MEMORY VIEWER |
|
|
I search string type PC0002_00_Tifa but i dont know how to change size name Tifa to EB0021_00_Sephiroth without causing the information on the text page to disappear
| Description: |
|
| Filesize: |
81.43 KB |
| Viewed: |
1195 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Wed Oct 19, 2022 8:41 am Post subject: |
|
|
allocate memory, write the string in there. And then find the pointer that points to that string and change it to your string.
It's possible it's an offset, in which case you will have to go into code injection and intercept when it's the address you changed
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
primeval How do I cheat?
Reputation: 0
Joined: 19 Oct 2022 Posts: 3
|
Posted: Wed Oct 19, 2022 8:55 am Post subject: |
|
|
Original said
files do not need to be edited and related things. If you see paths and / then it's not correct data block. Information about size for the name is located around - up to 4 bytes.
What this mean. He just edit something without table or edit address
Cloud & Tifa have different data size - their names consist of different amount of letters. You need to find the size & fix it, otherwise replacing won't work. Size value located around the result with name, usually several bytes up to 3. Values for size aren't static and change when you relaunch the game. Yes, not just address but also value changes
I test model EB0005_00_Rude size name match its work change model from PC0002_00_Tifa
|
|
| Back to top |
|
 |
primeval How do I cheat?
Reputation: 0
Joined: 19 Oct 2022 Posts: 3
|
Posted: Thu Oct 20, 2022 6:06 am Post subject: |
|
|
| Dark Byte wrote: | allocate memory, write the string in there. And then find the pointer that points to that string and change it to your string.
It's possible it's an offset, in which case you will have to go into code injection and intercept when it's the address you changed |
There are more 1 results some name 34 or 100.
|
|
| Back to top |
|
 |
|