ShoutBox
Hexing tutorial - by k3wL
in order to hex u must have 3 things:

1) hex chart

2) something to write with, 
   such as notepad program or pencil and paper

3) a gs,cb, or anything that accepts hex.

in order to hex u must have the addresses.
the addresses are where the text is going.
if u were going to hex your name then u would need 
the addresses for your name. if u were gonna hex ur online 
room name then u would need those addresses.
say we're hexing ur name for THUG 2:

addresses:

2081d100 00000000
2081d104 00000000
2081d108 00000000
2081d10c 00000000

the left part of that code is the addresses,
u wont do anything to that part of the code.

the right-hand part of the code is where u will hex ur name

when ur hexing, u go backwards.
for example, if i were hexing the word k3wL-oWnZ-yOu:
2081d100 nWo-Lw3k
2081d104    uOy-Z
2081d108 
2081d10c
it wuld look like that becaz u write everything backwards.
BUT, the gs/cb does'nt read letters like me and u,
so we have to enter hex instead of the letter.

on the hex chart we see that k=6b,
so instead of a k we put 6b.
 so it wuld look like:

2081d100 4c77336b
2081d104 6e576f2d
2081d108 6f792d5a
2081d10c 00000075

we fill all the extra at the end with 0.



hexing color:

if u dont kno, the main character for color is \ 
if we were gonna hex the name blue
for thug2..... it wuld be \c8blue :

2081d100 b8c\
2081d104  eul
2081d108 
2081d10c 

but then fill the hex in instead of the letters.

2081d100 6238635c
2081d104 0065756c
2081d108 00000000
2081d10c 00000000

u can look on the backslash chart and see wat u can do
such as flags buttons and color.

©2007 www.kewlkodes.co.nr