Visualizza messaggio singolo
  #33 (permalink)  
Vecchio 13th September 2006, 20:07
jungletek jungletek non  è collegato
Member
 
Data registrazione: Aug 2006
Messaggi: 86
Potenza rep: 3
jungletek è su una strada distinta
Citazione:
Originalmente inviato da thory Visualizza messaggio
I am trying to make codes for it, but i am new at this. I managed to make a code for another game, but i am trying for a couple of days now to make an infinite health code for prince of persia revelations ULUS-10063 but with no succes. So i thought i asked someone with more experience to have a go at it. Like you said yourself, it's piss easy to make codes so it would be no problem for someone experienced to find the infinite health code. So maybe someone besides you would be nice enough to help out. It is just a code for a video-game man, LIGHTEN UP!!!
I'm cool... sorry if you thought I was upset.

Just saying how code searching is easy once you get the hang.

Basically you can search dumps (the old way) or you can use the cheatfinder in cwcheat.

Basically, if you want to find something you don't know the actual numerical value of, you should search dumps. Download a tool called ArtMoney, if you haven't already.

Then configure cwcheat with whatever key combo you want, to make some dumpfiles.

Make your first one with full health, then get hit (or just take damage) and do another dump, keep going like this, until you have a bunch of dumps of your decreasing health bar.

Now you'd open up ArtMoney, tell it to work with files and not memory, and point it at your first memdump. Search for 'unknown value', press ok when it's done searching. Then point ArtMoney to the next memdump, and do a refining search... this time for 'decreased'. Repeat step two until you're left with a handful (or ideally 1) address in the left pane of ArtMoney. That's the memory location where the "health bar" is controlled. If you add the properly formatted code string to the cheatdb on your memstick, you can test out the code. If you set the value to the maximum of the healthbar, you should be 'invincible' (or at least not able to lose health).

Keep in mind some memory addresses will change. Sometimes between levels, other times only between each time you play the game. So not every address can be hacked.

Do some googling on "memhacking" and "game hacking" for some tutorials on cheat finding... a lot of the info is the same as we're doing here.
Rispondi citando