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
04-29-2015, 07:00 PM #20
thats the code im using, trust me it works. add live:felixvenckus on skype and ill teach you how to use it.
04-30-2015, 05:01 PM #21
XxBlud23xX
< ^ > < ^ >
Originally posted by trollman111 View Post
thats the code im using, trust me it works. add live:felixvenckus on skype and ill teach you how to use it.


I don't need it Smile The code I'm using works also Smile
06-13-2017, 02:31 PM #22
Agent Juan
Little One
Originally posted by Ethan 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!


Or just make a button with the pre set names without the textboxGeo

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo