I edited the stats you posted. And yes, these stats are stored in the .profile.sav. Not sure if I need to edit the other file as I don't have the game. So, you need to report back.

I edited the stats you posted. And yes, these stats are stored in the .profile.sav. Not sure if I need to edit the other file as I don't have the game. So, you need to report back.
not shore sorry with out looking just wanted to be helpfull with my first save uploaded only thing is i dont know how you can make it work on your profile since it seams you need both files
Is this a discussion or a request or else thread will be locked!!
## If you don't Contribute || Help - Why should I Contribute || Help - Leechers Should not be helped ##

yea i completed the game also. im interested in a save editor for bullets mainly. very go game and i wanna blow the shit out of everyone who passes me. ill keep checking back on this
I can find the 9999 retry hacking the ram, but the values are dynamically and they changes every time so it is very hard to have a trainer,
anyway I'm trying to hack the items too, the game is quite hard.
I wonder if the save game is encrypted or if you modify it it loads fine?
Thanx
It's ok people, I've finished the game with 9999 retries and 999 ammo.
I will explain how to find out the values since the game uses as 99% of the games dynamic address so we cannot have a trainer for the moment.
But with this little tutorial you can try and hack the RAM of the game, so you must be a little expert with that.
Step to find out and hack retries:
- Make a full dump of your ram using simple dump tool from Mojobojo and Renegade (search in the forum)
- Open the ram dump after it is completed with an hex editor like had
- look at your retries amount in game and convert it to hexadecimal
- search for hexadecimal string in your had or other editor and input this string
27 09 00 00 27 0A 00 00 00 02 (the value 2709 is 9993 in decimal that is my current value of retry, you have to change 2709 into your current value for example 00 03 if you have 3 retries, do this for both values so change both the 2709 and 2709 into 00 03 according to your value in game of retries.
IF it find the value you should have 2 results most of the time and the second one is the right one to poke into the ram.
it works for me and after a little time i figured out how to change it every time.
if it can't find anything try to search for something like this 27 09 00 00 27 0A or try 27 09 00 00 (it would find much more address this way)
Step to find out and hack max bullets:
- Make a full dump of your ram using simple dump tool from Mojobojo and Renegade (search in the forum)
- Open the ram dump after it is completed with an hex editor like had
- look at your bullets amount in game and convert it to hexadecimal
- search for hexadecimal string in your had or other editor and input this string
3F 80 00 00 3F 80 00 00 00 00 00 03 you'll find lots of these lines in the ram, but you must focus on the line after the code we input
IF it find the value you should have 2 results most of the time and the second one is the right one to poke into the ram.
it works for me and after a little time i figured out how to change it every time.
Here it is an example for bullets:
i know this isn't much clear but the game isn't easy to hack it has got tons of similar value so you have to figured out and try it out a little,
with a little practice you'll learn to do that in two minutes
nice share...i should start making savesets again