[HELP] How Can I Edit What Characters Or Numbers You Can Use When You Create A Char?

Joined
Oct 3, 2007
Messages
527
Reaction score
2
Help

On Lg you can use This (^) So People Can Add Colours To Their Name Right now i am trying to find a way by using dbo.spinsertchar but i dont want to mess it up so i dont want to change anythign before knowing what to do if u can help me that would be great.

WGFreak i know ur gonna see this thread

Explain Detailedly!
 
I think you cant use ^ in the client, but you can change it into DB :s , with a storeprocedure or a query

Code:
update character
set
name='my ^3character name ^2'
where name='simplecharactername'
 
Upvote 0
Yes, you can definitely use color name on register. You just need to disable the color name block in the exe. You have to find that addy yourself and use it on ollydbg. I cant give out any informations about the addy.

I have done that on my gunz too.
 
Upvote 0
Back