Everyone has been wanting a walkthrough so here goes. (i only can edit players on the 2002 database and this whole edit must be peformed when your saved game or new game is loaded.
First you need the 2002 decrypted database which i will post at the end.
Then download a hex editor. the best one is here:
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
Then open the DataT file.
Then go to search and then find and it will come up with a search box.
Then go onto text string and in the bottom right there is a box saying "scope from" click on begin. then type in the surname of the player you want to find. if it does not come up straight away then click search and find again down. keep doing this until you find the right player.
Once you have found this player it will look like this. (example is brian lara)
In this image highlited in red is his name and in blue are the numbers you will need. and down at the bottom is the character dec which converts the hex editor numbers which are 40 BB D8 40 to normal numbers.
You simply click on the first number which is 40 then look at the character dec and it says 64. so 64 is lara's first number. then repeat with the other 3 so BB=187, D8=216 and 40=64 so lara's 4 numbers are 64 187 216 64.
Next you go to artmoney and also open your icc game and select procceses then go to your game.
Then press search and where it says exact value change it to sequence of values. and go to number of values 4. type in the values.
Then it will come up with the search result. put the result into the editing side. Then change the value 216 to 223 this will make lara about 16 or 17. then right click on the top value and go to memory editor. it will look like this.
The number in red is 50 which means west indies. The place in blue is
the place where you change the number so simply change it to:
43=Aus
44=Eng
45=Ind
46=NZ
47=Pak
48=RSA
49=Sri
50=Wi
51=Bang
52=Zim
Then press the button circled in green and it will be done.
Here is the decrypted database. DataT is the players and DataP is clubs etc.