Multi-boxing menu

Shout-Out

User Tag List

Thread: Multi-boxing

Results 1 to 12 of 12
  1. #1
    wineggdrop's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Multi-boxing

    any way to open multiple D3 game client other than making copy of D3 game client folder?

    Multi-boxing
  2. #2
    Eryx's Avatar
    Eryx
    Guest
    Not as far as I know.

  3. #3
    Thaadevil's Avatar Contributor
    Reputation
    319
    Join Date
    Apr 2011
    Posts
    936
    Thanks G/R
    1/9
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep there's a program for it released on DB Forums.

  4. #4
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Diablo III.exe -launch
    "If it compiles, it works."

  5. #5
    wineggdrop's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thaadevil View Post
    Yep there's a program for it released on DB Forums.
    what is DB forum?any link avariable?thx

  6. #6
    Crotaphytus112's Avatar Active Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #7
    boredevil's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2008
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But you should know that the starter modifies the client. And it might just be a matter of time till they start scanning for the modifications.

  8. #8
    wineggdrop's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it scans game process memory for {0x8b, 0x5d, 0x10, 0x89, 0x85, 0xe4, 0xfb, 0xff, 0xff, 0x8b, 0x45, 0x20, 0x89, 0x8d, 0xe0, 0xfb,0xff, 0xff, 0x56, 0x8d, 0x8d, 0x90} and replace the first 3 byte with {0x6a,0x03,0x5b} and {0xf6,0x40,0x05,0x02,0x75,0x17},reaplce 0x02 with 0xeb.

    restore the patched bytes after multi game launch result in game error,so suck
    Last edited by wineggdrop; 05-31-2013 at 12:42 AM.

  9. #9
    zycamzip's Avatar Contributor

    Reputation
    232
    Join Date
    Aug 2007
    Posts
    541
    Thanks G/R
    17/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    facebook.com/RPGeX has been giving away free ISBoxer keys. Not sure it it will help or not. Shouldn't have to mess with the client if you use ISBoxer

  10. #10
    wineggdrop's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zycamzip View Post
    facebook.com/RPGeX has been giving away free ISBoxer keys. Not sure it it will help or not. Shouldn't have to mess with the client if you use ISBoxer
    I think it's 30 day key only

  11. #11
    boredevil's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2008
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you put breakpoints on the locations you will see that:

    first hit will be the "launcher patch". that code gets executed once at statup. so it can be removed afterwards.
    after that the "shared access" patch gets hit several times. also at login and when creating a game.

    So you could. just patch the launcher location and hook into CreateFileW.
    In your CreateFileW hook you just do something like that:
    Code:
    createFileWhook(...)
    {
        if( returnaddress == 0x0081CFA6 )
        {
            if( launcherPatchApplyed() )
            {
                removeLauncherPatch();
            }
            return createFileWoriginal(..., 3, ...);
        }
        return createFileWoriginal(...);
    }
    That way there won´t be any patches left in the code section, when warden gets loaded and hooking into CreateFileW sould be safe anyway.

    Or you could just intercept the warden scans and patch whatever you want.
    Reversing the warden and messing with it is actually a pretty easy and fun thing to do.
    While playing with it i had to laugh at myself when i accidentally made it "explode" and wondered why it´s not getting loaded and scanning anymore

  12. #12
    wineggdrop's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the warden thing sound interesting to me,but I am new to reversing and assambly.any good info to share?

Similar Threads

  1. [Program] How to Multi-Box on 1 PC
    By boringhuman in forum World of Warcraft Bots and Programs
    Replies: 29
    Last Post: 09-28-2008, 05:15 PM
  2. Multi Boxing 2 chars???? How?
    By thebignoob in forum World of Warcraft General
    Replies: 5
    Last Post: 08-06-2008, 04:52 PM
  3. Another way to Multi box on 1 computer
    By Grîp in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 06-10-2008, 10:06 AM
  4. Melee Multi-boxing, How To
    By rootbeergnome in forum World of Warcraft Guides
    Replies: 3
    Last Post: 04-05-2008, 02:12 PM
  5. Multi Box with one pc
    By Ltork in forum World of Warcraft General
    Replies: 6
    Last Post: 01-25-2008, 08:11 AM
All times are GMT -5. The time now is 04:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search