Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47
  1. #1
    andrelol3's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    10
    My Mood
    Inspired

    Wink Injecting Profile in Epic Games Version

    This topic follow at
    https://www.mpgh.net/forum/showthread.php?t=1530490

    Thanks to @JellyBelly1809


    Code for OnBeforeRequest Script event (EPIC GAMES)

    Code:
    if (oSession.HostnameIs("steam.live.bhvrdbd.com")) {
            oSession.hostname="https://brill.live.bhvrdbd.com";        
            oSession.oRequest["x-kraken-client-platform"] = "egs";        
            oSession.oRequest["x-kraken-client-provider"] = "egs";
    }

  2. The Following User Says Thank You to andrelol3 For This Useful Post:

    sequx (12-04-2021)

  3. #2
    dj_mohamed's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    i do find my cookie but can't inject any saves
    ERRORThe remote server returned an error: (401) Unauthorized.
    used 2 injectors so far both gave the same error

  4. #3
    DJ_Dreamer's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Home Sweet Home :3
    Posts
    1,708
    Reputation
    10
    Thanks
    972
    My Mood
    Bored
    Quote Originally Posted by dj_mohamed View Post
    i do find my cookie but can't inject any saves
    ERRORThe remote server returned an error: (401) Unauthorized.
    used 2 injectors so far both gave the same error
    try open dbd again find the cookie again, sometimes it's the cookie changed
    WHERE THE F I AM



     

    Solo leveling


  5. #4
    membernovato's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    This work! But no save injector to 5.4.0 version

    Quote Originally Posted by andrelol3 View Post
    This topic follow at
    https://www.mpgh.net/forum/showthread.php?t=1530490

    Thanks to @JellyBelly1809


    Code for OnBeforeRequest Script event (EPIC GAMES)

    Code:
    if (oSession.HostnameIs("steam.live.bhvrdbd.com")) {
            oSession.hostname="https://brill.live.bhvrdbd.com";        
            oSession.oRequest["x-kraken-client-platform"] = "egs";        
            oSession.oRequest["x-kraken-client-provider"] = "egs";
    }
    Thanks bro it working!
    I only can use a save injector but is old. The others need fiddler open (because this script) but when i open the save injector the fiddler closes.

  6. #5
    Aidenak47's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by membernovato View Post
    Thanks bro it working!
    I only can use a save injector but is old. The others need fiddler open (because this script) but when i open the save injector the fiddler closes.
    Which injector did you use?
    I used Fluxdot's and it said it injected the profile but nothing changed.
    Edit: i fixed it, i had to inject the profile a couple times for it to work
    Last edited by Aidenak47; 12-04-2021 at 12:31 PM.

  7. #6
    abbeee1's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    what fiddler settings do you guys use?
    I have HTTPS traffic decryption enabled but when i start fiddler i dont get any connection so i cant get into dbd im just stuck on loading and get a network error.

  8. #7
    membernovato's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Aidenak47 View Post
    Which injector did you use?
    I used Fluxdot's and it said it injected the profile but nothing changed.
    https://www.mpgh.net/forum/showthread.php?t=1510097
    This i cant use my profile, maybe doing something wrong, but only work the default (missing twins, nemesis etc) and survs.

    https://www.mpgh.net/forum/showthread.php?t=1505501
    This only work if Fiddler is open (maybe) but when I open the SI Fiddler close automatically

    Sorry my English!

  9. #8
    dj_mohamed's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Quote Originally Posted by DJ_Dreamer View Post
    try open dbd again find the cookie again, sometimes it's the cookie changed
    thanks for the reply i tried many times still the same problem

  10. #9
    andrelol3's Avatar
    Join Date
    Oct 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    10
    My Mood
    Inspired
    Remove https:// from brill.live.bhvrdbd.com in "oSession.hostname=" otherwise it will not work.

    IDK why I added this, sorry guys. Just "brill.live.bhvrdbd.com" should work.

    @Ally can you edit the thread?
    Last edited by andrelol3; 12-04-2021 at 01:09 PM.

  11. #10
    dj_mohamed's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    - - - Updated - - -

    Quote Originally Posted by andrelol3 View Post
    Remove https:// from brill.live.bhvrdbd.com in "oSession.hostname=" otherwise it will not work.

    IDK why I added this, sorry guys. Just "brill.live.bhvrdbd.com" should work.

    @Ally can you edit the thread?
    if (oSession.HostnameIs("steam.live.bhvrdbd.com")) {
    oSession.hostname="brill.live.bhvrdbd.com";
    oSession.oRequest["x-kraken-client-platform"] = "egs";
    oSession.oRequest["x-kraken-client-provider"] = "egs";
    }
    ?
    Last edited by dj_mohamed; 12-04-2021 at 01:20 PM.

  12. #11
    fackdopekeys's Avatar
    Join Date
    May 2017
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive

    I am getting Script errors and 401 when injecting what do i do wrong?

    Please help me never used fiddler before.

    i changed the setting to ssl1.2
    loaded the rules.
    copy paste the script (after the game loaded and left open)
    opened simple injector paste the cookie there loaded profile 5.4.0 try to inject it -> result in 401 and fiddler errors.

    UPDATE: removing the HTTPS solved my issue
    Last edited by fackdopekeys; 12-04-2021 at 01:39 PM.

  13. #12
    dj_mohamed's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Quote Originally Posted by fackdopekeys View Post
    Please help me never used fiddler before.

    i changed the setting to ssl1.2
    loaded the rules.
    copy paste the script (after the game loaded and left open)
    opened simple injector paste the cookie there loaded profile 5.4.0 try to inject it -> result in 401 and fiddler errors.

    UPDATE: removing the HTTPS solved my issue
    if your having this when trying to inject "ERRORThe remote server returned an error: (401) Unauthorized."
    use this script and remove the old one it fixed it for me

    if (oSession.HostnameIs("steam.live.bhvrdbd.com")) {
    oSession.hostname="brill.live.bhvrdbd.com";
    oSession.oRequest["x-kraken-client-platform"] = "egs";
    oSession.oRequest["x-kraken-client-provider"] = "egs";
    }

  14. #13
    wina02's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    80
    Is there way to put shards on Epic or Store version?

  15. #14
    DarthM16's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    My Mood
    Twisted
    Quote Originally Posted by wina02 View Post
    Is there way to put shards on Epic or Store version?
    Yes, but it's not publicly available.

  16. #15
    chromosomejim251's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    error 403

    when i inject a profile it gives me error403) Forbidden. what does this mean?

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Help] EPIC GAMES GTAV version
    By Nekkozrgfr in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 1
    Last Post: 05-15-2020, 03:33 AM
  2. [Preview] Epic Game Mode ;D
    By dragonsharkxx in forum CrossFire Mods & Rez Modding
    Replies: 23
    Last Post: 07-05-2010, 12:15 PM
  3. Epic game
    By Abstract in forum General
    Replies: 17
    Last Post: 07-03-2010, 06:51 AM
  4. Downloading game version 1039 Faster
    By raies in forum CrossFire Hacks & Cheats
    Replies: 55
    Last Post: 02-11-2010, 05:56 PM
  5. Most epic game yet
    By CookiezKill in forum Spammers Corner
    Replies: 0
    Last Post: 08-30-2009, 01:11 PM