Post: Need Help with C# Name changer
06-02-2013, 12:11 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,
i wanted to know how to create a MW3 name changer with C#.
Please help me Smile
(adsbygoogle = window.adsbygoogle || []).push({});
06-02-2013, 12:45 PM #2
You're not in the right section , but i'll answer you anyway :

    
byte[] buffer = Encoding.ASCII.GetBytes(textBox1.Text);
Array.Resize(ref buffer, buffer.Length + 1);
[COLOR=#333333]PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, buffer);[/COLOR]


You need to follow this tutorial first : You must login or register to view this content.

The following 4 users say thank you to iMCSx for this useful post:

*xActionMods*, kiwi_modz, MrKiller261, O-H
06-02-2013, 12:49 PM #3
Originally posted by another user
You're not in the right section , but i'll answer you anyway :
Ok sry for that :/ but thanks for reply Smile
06-02-2013, 12:57 PM #4
You're welcome.
06-02-2013, 12:57 PM #5
Sonoro
I like anteaters
    byte[] Bytes = Encoding.ASCII.GetBytes(textBox1.Text + "\0");
PS3TMAPI.ProcessSetMemory(target, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x1BBBC2C, Bytes);
06-25-2013, 06:36 AM #6
Thanks this helped me SOOOOO MUCH!!!! You don't even know! Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo