Can confirm that banners and Icons DOESN'T work.
how to unlock all cosmetic ? try to delete catalog but doesn't work![]()
Can confirm that banners and Icons DOESN'T work.
3 Method to fix catalog that doesn't work.
1. Delete Catalog File BEFORE starting unlocker
2. Download Catalog from official link (It changes every update but you can find it easily with Fiddler)
This is the link of version 7.4.0 https://cdn.live.bhvrdbd.com/clientD...e/catalog.json
If censored
3. Use Fiddler -> https://www.mpgh.net/forum/showthrea...8#post15385308
Kmex (9 Hours Ago)
Don't worry I did it at 1st try without seeing a real response hahahahahh GG
On top of code
Inside OnBeforeResponseCode:var Banner = true;
- - - Updated - - -Code:if (Banner && oSession.uriContains("/api/v1/dbd-player-card/set")) { try { oSession.utilDecodeRequest(); var requestBody = oSession.GetRequestBodyAsString(); oSession.responseCode = 200; oSession.utilSetResponseBody(requestBody); System.IO.File.WriteAllText(MarketUpdaterPath + "Banner.json", requestBody); } catch (e) { FiddlerObject.log(e); } } if (Banner && oSession.uriContains("/api/v1/dbd-player-card/get")) { try { var bannerPath = MarketUpdaterPath + "Banner.json"; if (!System.IO.File.Exists(bannerPath)) return; oSession.responseCode = 200; oSession.utilSetResponseBody(System.IO.File.ReadAllText(bannerPath)); } catch (e) { FiddlerObject.log(e); } }
@Kmex have you tried?
Kmex (8 Hours Ago),mintblob (6 Hours Ago),waejhajwhe (1 Hour Ago),yukihono (8 Hours Ago)
@8otto Yes, it's working perfectly now, thank you very much!
![]()
I can't use the banners, is there any possibility to use them without fiddler? Am I only using Marketupdater or what should I use fiddler to let me equip them?