Originally posted by MelestedRabbit
when you make an edit gamesave
you have the Dim Moeny and Filepath and then all the rest
can you use the same code to edit other games or does it have a different code ?
il post the code in like 1hr
Well yes, you have to use different games.
Now, string declarations like "Dim Money As String" will not change from game to game, because a string is a string is a string.
However, the method you use for injecting/editing the game will vary per game. Even your whole platform may vary, if you played something like an FPS there might not even be money involved.