Post: [C#] How To Set A Pre-Name Instead Of Typing In (Name Changer)
06-19-2014, 09:43 PM #1
Ethan
Ethan is awesome
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU Users, Enzo

So A Thread Got Requested On Help How To Make Pre-Set Names For Real Time Modding, On Call of Duty, I Haven't Seen A Thread Helping This So I Thought To Post & Help. Some People May Find This Easy But Please Don't Leave Hate Just Because You Know How To Do It. This Is For New Beginners Learning C#

Step 1.
Add A TextBox & Button Onto Your Project

You must login or register to view this content.


Step 2.
In The Text Box Type In The Name You Want To Be Pre-Set To When Clicked Button

You must login or register to view this content.


Step 3.
Put The Text Box Behind The Button

You must login or register to view this content.


Step 4.
Double Click The Button & Add This Coding

You must login or register to view this content.

    
byte[] bytes = Encoding.ASCII.GetBytes(textBox1.Text + "\0");
PS3.SetMemory(0x26BDFD8, bytes);



Step 5.
Your Done! Enjoy Using Your Pre-Set Name!


Requested:
You must login or register to view this content.

If You Need Any Help / Requests, Make Sure To Write In The Thread!
Last edited by Ethan ; 06-19-2014 at 09:55 PM.

The following 8 users say thank you to Ethan for this useful post:

04jberry, Sabotage, iNDMx, Mango_Knife, MrKiller261, Kronos, trollman111, xErotic
06-20-2014, 06:01 AM #11
Winter
Purple God
Originally posted by RevDictator View Post
Omg, Man, My Coding Is Correct PMSL, Ask Everyone & Sabotage Coding Is Correct To.. your coding is correct to.. but their are many ways of coding it.


No, your way of doing it is inefficient. But it does work.
06-20-2014, 02:17 PM #12
Ethan
Ethan is awesome
Originally posted by Citadel View Post
if you're making a button with pre-made name, you don't need all that shit you're doing. You put the word(s) as hex and put it in a byte code. No need to do more work like you have. That's stupid


All Coding That Has Been Posted Work Fine, And People Will See When Looking At Thread! Smile
06-26-2014, 12:47 PM #13
04jberry
whoo piece of candy!!!
Originally posted by RevDictator View Post
Hello NGU Users, Enzo

So A Thread Got Requested On Help How To Make Pre-Set Names For Real Time Modding, On Call of Duty, I Haven't Seen A Thread Helping This So I Thought To Post & Help. Some People May Find This Easy But Please Don't Leave Hate Just Because You Know How To Do It. This Is For New Beginners Learning C#

Step 1.
Add A TextBox & Button Onto Your Project

You must login or register to view this content.


Step 2.
In The Text Box Type In The Name You Want To Be Pre-Set To When Clicked Button

You must login or register to view this content.


Step 3.
Put The Text Box Behind The Button

You must login or register to view this content.


Step 4.
Double Click The Button & Add This Coding

You must login or register to view this content.

    
byte[] bytes = Encoding.ASCII.GetBytes(textBox1.Text + "\0");
PS3.SetMemory(0x26BDFD8, bytes);



Step 5.
Your Done! Enjoy Using Your Pre-Set Name!


Requested:
You must login or register to view this content.

If You Need Any Help / Requests, Make Sure To Write In The Thread!


Why do you have to use a textbox why not
    
byte[] bytes = Encoding.ASCII.GetBytes("your name here" + "\0");
PS3.SetMemory(0x26BDFD8, bytes);
07-07-2014, 03:24 PM #14
xErotic
I am error
thanks!!!! Happy
04-04-2015, 03:03 PM #15
Adrian
Adrian is back!
there is a way easier way instead of typing in the textBox1 just put "text here" so it
byte[] bytes = Encoding.ASCII.GetBytes("Name Here");
PS3.SetMemory(0x26BDFD8, bytes);
04-28-2015, 02:25 PM #16
This code only require a button, sry for bad speling. its for black ops 2


byte[] bytes = Encoding.ASCII.GetBytes("YOUR NAME HERE");
Array.Resize<byte>(ref bytes, bytes.Length + 1);
this.PS3.SetMemory(40633944U, bytes);
this.PS31.SetMemory(40633944U, bytes);
this.PS3.SetMemory(40633983U, bytes);
this.PS31.SetMemory(40633983U, bytes);
04-28-2015, 05:35 PM #17
XxBlud23xX
< ^ > < ^ >
Originally posted by trollman111 View Post
This code only require a button, sry for bad speling. its for black ops 2


byte[] bytes = Encoding.ASCII.GetBytes("YOUR NAME HERE");
Array.Resize<byte>(ref bytes, bytes.Length + 1);
this.PS3.SetMemory(40633944U, bytes);
this.PS31.SetMemory(40633944U, bytes);
this.PS3.SetMemory(40633983U, bytes);
this.PS31.SetMemory(40633983U, bytes);


That does not look like the Black Ops 2 Name Offset. And you don't even need that much coding.

The best way is shown before your post ^
04-28-2015, 05:38 PM #18
try it, its for bo2
04-29-2015, 11:50 AM #19
XxBlud23xX
< ^ > < ^ >
Originally posted by trollman111 View Post
try it, its for bo2


Are you sure that looks like the IP offset.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo