Make a text mod for PSP.
*This Is a very simple tutorial for a very simple hack Code
*What is a Text Hack/Mod?
A text hack or mod is a code in which the text in a game is altered
Today we’re going to make a simple one.
*We’re going to make FAST LOG IN turn into SLOW LOG IN!
1. Open PS2dis Download PS2Dis Here
2. Load Your Dump (In this case SOCOM Fireteam Bravo 2)
3. I’m not sure if it matters or not what address you load it from, but I was told to load it from 00000000
4. Press Ctrl+f (It should open up strings)
5. Type in FAST LOG IN in capital letters (MUST BE CAPS)
6. You should get a “beql” type (it’s beql in this case)
*Ok
Now with that address highlighted, press “b” until you see FAST LOG IN on the right side of Ps2dis (it should be about 3 times in this case.). You’ll notice that they all turned into .bytes
Now double click on the address for F.
Do you see how the value for that address is —-46–?
You’re going to replace that 46 with two new numbers that make up a hex
If you don’t know which letters are which, then download the attached notepad file.
So you would change the 46 in that value to 53 for S
Repeat the same steps for A, S, and T
Now before you do that, after you type in the new value for A to change to L, the registers will change to .half
to simply change this, press b once, and it should go back to normal
continue to replace the values until you see SLOW LOG IN
after that is done, highlight the top byte file (should be 00 for value in this case)
and press “c” for how many times you pressed “b” before
so it should have been three times, so hit c three times until you don’t see anymore .byte files
Now because you pressed b three times and c three times, you’re going to have to remember the top 3 registers above the highlighted file
In this case it should be a “srav”, and two cop1x’s, or a cop something or other
Now you either do the following, just copy the addresses and values from those three registers by typing them, or you can do edit copy at the top of
PS2dis
but if you paste it somewhere, it’ll come out with a ****load of other values
which is why you need to remember which ones you were looking for, (the three above the ldr file)
If you do it the copy and paste way, just delete everything that isn’t those three addresses
the only thing left now is converting them to CW cheat format
So change the 00 in the front of each of the ADDRESSES to 20
and then add the 0x in front of everything
so it should look something like this:
Cw cheat
_C1 SLOW LOG IN
_L 0×20590a7c 0×4f4c5300
_L 0×20590a80 0×4f4c2057
_L 0×20590a84 0×004e4947
NitePr
#SLOW LOG IN
0×00590A7C 0×4F4C5300
0×00590A80 0×4F4C2057
0×00590A84 0×004E4947












3 Responses
Thank you for this tutorial it was very very helpful.
i hope to see more out of you
Hello
I thought i would take the time to say thank you.
Thank you for taking you time in writing this tutorial.
Your Friend,
Jimmy F
This is such a great tutorial!!!! thank you so much