OK, I thought it would be a good idea for everyone (who can) to add a post explaining how to make a code, or type of codes.

I will start it off with searching basic stuff in nitepr.

1) So, go to SOCOM and enable nitepr. Make sure pause game is enabled (true).

2) Then decide what code you want to make. i.e. inf CE, or inf ammo etc.

3) Now have a think and find out what values the code includes. so for inf ammo, the values would be about how much ammo you have.

4) Next go to the place where these values will be active or visible (CE in the missions menu, inf ammo in a game)

4) Now you need to find where this is, so go to the searcher and search for your value. (if your doing CE you would do an exact search for how much CE you have) (if your doing ammo you would search for a unkown value 32-bit)

5) For the CE you should find the code!
For ammo its a little harder, exit nitepr, and make the value you are looking for change! loose some ammo.
and then click continue to find unkown value: less

6) then gain some ammo and search unknown: more

7) keep doing this until you get your code

Note: we are trying to eliminate other addresses that we dont care about, so that is why we change the value of our target. It is a good idea to make sure that other things arent being less when you are searching 'less' as it eliminates more useless codes

Note2: you can throw in a search for unkown: same and then keep your ammo (or whatever) the same, whilst changing other things (like health, position, or team commands etc)


If anything is wrong please tell me and i'll edit it. I am not a coder by any means!

NOW EVERYONE POST ANOTHER METHOD!!!