*second post because limit is 3 pictures. i think... or 4... o.o*
Okay. Time to start learning how to use this hex editor.

So, you want to edit a value. But firstly, you have to find it! So, click on the "Address" dropdown window located at the top of the program window and click "Goto" or simply press the keyboard shortcut Ctrl + G.
A small window will appear.

Key in the offset you want to go to in the textbox in that window and make sure you check "hexadecimal" and not "decimal". Also make sure that you check "absolute".
Look at the example in the picture. It says $10E03, which is the same as 0x10E03. The 0x is represented by the $ sign. However, although they are the same, this Hex Editor only recognizes the $ sign and not 0x.
Click OK. It will bring you to the offset you keyed in.

Ok. The offset highlighted in blue is the offset you keyed in previously in the small window "Goto". The value highlighted in blue is the value in that offset. And the character highlighted in blue is the character the 2 digit value represents. Although the offset highlighted in blue does not match the one you keyed in in "Goto", it does not matter.
And from then onwards its just simple. EDIT THE VALUE!
>< 2 posts for it... I wonder if its alright ><