Originally posted by Chaos
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
Originally posted by RatchetBooty
Well first off what game is it? Because that offset is not the name offset for ghosts, and if this isn't related to ghosts it's in the wrong section, but it seems to be right. That's how I use it, and if you're looking for the ghosts name offset this is it: 0x0176A038 Try that, tell me if it works
RatchetBooty's right. + that wrong name offset is for mw3 lol...