How to do THAW colored name

Discuss thaw modding, post your own, share your ideas, ask questions.
Eraser
Site Admin
Posts: 911
Joined: Tue Apr 21, 2009 4:42 pm
Location: Lithuania
Contact:

How to do THAW colored name

Postby Eraser » Mon Dec 20, 2010 8:49 pm

Open THAW, go to online preferences where you edit your name.
http://thps-mods.com/tools/t-search.rar
Open t-search, open proccess (THAW.exe) click on hex editor. click on fifth icon there (replace button).

Find what: Eraser (your name here)
Replace with: \c1Eraser (16 CHARS MAX, including the code)

Colors :
\c1 = white
\c2 = red
\c3 = blue
\c4 = green
\c5 = yellow
\c6 = cyan
\c7 = pink
\c8 = dark blue
\c9 = light blue
\cc = almost invisible
\ci = electric blue
\cb = orange
\cu = black

Symbols :
\b = R
\ba = down right arrow
\bb = top left arrow
\bc = down left arrow
\bd = top right arrow
\be = turn left
\bf = turn right
\bg = N
\bh = C
\bi = SPINE
\bj = F
\bk = black cross
\bl = white cross
\bm = an circle
\bn = an oval

Flags :
\s1
\s2
\s3
\s4
c0nn0r
Posts: 33
Joined: Sun Dec 19, 2010 7:44 am
Location: Arizona
Contact:

Re: ??? coulour text ???

Postby c0nn0r » Tue Dec 21, 2010 5:50 am

Colors :

\c1 = white
\c2 = red
\c3 = blue
\c4 = green
\c5 = yellow
\c6 = cyan
\c7 = pink
\c8 = dark blue
\c9 = light blue
\cc = almost invisible
\ci = electric blue
\cb = orange
\cu = black


Symbol :

\b = R
\ba = down right arrow
\bb = top left arrow
\bc = down left arrow
\bd = top right arrow
\be = turn left
\bf = turn right
\bg = N
\bh = C
\bi = SPINE
\bj = F
\bk = black cross
\bl = white cross
\bm = an circle
\bn = an oval


Flags :

\s1
\s2
\s3
\s4
Image
DID SOMEONE SAY CHEATING?!?!?!
Eraser
Site Admin
Posts: 911
Joined: Tue Apr 21, 2009 4:42 pm
Location: Lithuania
Contact:

Re: ??? coulour text ???

Postby Eraser » Tue Dec 21, 2010 11:39 am

Oops, my bad.
edouard342
Posts: 7
Joined: Sat Dec 18, 2010 11:42 pm
Contact:

Re: ??? coulour text ???

Postby edouard342 » Wed Jan 05, 2011 1:29 pm

hmmm......


T-search = bug


:help :help
YEAH MEN, I AM A FRENCH AND HACKER!!!!
Cyber-Ninja95
Posts: 55
Joined: Sun Oct 17, 2010 11:16 am
Contact:

Re: Coloured name and more

Postby Cyber-Ninja95 » Fri Jan 28, 2011 1:31 am

"cool how to get neon kewi blue its like lite green and lite blue mixed?"
X_SyberNinja95_X
Eraser
Site Admin
Posts: 911
Joined: Tue Apr 21, 2009 4:42 pm
Location: Lithuania
Contact:

Re: Coloured name and more

Postby Eraser » Fri Jan 28, 2011 8:28 am

\c6 = cyan
Cyber-Ninja95
Posts: 55
Joined: Sun Oct 17, 2010 11:16 am
Contact:

Re: Coloured name and more

Postby Cyber-Ninja95 » Fri Jan 28, 2011 8:49 am

'Alright thank you bro.'
X_SyberNinja95_X
edouard342
Posts: 7
Joined: Sat Dec 18, 2010 11:42 pm
Contact:

Re: Coloured name and more

Postby edouard342 » Wed Feb 02, 2011 2:41 pm

no, no .... I found it good ... but how little writing TM knowing that I am 26 and am on another game folder (I have the game twice) THA mod ... thank you in advance


;) :)

ho... and :

c0= normal
cn= electric blue 2
YEAH MEN, I AM A FRENCH AND HACKER!!!!
sMo0g™
Posts: 108
Joined: Fri Nov 20, 2009 1:20 pm
Location: Ukraine
Contact:

Re: Coloured name and more

Postby sMo0g™ » Thu Feb 03, 2011 4:23 pm

Or just add this:

in keyboard_button_pressed (:

Code: Select all

:i if  (%GLOBAL%$text$ = %s(1,"/"))   
    :i %GLOBAL%$text$ = %s(1,"™")
 :i endif


/ = your button. If you pressed / you writte ™ (:
edouard342
Posts: 7
Joined: Sat Dec 18, 2010 11:42 pm
Contact:

Re: Coloured name and more

Postby edouard342 » Thu Feb 03, 2011 9:48 pm

"in keyboard_button_pressed (:


Code:
:i if (%GLOBAL%$text$ = %s(1,"/"))
:i %GLOBAL%$text$ = %s(1,"™")
:i endif




/ = your button. If you pressed / you writte ™ (:"



HHMM...... I understood nothing at all!
:/ :( :( :( :(
YEAH MEN, I AM A FRENCH AND HACKER!!!!
Anteara
Posts: 268
Joined: Thu Oct 14, 2010 2:55 am
Contact:

Re: Coloured name and more

Postby Anteara » Fri Feb 04, 2011 2:37 am

edouard342 wrote:"in keyboard_button_pressed (:


Code:
:i if (%GLOBAL%$text$ = %s(1,"/"))
:i %GLOBAL%$text$ = %s(1,"™")
:i endif




/ = your button. If you pressed / you writte ™ (:"



HHMM...... I understood nothing at all!
:/ :( :( :( :(


It's pretty straightforward.
Add the script above and when you hit "/" it will instead do "™"
Cyber-Ninja95
Posts: 55
Joined: Sun Oct 17, 2010 11:16 am
Contact:

Re: Coloured name and more

Postby Cyber-Ninja95 » Fri Feb 04, 2011 9:13 am

"cool but I seen this dude have colored text and the trademark symbol" How would I do that? :help :roll:
X_SyberNinja95_X
sMo0g™
Posts: 108
Joined: Fri Nov 20, 2009 1:20 pm
Location: Ukraine
Contact:

Re: Coloured name and more

Postby sMo0g™ » Fri Feb 04, 2011 11:18 am

Lol. Learn compiler.
Or you can edit this in hex editor..
Just export "keyboard_button_pressed" in Queen Bee and import him in hex editor.
find your key and edit this.
edouard342
Posts: 7
Joined: Sat Dec 18, 2010 11:42 pm
Contact:

Re: Coloured name and more

Postby edouard342 » Wed Jun 08, 2011 3:27 pm

where I put the code?
off topic : Can you give me the link of 26 mod please ... I reinstall windows ...
YEAH MEN, I AM A FRENCH AND HACKER!!!!
Pr0ster
Posts: 8
Joined: Fri Jun 03, 2011 1:52 pm
Contact:

Re: Coloured name and more

Postby Pr0ster » Thu Jun 09, 2011 8:10 am

Does this work with thug 2? or thug 1?

Return to “THAW modding”

Who is online

Users browsing this forum: No registered users and 31 guests