Advertisement
BaSs_HaXoR

(PS3) Numericupdown C# MW3 prestige

Oct 13th, 2014
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value)); // converts whatever is in the numericupdown into an array of bytes
  2. PS3.SetMemory(offset, prestige); //sets the memory, replace offset with the prestige offset. do this for all the stats
  3.  
  4. //SOURCE: http://www.nextgenupdate.com/forums/call-duty-ghosts-modding-questions/723084-need-some-c-help-ps3-rtm-tool-ghosts-stats.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement