Hai Guise,
Sorry, it’s been way too long 
Anyway most of you have probably already seen or heard of the button mod in your clan tag on MW3 and well I want to kind of explain somethings I have been doing with it… it’s pretty interesting…
Ok so here’s my list of values and what they equal…
c140 — 00
c141 — 01
c142 — 02
c143 — 03
c144 — 04
c145 — 05
c146 — 06
c147 — 07
c148 — 08
c149 — 09
c14a — 0a
c14b — 0b
c14c — 0c
c14d — 0d
c14e — 0e
c14f — 0f
c150 — 10
c151 — 11
c152 — 12
c153 — 13
c154 — 14
c155 — 15
c156 — 16
c157 — 17
c158 — 18
c159 — 19
c15a — 1a
1a-1f…
c15f — 1f
c160 — 20
Some of them are a little off, sorry this is my “rough draft”. Anyway, after many hours of trial and error, you can see how the numbers are relating to the actual hex values of the buttons.
Let me try and make this as simple as possible here… split the c1 from the other 2 numbers… they are separate letters. c1=Á in hex… and 41=A in hex, so for my list I combined them together… it goes like c141 = ÁA, which equals the value 01, which is the button symbol for “A”.
Here is the list of those button symbols…
01 - A
02 - B
03 - X
04 - Y
05 - LB
06 - RB
0E-START
0F-BACK
10 - LS
11 - RS
12 - LT
13 - RT
14 - DPAD_UP
15 - DPAD_DOWN
16 - DPAD_LEFT
17 - DPAD_RIGHT
Also when you are using different accent letters, you get different starting numbers, so instead of “c1”, you get “d1” or “e1”, you get the point, different letters = different hex values which equal multiple combinations… most of them give you “Text is blank or contain illegal characters”, so they are really pointless, but there are some that are actually cool… I found some pretty cool chinese like symbols with one of the accented I’s, but what I really wanted to see if anyone can find anything with is the ÁJ, which is 0A, remember… .bind/.set?
Ok, so a long time ago I remember modding my gamertag in CoD4 with 0A as one of the values… it made my name like go down or something crazy, don’t remember, but it does the same now when you put it in your clan tag…
What I was mainly going for was a way to “set” dvars through like create a class or something… idk if its even possible… just making an attempt with like “ÁJset clanname “^5IW””, which would be 0A in hex then the set just like regular set command, idk if the dvar clanname is still used or if would work like this…
I really wanted to make this thread for those who want to actually know what going on with the button mod… and those who might could figure something out with this… I’m just throwing ideas out…
