View previous topic :: View next topic |
Author |
Message |
zzoko How do I cheat?
Reputation: 0
Joined: 07 Mar 2023 Posts: 2
|
Posted: Tue Mar 07, 2023 3:35 pm Post subject: Can someone help me find memory adress for a GTAV file |
|
|
Trying to make a script to reload a file called "dlclist.xml" while in game, ive been trying to find the memory address for it, i used CE to search for string and found 2 adresses but i dont think they were right
Reason for this is that the game checks if dlclist.xml has been modified so editing it in the game directory isnt an option
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Mar 07, 2023 4:11 pm Post subject: |
|
|
Reloading while in-game may not solve the issue if there are additional checks.
Unless a portion of the checks are server-sided, you could try to patch the target so that the checks are removed or accepted no matter what.
Maybe this topic is not allowed, though. I'm not sure.
|
|
Back to top |
|
 |
zzoko How do I cheat?
Reputation: 0
Joined: 07 Mar 2023 Posts: 2
|
Posted: Tue Mar 07, 2023 4:34 pm Post subject: |
|
|
++METHOS wrote: | Reloading while in-game may not solve the issue if there are additional checks.
Unless a portion of the checks are server-sided, you could try to patch the target so that the checks are removed or accepted no matter what.
Maybe this topic is not allowed, though. I'm not sure. |
there is a script made by someone else which already does this "reloading" and it simply takes a edited file and replaces the vanilla one in memory, of course it does it with a different file than the one im trying to do it with but this concept does work
edit: i belive the files are only checked once on game startup which is what makes it possible
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Tue Mar 07, 2023 5:17 pm Post subject: |
|
|
If the memory patch is simple, then you may be able to use CE to see what is being changed, but you would need access to the custom files in order to do that.
|
|
Back to top |
|
 |
|