Request - Encrypted Wills Viewer

Mu online season 21 - grand opening

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
Well with the encrypted files i have i can view them ingame but not use any editor. So the way that are clients read it is ok but is stopping editor from viewing them.
 

koni

V.I.P
VIP
Mar 14, 2006
1,111
1
165
Southampton UK
this would mean that there is serveral different types of encription as the .wil files i have cant be read by the client they display as blank images, when i open the files with kaorimim they are blank but it opens i then rebuild to mir2 type 1 and it rebuilds the whole wil, then hh8 reads it fine and so does the client, where if your client can read but all the viewers cant your wil files have a different encription to mine
 

shorty606

Golden Oldie
Golden Oldie
Apr 10, 2005
867
0
102
That's it - it's a different type of encryption. I accessed it the same way a client does and they came up blank. My guess is that the headers etc may actually be ok but the bmp images themselves are encrypted or maybe even placed into a different format. I may have to try reading asm to get at the code.
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
Good luck. It would be nice to get ontop of these encrypted wils lol.
 

Xander

Pantie Sniffer!
Developer
Oct 20, 2003
2,738
57
275
Sheffield
Heres one i have been working on as you can see the offsets and dimensions are loading fine so is the image it just not drawing out yet =p This is wemade's 2.3 wil.
 

Attachments

  • Untitled-1.png
    Untitled-1.png
    61.2 KB · Views: 100

Xander

Pantie Sniffer!
Developer
Oct 20, 2003
2,738
57
275
Sheffield
Sorry for the double post. Killmaster just sent me a new stateitem wil which is encrypted so i tested it with my viewer.

euro stateitem = 1106 images
encrypted stateitem = 8655

Here you can see HH8 throw an error and my viewer loading the details but i still need to draw the images.
 

Attachments

  • Untitled-3.png
    Untitled-3.png
    42.1 KB · Views: 99
  • Untitled-2.png
    Untitled-2.png
    34.8 KB · Views: 100

shorty606

Golden Oldie
Golden Oldie
Apr 10, 2005
867
0
102
Yeah the images themselves are encrypted I believe. The actual image data. The headers of each image are fine. :(
 

Xander

Pantie Sniffer!
Developer
Oct 20, 2003
2,738
57
275
Sheffield
Yeah the images themselves are encrypted I believe. The actual image data. The headers of each image are fine. :(

See i don't see how tha could work becuase our clients read most of them fine without any code being added or modified so just create a viewer using the same code as the client uses to display the images and export them to make a new .wil/.wix which is basically what i have done.

Since the client can draw them fine using the same code to view and export should aswell.
 

shorty606

Golden Oldie
Golden Oldie
Apr 10, 2005
867
0
102
Do you have the ones that are from the site linked in this post. The bleach ones?
Can your client read them ok?
I have translated your wil code to delphi and still no luck.