WinkInjecting Profile in Epic Games Version

Posts 115 of 47 · Page 1 of 4
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="http://brill.live.bhvrdbd.com";        
        oSession.oRequest["x-kraken-client-platform"] = "egs";        
        oSession.oRequest["x-kraken-client-provider"] = "egs";
}
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
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
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
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.
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
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!
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.
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?
- - - 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";
}
?
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
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";
}
Is there way to put shards on Epic or Store version?
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.
error 403
when i inject a profile it gives me error403) Forbidden. what does this mean?
Posts 115 of 47 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?