Post: How to do reset name for people who dont know
04-22-2015, 03:15 PM #1
Adrian
Adrian is back!
(adsbygoogle = window.adsbygoogle || []).push({});
I saw the question on my tool on how to do it and i have had heaps of people ask me how to do it and i am starting to get sick of it. I also saw it on the modding questions so i thought ill just tell everyone how to.

So here is how
You have to read the name in the attach button so when you attach to the game process you can get the name by using this code, you have to make a label for the name to go on
    label"label number here".Text = PS3.Extension.ReadString(0x026C065Cool Man (aka Tustin);

so that will read the name and out it on a label when you attach. Then make a button and put this codeing in it all it is is the name coding with the label"label number here".Text
    byte[] bytes = Encoding.ASCII.GetBytes(label"label number here".Text);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x026C0658, bytes);
PS3.SetMemory(0x026C0658, bytes);


and then if you want the name to go in the textBox when you click reset all you do is use a simple code like this
    textBox"textBox number here".Text = label"label number here from before".Text;


that is how it is done if you do not understand im sorry i suck at threads. And guys this is for people who dont know how so please no hate. Smile
(adsbygoogle = window.adsbygoogle || []).push({});

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

-Numb, HiddenHour, Reyz, XxBlud23xX
04-22-2015, 03:47 PM #2
Reyz
Banned
Originally posted by .Adrian View Post
I saw the question on my tool on how to do it and i have had heaps of people ask me how to do it and i am starting to get sick of it. I also saw it on the modding questions so i thought ill just tell everyone how to.

So here is how
You have to read the name in the attach button so when you attach to the game process you can get the name by using this code, you have to make a label for the name to go on
    label"label number here".Text = PS3.Extension.ReadString(0x026C065Cool Man (aka Tustin);

so that will read the name and out it on a label when you attach. Then make a button and put this codeing in it all it is is the name coding with the label"label number here".Text
    byte[] bytes = Encoding.ASCII.GetBytes(label"label number here".Text);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x026C0658, bytes);
PS3.SetMemory(0x026C0658, bytes);


and then if you want the name to go in the textBox when you click reset all you do is use a simple code like this
    textBox"textBox number here".Text = label"label number here from before".Text;


that is how it is done if you do not understand im sorry i suck at threads. And guys this is for people who dont know how so please no hate. Smile


Great tutorial bro, keep up the good work Winky Winky

The following user thanked Reyz for this useful post:

Adrian
04-22-2015, 04:00 PM #3
Confusing
Climbing up the ladder
this looks like decompiled code.
why would you set the same offset twice seems strange on your part also you can do this with simply setting some offset to something i cannot remember which will reset your name without all of this..
04-22-2015, 04:51 PM #4
B777x
Hurah!
Originally posted by Confusing View Post
this looks like decompiled code.
why would you set the same offset twice seems strange on your part also you can do this with simply setting some offset to something i cannot remember which will reset your name without all of this..


there is two offsets for the name Smile

and the reset offset you talking about is like re-signin
and sometimes you PS3 freeze because of it

so saving the name then reset it is better Smile
04-23-2015, 04:28 AM #5
Adrian
Adrian is back!
this isnt decompiled there are 2 name offset but i couldnt get the other so i just put that one in lol. Its just there so u know what i mean. And as B777x wrote u can freeze using the other one so this is the easiest way
04-23-2015, 03:43 PM #6
Unhapn
|PS3 Modder | Coder | Developer|
its not working
04-24-2015, 02:31 PM #7
Adrian
Adrian is back!
Originally posted by PomyMods View Post
its not working


it works 100% you must of done something wrong

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo