Quantcast
Channel: NextGenUpdate
Viewing all articles
Browse latest Browse all 27691

Windows [C#] How To Set A Pre-Name Instead Of Typing In (Name Changer)

$
0
0
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
Spoiler:




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




Step 3.
Put The Text Box Behind The Button
Spoiler:




Step 4.
Double Click The Button & Add This Coding
Spoiler:



Code:

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



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


Requested:
C# question - NextGenUpdate

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

Viewing all articles
Browse latest Browse all 27691

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>