(adsbygoogle = window.adsbygoogle || []).push({});
Just add 2 buttons.
// Two examples:
private void button1_Click(object sender, EventArgs e)
{
byte[] buffer = Encoding.ASCII.GetBytes("^ZZ*iw5_cardicon_devil" + "^1DEVIL");
Array.Resize(ref buffer, buffer.Length + 1);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, buffer);
}
private void button2_Click(object sender, EventArgs e)
{
byte[] buffer = Encoding.ASCII.GetBytes("^==xp" + "^6L^5O^2B^3B^1Y^7" + "^==xp");
Array.Resize(ref buffer, buffer.Length + 1);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, buffer);
}
Have fun !!
(I used Bass_Haxors stringtoimageSet to get the values).
these values ("^==xp") can also be used for your clantitle or classes.