multiclient menu

User Tag List

Thread: multiclient

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    lenat's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    multiclient

    Hello,
    is there any way to run 2-3 clients except for vmware?

    multiclient
  2. #2
    porkie's Avatar Active Member
    Reputation
    30
    Join Date
    Jan 2008
    Posts
    92
    Thanks G/R
    8/14
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sandboxie would be a good choice Sandboxie - Sandbox software for application isolation and secure Web browsing

    Its needs a licence though, maybe it has a trial period, I cant remember.

  3. Thanks lenat (1 members gave Thanks to porkie for this useful post)
  4. #3
    sanerrr's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    58
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sandboxie not working, I checked

  5. #4
    Skyechang's Avatar Active Member CoreCoins Purchaser
    Reputation
    15
    Join Date
    Feb 2016
    Posts
    12
    Thanks G/R
    20/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenat View Post
    Hello,
    is there any way to run 2-3 clients except for vmware?
    There may be a way using command line arguments (Like the gameguard bypass StartNA.bat uses) or you can also load two copies, one regularly and one in a debugger like Olly or IDA, maybe even CE if you are fine without the additional functions full debuggers provide. There is also a private BnS server called PlayBNS. You may find some information in searching for people hacking and experimenting with that server that relates to this server.

    Anyways, the one in the debugger should halt, you can continue to let it run and if it asks you to let it use the game's own debugger, allow it, after all you want the program to run as normally as possible.. There is a chance that you will hit a debugger halt (If the client looks for external debuggers, in which case you would have to work around in ASM, perhaps inject your code, nop it, (Nop = Do nothing in current ASM, the game will go to the next line.) however if it is working with a system module (For example, never mess with kernel32.dll functions unless you know EXTREMELY well what you are doing, otherwise you can crash and crash and crash your computer lol) then do not nop it and be very careful in preserving the register values of the function if you decide to code inject, or you can follow what leads to it and write in a jump around the function (If it isn't an important / multiple use one) until you reach the message box prompt for multiple clients.

    Message prompts in ASM are called from the User32.dll function MessageBoxA which calls up every windows prompt in windows, learning to follow what called it will teach you something essential in reverse engineering, which is backtracing functions that you have identified, which leads into changing the Assembly code in ways that you can predict, then with more experience you can create your own hack functions to replace the ones that the game uses, then who knows what sorts of things you'll find, or interesting hacks you'll learn to create.

    Anyways, that's as far as I can help, I am just passing on what I've been learning along the way and how it could apply to this, my strongest advice is tearing into as many tutorials as you can, try for new things, try new approaches to the same outcome and even try to reverse other hacks that you get, to learn how the hacker has done it, however do not take credit for the hack if you do this, this is for educational purposes only and can help you keep an old hack up to date for your own personal use.

    Sorry for being all over the place, have a LOT of interruptions today, I hope this helps you even a little, Good Luck! :3

  6. Thanks lenat (1 members gave Thanks to Skyechang for this useful post)
  7. #5
    lenat's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sandboxie is working well for me

  8. #6
    porkie's Avatar Active Member
    Reputation
    30
    Join Date
    Jan 2008
    Posts
    92
    Thanks G/R
    8/14
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could maybe try a custom launcher, they bypass gameguard so they can use there mods etc. I found one from this website, but I haven't tired it and Im not sure if it enables you to lauch multiple clients but you can try.

    [Release] Blade and Soul Army Knife v1.3 - Blade & Soul Dojo

  9. #7
    chaosrain34's Avatar Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    57
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by porkie View Post
    You could maybe try a custom launcher, they bypass gameguard so they can use there mods etc. I found one from this website, but I haven't tired it and Im not sure if it enables you to lauch multiple clients but you can try.

    [Release] Blade and Soul Army Knife v1.3 - Blade & Soul Dojo
    It works, but it will flag and ban your account for suspicious activity, you will have to contact support to get it unbanned and if you keep using it after your unban, you'll get banned again after 2 days. I stopped using it and I didn't get a ban again. (been almost 2 weeks now.)

  10. #8
    mykki's Avatar Active Member
    Reputation
    31
    Join Date
    Oct 2012
    Posts
    118
    Thanks G/R
    2/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenat View Post
    Sandboxie is working well for me
    Care to write quick guide how do you get it run?

    Im trying to get BnS to run with Sandboxie but it just wont start

  11. #9
    sanerrr's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    58
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenat View Post
    Sandboxie is working well for me
    how did you manage to run?

  12. #10
    DoichinMitrev's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How were you able to run the game through Sandboxie? It keeps telling me that a debugger has been detected.

    Does the client need to be unpacked before that?

  13. #11
    lenat's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You just need sandboxie on your PC, then right click on launcher and press run sandboxed.
    That's all.

  14. #12
    DoichinMitrev's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenat View Post
    You just need sandboxie on your PC, then right click on launcher and press run sandboxed.
    That's all.
    Sanboxie can start 2 launchers but if you then start the game even from only 1 it gives you the error "WinLicense: A debugger has been found running in your system. Please unload it from memory and restart your program." Same happens if you try to run the client directly through sandboxie.

    I tried doing this both in Windows 7 and 10.

    It really works for you (starting multiple instances of BnS on same PC) just by pressing right click on launcher and pressing "run sandboxed" ?

  15. #13
    lenat's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was working for me yesterday but now i also have problem with debugger
    I don't know if its caused by update and active GG (already tried disabling it but same thing happen) or anything else.

  16. #14
    lenat's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update: Sandboxie version 4.12 works fine.

    But still can't do anything with another error.
    multiclient-untitled-jpg

  17. #15
    sanerrr's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    58
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lenat View Post
    Update: Sandboxie version 4.12 works fine.

    But still can't do anything with another error.
    multiclient-untitled-jpg
    solved the problem?
    win 7?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Selling] PRE-28TH May (MultiClient) VirtualSteroids' Immortal Bot Account
    By entityAU in forum Diablo 3 Buy Sell Trade
    Replies: 10
    Last Post: 06-10-2012, 05:00 PM
  2. Replies: 1
    Last Post: 03-23-2012, 01:54 PM
  3. Replies: 1
    Last Post: 12-27-2011, 08:32 AM
  4. [Bot] FoxyBOT v1.849.2 And MultiClient
    By redange in forum MMO Exploits|Hacks
    Replies: 0
    Last Post: 09-18-2010, 06:50 PM
  5. [KO] MultiClient/Unblocker (1849)
    By redange in forum MMO Exploits|Hacks
    Replies: 2
    Last Post: 09-18-2010, 06:37 PM
All times are GMT -5. The time now is 08:26 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search