Hello Cruncher's
Today I Showing You Some Basic Codes
numericUpDown
byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(this.numericUpDown1.Value.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110d5a0, prestige);
TextBox
byte[] buffer =...