(adsbygoogle = window.adsbygoogle || []).push({});
private void metroButton13_Click_1(object sender, EventArgs e)
{
byte[] buffer = Encoding.ASCII.GetBytes(metroTextBox2.Text);
Array.Resize(ref buffer, buffer.Length + 1);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0290d9c9, buffer);
}
i currently need some help if someone can point me in the right direction i am wanting to put the address and offsets in my tool i will be releasing shortly i have mostly accomplished my tool just a cuple of bugs like this for my class name changer anyone who knows please help
Thanks in advance