PSP Hacking Basics
;Creator
;Using NitePR

Code:
-Index-

1. The Basic Code
--
2. Searching Codes
--
3. Working With NitePR
--
4. END
---------------
1. The Basic Code
The Basic Code Hack a Name, Address, and a Value

Code:
How it will look in terms of reference:
Code:
#Name
0xAddress 0xValue
--
The Address and Value has 8 Digits
Example:
Address= 0x00000000
Value= 0x00000000
-- How The Code will actually Look: ;Example: My Resistance: Retribution Inf Ammo Code
Code:
#Creator's Inf Ammo
;Creator
0x00271f18 0x00000000
-- A NitePR Code can End With ONLY:
Code:
0
4
8
C

Example:
0x00000000
0x00000004
0x00000008
0x0000000C
---------------

2. Making PSP Codes
Here Are Some Guides To Making PSP Codes
2A. Text Modification

1. Go into the game that you want to make a text mod for
2. Find the text that you want to mod, some text in games can't be modded
3. Open nitepr and go over to the searcher tab
4. Hit "Find text"
5. Enter in the text that you want to mod excactly how it shows in the game.
6. Hit search
7. You should get at least one or more results so choose the one that you think it is
8. Scroll down to whatever adress you think is right and hit select
9. Hit copy adress
10. Add an empty cheat

Code:
#Blank text mod 
0x00000000 0x00000000 
0x00000000 0x00000000 
0x00000000 0x00000000 
0x00000000 0x00000000 
0x00000000 0x00000000
11. Paste the first adress onto the first line, let's say the adress is 0x00492478 so it should look like this:

Code:
#Text Mod (Simi Blank) 
0x00492478 0x00000000 
0x0049247C 0x00000000 
0x00492480 0x00000000 
0x00492484 0x00000000 
0x00492488 0x00000000
12. Go over to the ASCII value and change it to say what you want, if you do not have enough room you will have to add more adresses by moving the last digit in the adress up by one each time for each line, you can do this as much as needed.When you mod the ASCII the hex values will change as well.
- If it is 0 it will move up to 4
- If it is 4 it will move up to 8
- If it is 8 it will move up to C
- If it is C it will move up to 0

Code:
#Text mod 
0x00492478 0x00000000 
0x0049247C 0x00000000 
0x00492480 0x00000000 
0x00492484 0x00000000 
0x00492488 0x00000000
The ASCII Value Is the Key To Text Mod

13. Turn the code on and now you should be able to see your modded text, if not you may have to refresh the screen you are on.
-----
2B. Flash
;SuperSpeed

1. Enter a game room and stay completely still and DONT move now bring up the nitepr menu
2. Search "Exact Value" of 0x00000000
3. Now exit the menu
4. Move and WHILE moving call up the nitepr menu
5. Search "GREATER"
6. Then exit and completely come to a Stop
7. Once you've completely stopped bring up the nitepr menu and "SEARCH EXACT" 0x00000000
8. Then repeat these steps til you get your desired result

WARNING! Your result will Maybe be DMA
-----
2B-2. Flash Method 2

1. Start a 32 bit unknown search
2. Move then search different.
3. Stand still search same.
4. Move again search different.
etc. until about 10 or less codes

WARNING! This Will Take Pretty Long, and Your result will Maybe be DMA
-----
2C. Level Modification

1. Start a New Game with a new character then Search 32-bit (You Usally Start at lvl 1)
2. Now Level Up, and Exact Search 2 (Because you should be level 2)
3. Now Move around Jump and what not the go back in NitePR and Search Same (Because Your Still level 2)
4. Now Keep Doing this until you have 1 or 2 addresses and then you'll be able to mod your Characters Level
-----
2D. Attack Speed / Attack Modification

1. Set NitePR Freeze to: True
2. Hit,Open NitePR, Search Greater
3. Stand Still, Open NitePR, Search less
4. Keep Standing Still search Same
5. Keep doing this until you have 1 or 2 Codes left and then you'll eather a Attack Speed or Attack Mod Code.
-----
2E. Non -Playable Character Kills Modification

1. Start a new game with a new character
2. Kill 5 NPCs
3. Search 5
4. Now Kill 2 more
5. Search 7
6. Now Search Same
7. Keep Going on until you have 1 or 2 addresses, then you'll have NPC Kills Mod Code
-----
2F. Item Add-on Modification

1.Take off all but 1 item (Lets say it give you +10 Strength)
2. Search 10 (You May Have to use The Float Value of 10 which is: 41200000)
3. Then take it of and search 0x00000000
4.Now keep doing this until you have 1 or 2 address and then you'll have a Item Add-on Mod Code
-----
2G. Infinite Ammo

1. Search Exact of how much ammo you have
2. Shoot a couple bullets
3. Search Exact again
4. Exit out of nitePR
5. Open NitePR Again
6. Search Same
7. Keep Doing this Until you have 1 through 10 Results
-----
2H. Infinite Stamina

1. Set NitePR to Pause? True
2. Search Exact: 0x42C80000 (100 in Value.FLOAT)
3. Make Your Stamina Go Down
4. Search Less
4. Make Your Stamina Even Lower
5. Search Less
6. Make your Stamina Go all the way back up
7. Search Exact: 0x42C80000 (100 in Value.FLOAT)
8. Keep Doing this Until you have 1 through 15 Results
----
2I. Infinite Health

1. Set NitePR to Pause? True
2. Search Unknown 32 bit (Dword)
3. Make Your Health Drop
4. Search Less
5. Make Your Health Drop
6. Search Less
7. Gain Health
8. Search Greater
9. Make your Health Drop
10. Search Less
11. Gain all your Health Back
12 Search Greater
13. Go Out of NitePR
14. Go back into NitePR
15. Search Same
16. Keep doing this until you have 1 through 5 Results
-----
2J. Infinite Mana

1. Set NitePR to Pause? True
2. Search Unknown 32 bit (Dword)
3. Make Your Mana Drop
4. Search Less
5. Make Your Mana Drop
6. Search Less
7. Gain Mana
8. Search Greater
9. Make your Mana Drop
10. Search Less
11. Gain all your Mana Back
12 Search Greater
13. Go Out of NitePR
14. Go back into NitePR
15. Search Same
16. Keep doing this until you have 1 through 5 Results
---------------

3. Working With NitePR
Code:
3a. What The Search Type Selection Looks Like:
Code:
Find Exact Value
Find Unknown Value - 8bit
Find Unknown Value - 16bit
Find Unknown Value - 32bit
Find Text
3b. What The Search Opitions Look Like:
Code:
0=Same
1=Different
2=Greater
3=Less
4=Inc by
5=Dec by
---------------

4. END
THE END
Please Rate and Comment.

Enjoy Coding,
-Creator