Jump to content
  • 0

Why i can change value


Osogami

Question

4 answers to this question

Recommended Posts

[ @Osogami ]
---
Perhaps the value you're going to change is Read-Only:
- Do allocate memory and store your custom floats there. Then, find the value pointer and change it's pointing address into your allocate memory.
- Perhaps there's certain momentum that you can change the value (At logo for example)
---
Please mention the game's name, so others can help you with this.

Link to comment
Share on other sites

On 7/6/2023 at 3:21 AM, Xaviesz said:

[ @Osogami ]
---
Perhaps the value you're going to change is Read-Only:
- Do allocate memory and store your custom floats there. Then, find the value pointer and change it's pointing address into your allocate memory.
- Perhaps there's certain momentum that you can change the value (At logo for example)
---
Please mention the game's name, so others can help you with this.

I have tried various ways still can't, can I send a video

 

Screenshot_20230707-230835.jpg

Link to comment
Share on other sites

[ @Osogami ]
---

Quote

Menulis memory ke hanya baca (termasuk kode) tidak dimungkinkan.

As your Game Guardian have mentioned, if your values sits on Read-Only Memory region, you can't change it since you doesn't have permission to "write" into that Memory region. I suggest to find the values in different Memory region to avoid this.
---
Yes, you can show us some video. You also haven't mention the game's name.

Link to comment
Share on other sites

On 7/8/2023 at 3:12 AM, Xaviesz said:

[ @Osogami ]
---

As your Game Guardian have mentioned, if your values sits on Read-Only Memory region, you can't change it since you doesn't have permission to "write" into that Memory region. I suggest to find the values in different Memory region to avoid this.
---
Yes, you can show us some video. You also haven't mention the game's name.

Name game is car parking simulator

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.