Enforce 32bit version menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Exobitox's Avatar Member
    Reputation
    4
    Join Date
    Feb 2016
    Posts
    5
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enforce 32bit version

    To enforce the 32bit version of BDO, change

    Code:
    0092E4D9 | 76 25                    | jbe black desert online launcher.92E500             | ;64bit check
    to

    Code:
    0092E4D9 | 7F 25                    | jg black desert online launcher.92E500              | ;64bit check
    in "Black Desert Online Launcher.exe"

    (Works on current CBT2 EU/NA Version)

    Enforce 32bit version
  2. Thanks supervirus5 (1 members gave Thanks to Exobitox for this useful post)
  3. #2
    mouratis's Avatar Member
    Reputation
    7
    Join Date
    Nov 2014
    Posts
    17
    Thanks G/R
    5/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is this usefull for?

  4. #3
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    It is useful for enforcing 32 bit.

  5. Thanks chaosrain34, Parog (2 members gave Thanks to Sychotix for this useful post)
  6. #4
    csr's Avatar Member
    Reputation
    5
    Join Date
    Aug 2014
    Posts
    18
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And what is playing in 32 bit useful for ? (real question)

  7. #5
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Pretty much nothing unless you are experiencing issues running 64-bit. For other games, some bot developers will only support the 32-bit application, as it has the widest audience. WoW is an example of this.

  8. Thanks csr (1 members gave Thanks to Sychotix for this useful post)
  9. #6
    Astran.Gold's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    coould you provide the function signature for this as the mentioned address is outdated ?

  10. #7
    Cryless's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Astran.Gold View Post
    coould you provide the function signature for this as the mentioned address is outdated ?
    \x76\x25\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\x83\xF8\x01
    xxx????x????xxxxxx

  11. #8
    Astran.Gold's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cryless View Post
    \x76\x25\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\x83\xF8\x01
    xxx????x????xxxxxx
    Not sure what kind of function you're using, the 00 padding makes little sense (your function interprets those bytes as subject to change otherwise it wouldn't work).

    Anyway, this is the signature i use :

    762568????????E8????????83C40483F801


    current address in the process is : 0x00FFEA58
    replace jna by jmp.

    If this sig somehow works no longer, the process to find the address s very simple (cheat engine) :
    Scan for this byte array : 42 00 6C 00 61 00 63 00 6B 00 44 00 65 00 73 00 65 00 72 00 74 00 36 00 34 00 2E 00 65 00 78 00 65
    (=BlackDesert64.exe in unicode)
    with all options grayed out (neither checked neither unchecked) and fast scan disabled.
    you find an address, now scan for the address you just found with same options as before, this will land you to the push instruction referencing the BlackDesert64.exe string.
    Last edited by Astran.Gold; 11-15-2016 at 04:57 AM.

  12. #9
    Cryless's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Astran.Gold View Post
    Not sure what kind of function you're using, the 00 padding makes little sense (your function interprets those bytes as subject to change otherwise it wouldn't work).

    Anyway, this is the signature i use :

    762568????????E8????????83C40483F801


    current address in the process is : 0x00FFEA58
    replace jna by jmp.

    If this sig somehow works no longer, the process to find the address s very simple (cheat engine) :
    Scan for this byte array : 42 00 6C 00 61 00 63 00 6B 00 44 00 65 00 73 00 65 00 72 00 74 00 36 00 34 00 2E 00 65 00 78 00 65
    (=BlackDesert64.exe in unicode)
    with all options grayed out (neither checked neither unchecked) and fast scan disabled.
    you find an address, now scan for the address you just found with same options as before, this will land you to the push instruction referencing the BlackDesert64.exe string.
    We are using same signature.

    I just figured out the address searching for string -> BlackDesert32

    -- EDIT --

    How to run client without administrator (x32 x64 both working)

    1- Remove <security> from Launcher manifest using Resource Hacker
    2- Rename BlackDesert64.exe into OrgBlackDesert64.exe
    3- Compile as BlackDesert64.exe

    Code:
    #include <sstream>
    
    int main(int argc, char *argv[])
    {
    	std::stringstream ss;
    	ss << "cmd /min /C \"set __COMPAT_LAYER=RUNASINVOKER && start \"\" \"OrgBlackDesert64.exe\" " << argv[1] << "\"";
    	system(ss.str().c_str());
    	return 0;
    }
    Enforce 32bit version-535919c62061a333a9403ab80b3c971b-gif
    Last edited by Cryless; 11-15-2016 at 07:51 PM.

  13. #10
    Astran.Gold's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Exe was recompiled, new address is : 0x00DEEA58
    Signature still works tho

  14. #11
    Vixentrix's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know this is necro posting. I found the new address. What now?
    Can someone point me to the right direction?

  15. #12
    dezzedy's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Koexygen Club | Gaming Hacks & Bots they offer black desert hack speed hack, mu legend bot soon black desert grind bot pubg hack and much more! check it out, NEW MU LEGEND BOT supporst all platform coming soon and english version +++ User Marketplace everyone can sell accounts items or anything with real money and withdraw with paypal check it out

Similar Threads

  1. Badger Badger Badger (WoW version)
    By LiquidShizzles in forum World of Warcraft General
    Replies: 3
    Last Post: 12-13-2006, 07:08 AM
  2. Cracked version of Fraps?
    By Amedis in forum Community Chat
    Replies: 36
    Last Post: 12-04-2006, 12:00 AM
  3. Guest Account Xploit (tested on Eu version)
    By Petrusha in forum World of Warcraft Exploits
    Replies: 31
    Last Post: 10-10-2006, 06:11 AM
  4. BWH chinese translated. Now has an updated version for 1.11
    By ultimaonline100 in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 09-13-2006, 05:28 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 05:54 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