360haven works best with JavaScript enabled
[Release] Diablo III Editor - BASIC - Page 23
Loading
Register
Page 23 of 78 FirstFirst ... 131819202122232425262728334873 ... LastLast
Results 177 to 184 of 617
  1. #177
    Senior Member
    Paulinho is offline
    Join Date : Jul 2011
    Posts : 121
    Array

    Re: Diablo III Editor - BASIC

    Quote Originally Posted by DT2 View Post
    You have to insert his hero file onto your own save.
    I don't want to replace my account.dat, I want to learn how to modify my own items in billions.


  2. #178
    PerfectDisaster

    Re: Diablo III Editor - BASIC

    he is probally using an hex editor my ex-boyfriend said....check my profile for my gamertag....ill take all friends requests on their just to make my ex mad =P

  3. #179
    PerfectDisaster

    Re: Diablo III Editor - BASIC

    i was just wondering how do you take a friends save and merge it with your own?

  4. #180
    AModder

    Re: Diablo II Editor - BASIC

    this cipher already been released to the public on xboxmb in C and on xpg by some guy named Homura in C#

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
     
    namespace AvalonIO.Algorithms
    {
        class Diablo3Cipher
        {
            private int Cipher(byte[] buffer, uint length)
            {
                ulong iv = 0x2EC9A01B305F92D8;
     
                if (buffer == null)
                    return -1;
     
                for (int i = 0; i < length; i++)
                {
                    ulong temp = buffer[i] ^ (iv & 0xFF);
                    buffer[i] = Convert.ToByte(temp & 0xFF);
     
                    iv = ((iv ^ buffer[i]) << 56) | (iv >> 8);
                }
     
                // success
                return 0;
            }
        }
    }

  5. #181
    Haven's Warrior lv97
    Gamer

    UrK is offline
    Join Date : Sep 2011
    Location : United States
    Age : 28
    Posts : 1,027
    Array
    Twitter: @

    Re: Diablo III Editor - BASIC

    I am getting an unhandled exception, it let me enable's the stats but when I save it tells me to load my character file...?

    Then when I exit out of the editor and load it back up to try again I do not recieve the exception error I just get the load your character file error.
    Downloads : 36 || Uploads : 9 || Rep Power : 4395 || Posts : 1,027 || Thanks : 713 || Thanked 101 Times in 83 Posts




  6. #182
    Junior Member
    Stevifornia is offline
    Join Date : Aug 2013
    Posts : 2
    Array

    Re: Diablo II Editor - BASIC

    Great work THX

  7. #183
    Disciplebeta

    Re: Diablo II Editor - BASIC

    Looking for someone with crafting pages, gems, tomes, plans, and all that good stuff to dupe with.
    I have a headset, Have done it many times. Its very easy.

    Xbox- Disciplebeta




    Thank you much for this Editor also.
    Its BOSS

    I wrecked my barb some how :-(

    His stats now show 212... just like that instead of the 132 like my demon hunter.

    When the barb goes into a game he flashes red the entire time like he is low on life.
    I tried the instant heal NPC. Don't work. lol

    He still one shots everything I think his stats are in the billions.. lol
    I opened his file to many times and clicked enable to all.

  8. #184
    Dim

    Re: Diablo II Editor - BASIC

    Nice Editor Man :p

 

 

Similar Threads

  1. [Release] Diablo III Character Editor
    By Idlehands88 in forum Xbox 360 Modding Programs
    Replies: 44
    Last Post: 06-15-2016, 06:35 PM
  2. [Tutorial] Diablo III Self Duping
    By Idlehands88 in forum Xbox 360 Tutorials
    Replies: 41
    Last Post: 01-01-2016, 05:36 PM
  3. [REQ][PC] Diablo III Save Editor
    By XxGSxX in forum Pc mods/trainers
    Replies: 4
    Last Post: 07-20-2015, 04:01 PM
  4. [YouTube] Diablo III - What's New in Patch 2.0.1
    By scorpionnet in forum Youtube Famous
    Replies: 0
    Last Post: 03-05-2014, 12:33 AM
  5. Diablo III modding ?
    By Migty in forum Xbox 360 Modding Discussion
    Replies: 34
    Last Post: 09-11-2013, 04:01 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

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.

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