(adsbygoogle = window.adsbygoogle || []).push({});
Basically im nearly finished in my RTM tool but i want to add one last thing which is a name Changer. I know the offsets for the name changer but i dont know how to get it to work. I have it linked to my textbox using the following but the code doesnt chnage anything on any game?:
byte[] NameChange = Encoding.ASCII.GetBytes(textBox1.Text);
Array.Resize(ref NameChange, NameChange.Length + 1);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, NameChange);
Could someone please help me?
Also i was having trouble with where to put this so if its wrong place please move it. Thankyou