Post: How to code Roll Name C#!! People who dont know..
11-22-2014, 08:42 AM #1
Adrian
Adrian is back!
(adsbygoogle = window.adsbygoogle || []).push({});
People have been asking me for the coding for roll name.. this is for those people!! i realise that some people will already know how but plz (no hate from them).. Also other people will code this differently but this is the way i code it!! and i have never seen anyone release how to code this but sorry if it has been released already :/

ok so this is quite easy so lets get started Smile


so 1st of all i sort of use the coding for flash name but i recoded it.. so the coding to do this is pretty much the same as the flash name coding but without the( + num.ToString() ) in it...
and u change the ^ in ( Encoding.ASCII.GetBytes("^" ) to a space like this ( Encoding.ASCII.GetBytes(" " )..

so each roll in the name will be adding more spaces so the 1st move will look like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));


so as you can see it is sort of like the coding for flash name but as i said before without wat i have taken out and wat i have dont to the ^ arrow..... so that code is the 1st move now if you wanna int that u have to put it in a timer, so in the application u create a button and in the buttons coding u will int the timer... at the end of the code you will wanna stop that timer and with ( timer"".Stop(); ) then you will wanna start a new timer in the coding so it will go to the next roll so it would look like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
timer1.Stop();
timer2.Start();


then in the next timer start u will wanna put the same thing but add an extra space after the speach marks in ( Encoding.ASCII.GetBytes(" " ) so like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
timer2.Stop();
timer3.Start();


so as u can see i added a space!!! each space adds it infront of your name on bo2...
so as you can see after the coding for the roll it stops the timer and starts a new one and then you go to the timers coding and add and extra space..

After about 7 moves forward u have to then decrease the spaces over and over again to make the name roll back to the original position. Which is quite commen sense!!




so hopefully this helps and is easy to understand!! sorry if it doesnt make any sense but this is quite hard to explain!! and also this took alot of time out of my day to write this and to help the community out to make there applications/RTM Tools for Black Ops 2 Better.... Also i am helping TinyxMods code his very 1st GSC menu for BO2 so it was quite hard to write this and help him at the same time as to make this easy understanding as possible so look forward to see his menu come out
THANKYOU FOR THE TIME Happy
(adsbygoogle = window.adsbygoogle || []).push({});

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

BISOON, Jewels, Maverick, Reyz, RTE, XxBlud23xX
11-22-2014, 10:44 AM #11
Adrian
Adrian is back!
Facepalm i realise that dude can people just read the description OMFG
11-22-2014, 11:18 AM #12
Reyz
Banned
thanks

The following user thanked Reyz for this useful post:

Adrian
11-22-2014, 11:28 AM #13
Adrian
Adrian is back!
no worries Happy
11-22-2014, 03:12 PM #14
Adrian
Adrian is back!
thinking of adding how to also add moving clan tag
11-23-2014, 01:38 PM #15
Adrian
Adrian is back!
going to add moving clan tag tomorrow Smile
11-28-2014, 11:56 AM #16
Jewels
I’m too L33T
Nice for those who didnt know Smile Good work!

The following user thanked Jewels for this useful post:

Adrian
12-02-2014, 09:17 PM #17
XxBlud23xX
< ^ > < ^ >
Lol at the top i thought it said Astek, Bisoon, and fuck the 4 others.
12-07-2014, 11:29 PM #18
Originally posted by .Adrian View Post
People have been asking me for the coding for roll name.. this is for those people!! i realise that some people will already know how but plz (no hate from them).. Also other people will code this differently but this is the way i code it!! and i have never seen anyone release how to code this but sorry if it has been released already :/

ok so this is quite easy so lets get started Smile


so 1st of all i sort of use the coding for flash name but i recoded it.. so the coding to do this is pretty much the same as the flash name coding but without the( + num.ToString() ) in it...
and u change the ^ in ( Encoding.ASCII.GetBytes("^" ) to a space like this ( Encoding.ASCII.GetBytes(" " )..

so each roll in the name will be adding more spaces so the 1st move will look like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));


so as you can see it is sort of like the coding for flash name but as i said before without wat i have taken out and wat i have dont to the ^ arrow..... so that code is the 1st move now if you wanna int that u have to put it in a timer, so in the application u create a button and in the buttons coding u will int the timer... at the end of the code you will wanna stop that timer and with ( timer"".Stop(); ) then you will wanna start a new timer in the coding so it will go to the next roll so it would look like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
timer1.Stop();
timer2.Start();


then in the next timer start u will wanna put the same thing but add an extra space after the speach marks in ( Encoding.ASCII.GetBytes(" " ) so like this
    base.Name = this.textBox1.Text;
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
Form1.PS3.SetMemory(0x026C0658, Encoding.ASCII.GetBytes(" " + base.Name + "\0"));
timer2.Stop();
timer3.Start();


so as u can see i added a space!!! each space adds it infront of your name on bo2...
so as you can see after the coding for the roll it stops the timer and starts a new one and then you go to the timers coding and add and extra space..

After about 7 moves forward u have to then decrease the spaces over and over again to make the name roll back to the original position. Which is quite commen sense!!




so hopefully this helps and is easy to understand!! sorry if it doesnt make any sense but this is quite hard to explain!! and also this took alot of time out of my day to write this and to help the community out to make there applications/RTM Tools for Black Ops 2 Better.... Also i am helping TinyxMods code his very 1st GSC menu for BO2 so it was quite hard to write this and help him at the same time as to make this easy understanding as possible so look forward to see his menu come out
THANKYOU FOR THE TIME Happy


Originally posted by iReyzM8
thanks


Originally posted by JeWeLs View Post
Nice for those who didnt know Smile Good work!


Originally posted by DEXBLUD23 View Post
Lol at the top i thought it said Astek, Bisoon, and fuck the 4 others.


Originally posted by Jaidyn108 View Post
Well its not actually released so it might help some people


Originally posted by ScaRzModZ View Post
um this isn't really that hard but I guess some people don't know either way its easy af...


Here's some neater code:
(You only need 1 timer.)

    
public static class Addresses
{
public static UInt32
NameChange = 0x1BBBC2C; //MW3 NameChange Address
}

//Declared outside of the timer method
string myname = "BaSs"; //or have this declared in your timer and ( = yourtextbox.Text);
string space;
int i = 0;

//Your Timer
private void timer1_Tick(object sender, EventArgs e)
{
if (i == 11) //or whatever length you plan on adding spaces for
{
i = 0;
space = new string(' ', i);
PS3.Extension.WriteString(Addresses.NameChange, space + myname);
}
else
{
space = new string(' ', i);
PS3.Extension.WriteString(Addresses.NameChange, space + myname);
i = i + 1;
}
timer1.Start();
}


so essentially:

    
//C# Moving Name

string myname;
string space;
int i = 0;

private void timer1_Tick(object sender, EventArgs e)
{
myname = yourtextbox.Text;
if (i == 11)
{
i = 0;
space = new string(' ', i);
PS3.Extension.WriteString(0x1BBBC2C, space + myname);
}
else
{
space = new string(' ', i);
PS3.Extension.WriteString(0x1BBBC2C, space + myname);
i = i + 1;
}
timer1.Start();
}

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

One, anxify, XxBlud23xX

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo