[req] Item Decryptor

03/31/2010 05:42 L1nk1n*P4rK#16
Quote:
Originally Posted by Øblivion View Post
Here
Scaned it with AVG and said it has no virus
Your program is not working but thanks for the try :)

Kov so I have been start to make the binary reader (The GUI with the openFileDialog and all the shits)

But My questions are:
1) Why I get error for the next definitions: File Stream, Constants, File Mode, Binary Read, ItemDetail, SeekOrigin and _Itemdata
Now from all the error I have fixed the " File Stream, Constants, File Mode, Binary Read"
I have bind the BinaryReader from line2 " BinaryReader Reader = new BinaryReader(File);" in using system.IO
But how I can make the " ItemDetail, SeekOrigin and _Itemdata" ????

Thanks
03/31/2010 11:54 Korvacs#17
ItemDetail is my struct for storing the information, and _ItemData is a dictionary.

You should put at the top of your file "using System.IO;" since almost everything uses it.
03/31/2010 15:11 L1nk1n*P4rK#18
Thanks, I hope will work now :) Even if not I will not give up so easy.