Post: Need Help With RTM Tool
03-16-2014, 08:47 PM #1
(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
(adsbygoogle = window.adsbygoogle || []).push({});
03-18-2014, 12:38 AM #2
RatchetBooty
Former Staff
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 Winky Winky
03-19-2014, 04:15 PM #3
kiwi_modz
I defeated!
Originally posted by Chaos View Post
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 View Post
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 Winky Winky


RatchetBooty's right. + that wrong name offset is for mw3 lol...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo