As I have been getting a lot of people asking me where to mod your level and stuff, I have put together a tutorial for those that are having trouble.
Tools Required:
Hex Workshop (or a Hex Editor of your choosing)
Something to convert DEC to HEX (I use my computers calculator)
My tutorial on how to extract the files needed to mod
Common Sense
NOTE: You have to reverse the bytes to find your values. Meaning that if you have 100000 Auras and you convert that to HEX (000186A0) you'll need to change it to A0860100.
First open your save in a Hex Editor. Search for "HERO" (w/o the ""). You should find something like this:
For level modding you will need to convert your desired level into HEX. Just reverse the bytes and there you go. To find your level and other stats look at this picture:
When modding Item quantity it is pretty straight forward, it's not hard to find and/or see the amount you currently have:
For crystal modding you have TWO parts that you can mod; the Amount and the Effect:
Now for Armor/Weapon modding it's again pretty straight forward. You have your Level Required, Number of Upgrades, Sockets and what Crystals you have in it. To find the location of these look here:
If you want to do an ITEM SWAP, you just have to replace the Name/ID with the item's Name/ID you want. NOTE: Do not go past the "Free Space for Name" (the FFFF)
And there you go guys, if anyone has anything to add, send me a PM or reply, I will add it to the tutorial along with credit to you for finding.