07-30-2006, 07:15 AM
I'm trying to make a CDKey Changer in Visual Basic but I'm very nOOb in programming.
I already know that :
d2sfx.mpq\data\global\sfx\cursor\curindx.wav ( User Name )
d2sfx.mpq\data\global\sfx\cursor\wavindx.wav ( Regular key )
d2char.mpq\data\global\chars\am\cof\amblxbow.cof ( Expansion key )
What i must do:
1.Make the GUI
2.Exctact the files from mpq files
3.Read the files
4.Edit the files
5.Compress the files in mpq files
1 & 2 done
3 not done (the files are encrypted)
4 & 5 easy to be done (but not done)
Does anyone knows how can i decrypt the files so i can read and edit them?
Maybe there is a open source (in VB) or a Componet that i can use.
Thanks in advance.
I already know that :
d2sfx.mpq\data\global\sfx\cursor\curindx.wav ( User Name )
d2sfx.mpq\data\global\sfx\cursor\wavindx.wav ( Regular key )
d2char.mpq\data\global\chars\am\cof\amblxbow.cof ( Expansion key )
What i must do:
1.Make the GUI
2.Exctact the files from mpq files
3.Read the files
4.Edit the files
5.Compress the files in mpq files
1 & 2 done
3 not done (the files are encrypted)
4 & 5 easy to be done (but not done)
Does anyone knows how can i decrypt the files so i can read and edit them?
Maybe there is a open source (in VB) or a Componet that i can use.
Thanks in advance.