byte[] buffer = new byte[30];
this.PS3.GetMemory(OFFSET NOMBRE DE KILL, buffer);
string str = Encoding.ASCII.GetString(buffer);
this.textBox1.Text = str;
byte[] buffer2 = new byte[30];
this.PS3.GetMemory(OFFSET NOMBRE DE MORT, buffer2);
string str2 = Encoding.ASCII.GetString(buffer2);
this.textBox2.Text = str2;