Some basic offsets to let you play offline menu

User Tag List

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 86
  1. #46
    Fritomaster's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2010
    Posts
    68
    Thanks G/R
    3/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=ferib;4299078]Can confirm, the crc32 checks are the same as the ones I'm used to.
    Big thanks, @king48488 for poking my interests, was a fun challenge to get it working!


    Awesome work. I don't really much of the process but you obviously know your trade.

    Have you progressed a bit further and its still working?
    Last edited by Fritomaster; 04-12-2021 at 08:15 PM.

    Some basic offsets to let you play offline
  2. #47
    ex0d's Avatar Member
    Reputation
    2
    Join Date
    Apr 2021
    Posts
    7
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ferib View Post
    Can confirm, the crc32 checks are the same as the ones I'm used to.
    Big thanks, @king48488 for poking my interests, was a fun challenge to get it working!

    Well done @ferib !

    How did you get around remapping crash? You mentioned you were looking for logs earlier. I've noticed that when the crash happens BlizzardError.exe pops up for a split second but I could not find anything it saves.

  3. #48
    themp's Avatar Member
    Reputation
    3
    Join Date
    Aug 2008
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have any plans on releasing your executable, for all of us that didn't get into the alpha?

  4. #49
    dclone's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ferib View Post
    Can confirm, the crc32 checks are the same as the ones I'm used to.
    Big thanks, @king48488 for poking my interests, was a fun challenge to get it working!

    Gratz! Nice work - I think it is save to say most of wouldn't even see a chance to beat this without your work on crc bypasses.

    For my loader I still face crashes due to the remapping - confirmed with someone who has it running that my method should work but for some reason I get these random crashes after 2-3 mins in menu.

  5. #50
    dclone's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ex0d View Post
    Well done @ferib !

    How did you get around remapping crash? You mentioned you were looking for logs earlier. I've noticed that when the crash happens BlizzardError.exe pops up for a split second but I could not find anything it saves.
    The BlizzardError.exe does store a crashlog and dump in your Temp folder.

  6. #51
    ZLOFENIX's Avatar Member
    Reputation
    2
    Join Date
    Nov 2019
    Posts
    5
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I connected game to my emu, now will make emu part, im not interested in full offline, only to connect game to my emu.
    Will report when emu will be done if nothing happens, because im not using google protobuf impl.
    Let say its just info post.

  7. Thanks vvvat (1 members gave Thanks to ZLOFENIX for this useful post)
  8. #52
    TreeEskimo's Avatar Member
    Reputation
    5
    Join Date
    Mar 2013
    Posts
    111
    Thanks G/R
    1/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Patched exe would be dope. I'll try and see if I can work around this in the mean time. Thanks for the information guys.

  9. Thanks Flamberge (1 members gave Thanks to TreeEskimo for this useful post)
  10. #53
    usafbordeaux's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    14
    Thanks G/R
    4/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guess I gotta start youtubing "How to program" lol. I need to take a break from just reading this thread lol.

  11. #54
    MrNoble's Avatar ezclap CoreCoins Purchaser
    Reputation
    535
    Join Date
    Sep 2015
    Posts
    357
    Thanks G/R
    170/218
    Trade Feedback
    2 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ex0d View Post
    Well done @ferib !

    How did you get around remapping crash? You mentioned you were looking for logs earlier. I've noticed that when the crash happens BlizzardError.exe pops up for a split second but I could not find anything it saves.
    I ended up patching the crc32's properly and had to remap the sections back after the patching was done.

    Originally Posted by dclone View Post
    Gratz! Nice work - I think it is save to say most of wouldn't even see a chance to beat this without your work on crc bypasses.

    For my loader I still face crashes due to the remapping - confirmed with someone who has it running that my method should work but for some reason I get these random crashes after 2-3 mins in menu.
    The fact that you crash after 2~3 minutes means you have patched/remapped the game and triggered the crc32 checks.
    This means you are over the first roadblock of patching & remapping, but you still got some crc32 checks to take care of.
    Any fool can write code that a computer can understand. good programmers write code that humans can understand.

  12. Thanks ex0d (1 members gave Thanks to MrNoble for this useful post)
  13. #55
    dclone's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ferib View Post
    The fact that you crash after 2~3 minutes means you have patched/remapped the game and triggered the crc32 checks.
    This means you are over the first roadblock of patching & remapping, but you still got some crc32 checks to take care of.
    I wish it was like that. It crashes after 2-3 minutes _without_ any patches applied.

    What I do is:

    • backup contents of existing view
    • create new section
    • unmap existing view
    • create unprotected view in my section
    • restore contents to unprotected view in my section
    • unmap my unprotected view
    • create protected view


    So in the end everything is exactly like if I did no mapping at all with the sole difference that the view was created with my section and not Blizzard's. Still I get the crash. If I don't do the above then I don't get a crash.

    So it must have to do with my remapping.

  14. #56
    MrNoble's Avatar ezclap CoreCoins Purchaser
    Reputation
    535
    Join Date
    Sep 2015
    Posts
    357
    Thanks G/R
    170/218
    Trade Feedback
    2 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    For those who would like to unlock all buttons, 0x597E1C -> 90909090909090

    DM me if you are willing to play multiplayer with me !

    Any fool can write code that a computer can understand. good programmers write code that humans can understand.

  15. Thanks Dustii, BURAOT, Fritomaster, usafbordeaux, Flamberge, knic (6 members gave Thanks to MrNoble for this useful post)
  16. #57
    zogzog34's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2021
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I understand that you guys don't want to release a crack or tool to bypass the anti-debugging easily for probably some of those reasons :
    - it's more work to make it foolproof and stable
    - people will still ask for more help and support
    - git gud
    - blizzard is reading this ? (Please don't ban me, my wow account is the apple of my eye)

    So let me just ask one thing : How hard would it be to replicate this hack for someone with pretty average developing skills (C++, Bash and some php) and absolutely no skill/knowledge in asm/reverse engineering.
    Trying to learn those but probably i should go with simpler goals first.
    Although with the amount of info there is in this thread and on ferib blog maybe reading a few things about PE file format and memory hacking would be enough.

    Edit : Forgot one reason is that it might start attracting more attention to this website if you start sharing tools to bypass DRMs
    Last edited by zogzog34; 04-13-2021 at 04:09 PM.

  17. #58
    Fritomaster's Avatar Active Member
    Reputation
    16
    Join Date
    Mar 2010
    Posts
    68
    Thanks G/R
    3/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zogzog34 View Post
    I understand that you guys don't want to release a crack or tool to bypass the anti-debugging easily for probably some of those reasons :
    - it's more work to make it foolproof and stable
    - people will still ask for more help and support
    - git gud
    - blizzard is reading this ? (Please don't ban me, my wow account is the apple of my eye)

    So let me just ask one thing : How hard would it be to replicate this hack for someone with pretty average developing skills (C++, Bash and some php) and absolutely no skill/knowledge in asm/reverse engineering.
    Trying to learn those but probably i should go with simpler goals first.
    Although with the amount of info there is in this thread and on ferib blog maybe reading a few things about PE file format and memory hacking would be enough.

    Edit : Forgot one reason is that it might start attracting more attention to this website if you start sharing tools to bypass DRMs
    This site has been popular for a lonnnnnnnnnnnnnng time. Even like 10+ years ago when it was mmowned.
    Last edited by Fritomaster; 04-13-2021 at 04:21 PM.

  18. #59
    zogzog34's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2021
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I mean i know it's popular and i was already here trying to find cheats for shitty wow privates servers ten years ago, just lurking. And blizzard is probably browsing it often but too lazy to patch their games too
    I do think sharing cracks could attract different people and comes with his own problems though.
    Also this thread has been indexed by google.
    Last edited by zogzog34; 04-13-2021 at 04:54 PM.

  19. Thanks Flamberge (1 members gave Thanks to zogzog34 for this useful post)
  20. #60
    DesmondTiny's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ex0d View Post
    You can use this: GitHub - barncastle/Battle.Net-Installer: A command line tool for installing Blizzard games through Battle.Net.
    .\BNetInstaller.exe --prod osib --uid osi_beta --lang enus --dir "D:\Games\D2R"

    Edit: oops, before I wrote it 0x7C posted his reply already
    How do you use this application exactly? I download it but not sure what to do.

Page 4 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Selling] 6 x 55 Archeage Account with lots of properties to let you earn 1k gold
    By fatihbarut in forum ArcheAge Buy Sell Trade
    Replies: 0
    Last Post: 04-02-2016, 06:35 AM
  2. [Selling] RBG Boosting to 2200 / 2400/ 2600! For Gold and IRL money. You play your character!
    By Rbgboosters in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 06-11-2012, 07:29 PM
  3. Any hacks out with the feature to let you chat with opposite faction?
    By NeBz in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 06-23-2011, 08:36 AM
  4. Some hacks brought to you by ISXAOC
    By Pickled in forum Age of Conan Exploits|Hacks
    Replies: 15
    Last Post: 10-04-2008, 09:02 AM
  5. just to let you guys know....
    By Manky in forum World of Warcraft General
    Replies: 9
    Last Post: 09-24-2008, 02:04 PM
All times are GMT -5. The time now is 03:12 AM. 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