360haven works best with JavaScript enabled
[Release] Diablo 3 Decrypt/Encrypt Tool v1.0 - Page 4
Loading
Register
Page 4 of 28 FirstFirst 12345678914 ... LastLast
Results 25 to 32 of 222
  1. #25
    Member
    Alestra is offline
    Join Date : Apr 2013
    Posts : 80
    Array

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    wow you guys are fast thank you for all the hard work.

  2. #26
    Haven Donator

    doket is offline
    Join Date : Dec 2010
    Location : Asia
    Age : 50
    Posts : 498
    Array

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    Quote Originally Posted by Idlehands88 View Post
    Can you send me your save please or the account.dat file. I'm trying to figure out how the value is calculated, but so far I don't understand it.

    It's really weird... It seems that in the save the value starts as an Int8 value and when you reach 129 Gold the hex is 8001 (80 is 128 and the 01 makes it 129). I'm using the modded starter save that has 100,663,296 Gold and in hex it's written as "80808030"... So 80 is the max that the byte can go to before starting a new byte.
    New folder.zip

    sure, my gold is 13316. i send you all the file.... i really cant figure up what to search, lol...

    anyway, i think the 2 achievement for collect certain amount gold is store either in hero folder or profile.dat...

    my gold collect is 14482...
    Downloads : 86 || Uploads : 5 || Rep Power : 5424 || Posts : 498 || Thanks : 246 || Thanked 216 Times in 66 Posts



  3. #27
    ncogneto

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    good job works great

  4. #28
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 34
    Posts : 4,709
    Array
    Twitter: @

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    Quote Originally Posted by doket View Post
    New folder.zip

    sure, my gold is 13316. i send you all the file.... i really cant figure up what to search, lol...

    anyway, i think the 2 achievement for collect certain amount gold is store either in hero folder or profile.dat...

    my gold collect is 14482...
    Ya so search for: "86073009380040" in hex and your value is right after that (value ends at the "2227"). Your Gold value is at "8468".

    So it would look like this in hex: 8607300938004084682227
    Downloads : 71 || Uploads : 4 || Rep Power : 14295 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,733 Times in 1,843 Posts



  5. #29
    Haven Martial Arts God


    cybersam is offline
    Join Date : Jan 2011
    Posts : 1,193
    Array

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    Quote Originally Posted by Idlehands88 View Post
    Can you send me your save please or the account.dat file. I'm trying to figure out how the value is calculated, but so far I don't understand it.

    It's really weird... It seems that in the save the value starts as an Int8 value and when you reach 129 Gold the hex is 8001 (80 is 128 and the 01 makes it 129). I'm using the modded starter save that has 100,663,296 Gold and in hex it's written as "80808030"... So 80 is the max that the byte can go to before starting a new byte.
    looks interesting indeed..
    but at least the gold part looks easy enough atm...
    you just multiply each of the bytes with each other so "80808030" (128*128*128*48) will get you exactly "100,663,296"
    and i guess that if a value is just 01 then it will be added instead to be sure we need a one with the value of 02
    Downloads : 17 || Uploads : 2 || Rep Power : 7475 || Posts : 1,193 || Thanks : 43 || Thanked 4,060 Times in 399 Posts


    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs,
    and the Universe trying to produce bigger and better idiots.
    So far, the Universe is winning.

    Rich Cook

  6. #30
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 34
    Posts : 4,709
    Array
    Twitter: @

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    Quote Originally Posted by cybersam View Post
    looks interesting indeed..
    but at least the gold part looks easy enough atm...
    you just multiply each of the bytes with each other so "80808030" (128*128*128*48) will get you exactly "100,663,296"
    and i guess that if a value is just 01 then it will be added instead to be sure we need a one with the value of 02
    WTF I swear I tried that... I think I might have done 128*128*128*128*48 lol I added another 128 :(

    EDIT: I found my Potions that are on my character and I have 400 but the value is 94 (148)... How would the above equation work? Also on doket's save his value is "8468" in hex. so it's not stopping at the 80 mark?
    Downloads : 71 || Uploads : 4 || Rep Power : 14295 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,733 Times in 1,843 Posts



  7. #31
    Blast From The Past
    GoldZ is offline
    Join Date : Nov 2012
    Posts : 3
    Array

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    good work mate :)

  8. #32
    Haven Martial Arts God


    cybersam is offline
    Join Date : Jan 2011
    Posts : 1,193
    Array

    Re: Diablo 3 Decrypt/Encrypt Tool v1.0

    Quote Originally Posted by Idlehands88 View Post
    WTF I swear I tried that... I think I might have done 128*128*128*128*48 lol I added another 128 :(

    EDIT: I found my Potions that are on my character and I have 400 but the value is 94 (148)... How would the above equation work? Also on doket's save his value is "8468" in hex. so it's not stopping at the 80 mark?
    that is what we need to find out...
    as it seems like the equation doesn't work on docket's save (or the value he provided wasn't correct... which i doubt...)... -.-
    the calculated value i get is 13728... which is neither of the values he posted... -.-

    as for the position... could it be that some info saved near it or in a different place that represents the potion count...
    you should try to get rid of a few (multiple saves) and see what exactly changes near that value

    ----- edit

    lol.... you've got to be kidding me...
    about docket's save...
    the money value he posted is correct...
    i just found out... ^_^''''
    blizzard really wants to make it as hard possible for us ^_^
    docket's hex values were 8468
    now to get the correct gold value you will have to subtract the 4 from 84
    multiply 80 with 68 and then add the 4 again...
    then you will get the correct value of 13316


    crap... i'm getting all excited over this game ^_^
    and i haven't even started the first quest ^_^'''
    Downloads : 17 || Uploads : 2 || Rep Power : 7475 || Posts : 1,193 || Thanks : 43 || Thanked 4,060 Times in 399 Posts


    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs,
    and the Universe trying to produce bigger and better idiots.
    So far, the Universe is winning.

    Rich Cook

 

 
Page 4 of 28 FirstFirst 12345678914 ... LastLast

Similar Threads

  1. [Release] Iron Brigade (Trenched) Encrypt/Decrypt Hash Fixer v1.0
    By Vulnavia in forum Xbox 360 Modding Programs
    Replies: 41
    Last Post: 05-05-2017, 03:58 PM
  2. [Release] Max Payne 3 Decrypt / Encrypt Mod Tool v1.0
    By Vulnavia in forum Xbox 360 Modding Programs
    Replies: 8
    Last Post: 05-09-2015, 06:47 PM
  3. d3 decrypt tool help...
    By overxkill in forum Help & Support
    Replies: 1
    Last Post: 01-08-2014, 01:29 PM
  4. d3 decrypt tool help pls....
    By overxkill in forum PS3
    Replies: 0
    Last Post: 10-28-2013, 03:59 AM
  5. [Release] Moondiver Encrypt/Decrypt CRC Fixer v1.0
    By Vulnavia in forum Xbox 360 Modding Programs
    Replies: 7
    Last Post: 09-23-2013, 08:55 PM

Visitors found this page by searching for:

nu vot

diablo 3 encrytperdiablo 3 decryptencrypt tooldiablo 3 ps4 save decryptd3ros de&entcrypterd3 decrypter ps3decrypter for diablo 3ps4 decryption diablo 3D3Decrypt Diablo 3 encyption toolhttp:www.360haven.comforumsthreads27416-Diablo-3-Decrypt-Encrypt-Tool-v1-0diablo 3 ps4 decrypt tool

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯