Question Need help with my tool

OwenCroft

Veteran
Messages
85
Reaction score
41
Points
803
Anyone know why it shows the button at the top but not in the actual name?

Screenshot_1.png


Could someone please tell me what im doing wrong.

This is the code:
Code:
byte[] bytes = Encoding.ASCII.GetBytes("^1Add ^3Owen-Croft  [{+melee}]");
            Array.Resize<byte>(ref bytes, bytes.Length + 1);
            PS3.SetMemory(33157404U, bytes);

BTW this is pre set name code

Alot of you guys are going to says, why are you making an rtm tool when there are tons alreadys out?

well im making an rtm tool cause im bored af and its somethign to do :tonguewink:
 
Top