Post: C# Simple Icon Name - DEX
04-30-2014, 02:34 PM #1
(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.
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo