now this tut is not my finding, but i tried it and could not get it to work im hoping someone on here can fix it as i suck at hex.
Hello people,
This is my first tutorial here, and I wasn’t
able to fully test it because I ran out of DVDs
today, so if anyone could test it, it would be
nice.
First of all you will need to know the value for
every button in the game, so here is the list.
// 1st field: Gamepad button name. This field is
used to ID events in the code
// 2nd: Key hardware value. Matches
XINPUT_GAMEPAD_* enum values on 360
Up 0x0001
Down 0x0002
Left 0x0004
Right 0x0008
360_Start 0x0010
360_Back 0x0020
360_L3 0x0040
360_R3 0x0080
360_LB 0x0100
360_RB 0x0200
360_A 0x1000
360_B 0x2000
360_X 0x4000
360_Y 0x8000
// NOTE: The below hardware values are
arbitrary, since there are no XINPUT_GAMEPAD
values for them
360_LT 0x0009
360_RT 0x000a
360_LS 0x000b
360_RS 0x000c
Now You must know how to change one of the
buttons to the Console commands screen
activator, so here come the true tutorial:
Files needed:
Xbox Bacup Creator (Can be found in the
tutorials area)
A Hex editor (any)
1:Open xbox backup creator and go to the “Image
Tools” tab
2: Click on the “Image browser” button, another
screen will appear.
3:On this screen click on “File” then “Open
Image File”, then browse for your Skyrim Iso and
open it.
4:Now, on the files tree, click on data, and on
the screen on the right, right click on "Skyrim
- Interface.bsa" file, and Extract it anywhere.
5:Now open the hex editor, and then open the
"Skyrim - Interface.bsa" file with it.
6: Search for the following text string: Look
7: After you find this word, you will see that
after it there are this strings: 0xff 0xff
0xf000c
8: Go to the “0x000c” string and change it to:
0xff
It Will disable the Look command (makes you see
your char, not an important or usefull command)
9: Now search for the word: Console
You will see the following strings after it:
0xff 0xff 0xff
Change the third “0xff” to : 0x000c
(makes the look command becomes the console
screen one)
Save and close
10: Go to the Xbox backup creator, right click
on the “Skyrim - Interface.bsa”, choose replace
and replace it with the altered “Skyrim -
Interface.bsa” file.
11: Burn the game the same way and press the
Look button (Right Stick)
I reccomend you to test it witha Jtag in case it
does not goes right, so you won’t lose a DVD.
Comment if you were sucsseful.
Tutorial and discovery made by me.
Reply With Quote
by Drazilus on xbox360iso.com




i am confused because its not “0xff.0xff.0xff” its -> "0xc0.0xff.0xff"