Page 24 of 24 FirstFirst ... 14222324
Results 346 to 354 of 354
  1. #346
    rmutpce029's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    how to unlock all cosmetic ? try to delete catalog but doesn't work

  2. #347
    Volodyagold31's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    Can confirm that banners and Icons DOESN'T work.

  3. #348
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    693
    Reputation
    106
    Thanks
    1,930
    My Mood
    Inspired
    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

  4. The Following 2 Users Say Thank You to 8otto For This Useful Post:

    mintblob (7 Hours Ago),yukihono (8 Hours Ago)

  5. #349
    Kmex's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Location
    Brazil
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    Quote Originally Posted by 8otto View Post
    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
    8otto, with today's update and the insertion of the player's profile with banner and avatar, despite being unlocked, they do not appear in the game, I believe it will need an extra script to work.

    Last edited by Kmex; 10 Hours Ago at 02:12 PM.

  6. #350
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    693
    Reputation
    106
    Thanks
    1,930
    My Mood
    Inspired
    Quote Originally Posted by Kmex View Post
    8otto, with today's update and the insertion of the player's profile with banner and avatar, despite being unlocked, they do not appear in the game, I believe it will need an extra script to work.

    Yes ofc, if it is possible I will do a script, but I don't have any real response to create a fake one
    If anyone has a real response please post a screenshot to help me doing the script

  7. The Following User Says Thank You to 8otto For This Useful Post:

    Kmex (9 Hours Ago)

  8. #351
    Kmex's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Location
    Brazil
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    Quote Originally Posted by 8otto View Post
    Yes ofc, if it is possible I will do a script, but I don't have any real response to create a fake one
    If anyone has a real response please post a screenshot to help me doing the script
    The problem now is finding someone who has purchased Chuck's dlc, who is from the forum, and who knows how to use Fiddler. In my case I'm poor at the moment, otherwise I'd buy it to check. . Thanks for your attention friend!

  9. #352
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    693
    Reputation
    106
    Thanks
    1,930
    My Mood
    Inspired
    Don't worry I did it at 1st try without seeing a real response hahahahahh GG
    On top of code
    Code:
    var Banner = true;
    Inside OnBeforeResponse
    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);
    	}
    }
    - - - Updated - - -
    @Kmex have you tried?

  10. The Following 4 Users Say Thank You to 8otto For This Useful Post:

    Kmex (8 Hours Ago),mintblob (6 Hours Ago),waejhajwhe (1 Hour Ago),yukihono (8 Hours Ago)

  11. #353
    Kmex's Avatar
    Join Date
    Nov 2020
    Gender
    male
    Location
    Brazil
    Posts
    13
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    Quote Originally Posted by 8otto View Post
    Don't worry I did it at 1st try without seeing a real response hahahahahh GG
    On top of code
    Code:
    var Banner = true;
    Inside OnBeforeResponse
    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);
    	}
    }
    - - - Updated - - -
    @Kmex have you tried?
    @8otto Yes, it's working perfectly now, thank you very much!




  12. #354
    agureve's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    71
    Reputation
    10
    Thanks
    6
    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?

Page 24 of 24 FirstFirst ... 14222324