Need help on making a have all char cheat

Started by quadra, August 19, 2008, 07:22:00 AM

Previous topic - Next topic

quadra

hi,
my usb gecko is coming in this week and ive read the tutorials and watched foxxs video. i think im able to make an inf health/life cheat on my own but i was wondering how different it is from making a have all characters code.
I know a few things FFFFFF means u want to have all the chars and that you have to end the code with the E00800 thingy.
Do i have to work with pointers or just search for valeus and put in the FFFFF.
and how do you find valeus for the chars do you just search in the char select screen?
wel a few steps would be helpfull, i ont need a whole tutorial cbecuase it will take you guys to much time,well that was my problem,
bye

Link

Basically unlock all codes kinda work a similar way. Though for those your normally do not know the structure of the value. For infinite starbits you know which value the game might store in memory as the value is practically very visible on your screen. For unlocking, you perform the following: Start an unknown search through a big memory area - then unlock a character and search for "Not equal" addresses. Now you'll get a huge list of all memory values which have changed in between. However, you can also trim them down... as long as you do not unlock anything you can continue doing "equal" searches - meaning the values should not have changed as you didn't unlock anything since the last search.

In the end you'll end up trying values.. most of the time just FFing is enough.. FF normally means everything unlocked. In normal cases the game will store this another way but that isn't important as FF normally always works!!

quadra

so first i do a 32 bit unknown search?then i unlock a character then i search for not equal then i can poke the FFFF and til i have the right one?
becuase i dont understand what you mean by trim them down, do you mean i unlock another char and search for equal value? until i have like 3 and then poke?

quadra

k now that i know this im going to move on to porting codes anyone a tutorial or step by step descreption?