Page 1 of 23 12311 ... LastLast
Results 1 to 15 of 333
  1. #1
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired

    Cool [6.6.2+] - Challenges Completer

    READ BEFORE USING
    WORKING ONLY ON EPIC AND MICROSOFT STORE

    I do not take any responsibility in case of ban, remember that there is always a risk with any type of cheat

     
    • Fiddler Classic
    • My Script
    • Brain

     

    This section is for people who never used Fiddler before or have problems with it.
     

    Click on Tools -> Options -> HTTPS
    Then you have to check "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic" and Click "Yes" on every pop-up
    Then click on Protocols blue text and paste <client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2



    If you have problems with certificate follow this image



     

    • Install again the script
    • Enable Capturing in Fiddler (click on bottom left corner)
    • Do again initial configuration on Fiddler
    • Close Fiddler then from desktop press WIN+R and paste ms-settings:network-proxy press ENTER, then disable Proxy




     
    1. From desktop press WIN+R and paste %userprofile%\Documents\Fiddler2\Scripts then press ENTER
    2. Open CustomRules.js it's important JS not CS (there are 2 files with same name see extension!)
    3. Paste this code after imports like here:
       

      Code:
      var Quest = true;


    4. Press CTRL+F and search for static function OnBeforeResponse(oSession: Session)
    5. Inside that paste this code like here (INSIDE BRACKETS { }):
       

      Code:
      if (Quest && oSession.uriContains("api/v1/archives/stories/update/active-node-v3")){
      	try{
      		//DECODING AND CONVERTING REQUEST AND RESPONSE
      		oSession.utilDecodeRequest();
      		oSession.utilDecodeResponse();
      		var jsonRequest = oSession.GetRequestBodyAsString();
      		var oJsonRequest = Fiddler.WebFormats.JSON.JsonDecode(jsonRequest);
      		var jsonResponse = oSession.GetResponseBodyAsString();
      		var oJsonResponse = Fiddler.WebFormats.JSON.JsonDecode(jsonResponse);
      		//GETTING VARIABLES FROM SELECTED CHALLENGE
      		if(oJsonResponse.JSONObject["activeNodesFull"].Count == 0) return;
      		var role = oJsonRequest.JSONObject["role"];
      		if(role == "both") role = "survivor";
      		var neededProgression = oJsonResponse.JSONObject["activeNodesFull"][0]["objectives"][0]["neededProgression"];
      		var questEvents = oJsonResponse.JSONObject["activeNodesFull"][0]["objectives"][0]["questEvent"];
      		var matchId = System.Guid.NewGuid().ToString();
      		var requestBody = '{"matchId":"'+matchId+'","questEvents":[';
      		for(var i=0;i<questEvents.Count;i++){
      			var repetition = questEvents[i]["repetition"];
      			repetition *= neededProgression;
      			var questEventId = questEvents[i]["questEventId"];
      			var parameters = questEvents[i]["parameters"];
      			if(parameters != undefined) requestBody += '{"parameters":"'+parameters+'","questEventId":"'+questEventId+'","repetition":'+repetition+'}';
      			else requestBody += '{"questEventId":"'+questEventId+'","repetition":'+repetition+'}';
      			if(questEvents.Count > 1 && i != questEvents.Count - 1) requestBody += ",";
      		}
      		requestBody += '],"role":"'+role+'"}';
      		//GENERATING REQUEST WITH VARIABLES TO COMPLETE THE CHALLENGE
      		var request = new System.Net.WebClient();
      		var currentUrl = new System.Uri(oSession.fullUrl);
      		var baseUrl = currentUrl.GetLeftPart(System.UriPartial.Authority  );
      		var url = baseUrl+"/api/v1/archives/stories/update/quest-progress-v2";
      		request.Headers.Set("X-HTTP-Method-Override", "POST");
      		request.Headers.Add("Host", "brill.live.bhvrdbd.com");
      		request.Headers.Add("Accept", "*/*");
      		request.Headers.Add("Content-Type", "application/json");
      		request.Headers.Add("Cookie", oSession.oRequest["Cookie"]);
      		var responseBody = request.UploadString(url, "POST", requestBody);
      	}
      	catch(e){FiddlerObject.log("Error unlocking challenge");}
      }



     

    This method will overwrite other FiddlerScripts (If you have installed)
    With this you can install, uninstall, enable or disable this cheat.
    1. Download the attached zip
    2. Extract it where you want
    3. Open Challenge Completer Manager by 8otto
    4. Follow instructions in cmd script


     

    Open FiddlerScript then to disable replace this:
    Code:
    var Quest = true;
    with this:
    Code:
    var Quest = false;
    To enable do the process backwards.
    After change press Save Script.


     

    To complete a challenge select and deselect it.
    Proof:


    <b>Downloadable Files</b> Downloadable Files

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

    08cheat20 (04-22-2023),1139703072 (07-01-2023),17749274880 (06-22-2023),46562fsgswrhd (12-06-2023),A1909887 (09-07-2023),adminsing1 (06-22-2023),agureve (04-05-2023),AizenSKL (08-08-2023),AlansStuff (09-10-2023),aninimoxd (04-24-2023),aposan9987 (04-10-2023),artemejas1989 (08-09-2023),AylahLewd (01-01-2024),Aziyi1314 (01-03-2024),barooo7391 (06-10-2023),beercrylix21 (09-17-2023),Belzher (10-29-2023),bestreaper (10-28-2023),Blackopscrazy0 (05-27-2023),Bobzer (04-05-2023),bogdancszone (09-03-2023),Boomslice (06-15-2023),Brumaire (04-29-2023),callido555 (04-09-2023),CFIC (08-04-2023),chisato98 (04-11-2023),christian29 (12-09-2023),cineva126 (01-08-2024),con1cac (09-01-2023),csmc09 (04-07-2023),david0820 (4 Days Ago),DeadassWrecker (04-09-2023),DILOSOR (11-28-2023),DM-san (10-21-2023),DoDaThing (01-13-2024),DwasyST4I (07-24-2023),Eligos221 (06-08-2023),Emirth (12-04-2023),emr8989 (04-21-2023),eveajah (07-08-2023),exeption25 (05-12-2023),felik333 (04-05-2023),Femboy Abuser (06-13-2023),four4shots5 (04-25-2023),fudaijia10 (11-06-2023),GAMESF4RALL (02-12-2024),gatohh1 (08-15-2023),gg2115 (06-27-2023),ghynb (10-26-2023),GravityXz (10-14-2023),GreyGods13 (04-06-2023),guttyzg (04-20-2023),gwweeehqys (07-06-2023),hexresistances (04-05-2023),Hitman_HK (11-17-2023),hongjiadashao (04-30-2023),HoTSpIcYBoYz (04-07-2023),hrk11234 (07-12-2023),hyperact (01-09-2024),iceBabyice (12-08-2023),ilviskuha (12-21-2023),iPhonedomal (11-18-2023),j.m23 (04-23-2023),JoshuaHyperScape (09-01-2023),jukin (11-23-2023),julianaec (10-06-2023),K786 (05-25-2023),kahoulin (06-25-2023),Killerdo (05-07-2023),KingCrimson21 (08-05-2023),LadyDee (04-05-2023),LALEGEND (05-25-2023),Liara (07-12-2023),Lone-Wolf-LW (09-17-2023),love lbw (05-17-2023),lukslikelink (06-24-2023),Lysson (05-23-2023),Marcelo1930 (11-11-2023),mariobl17 (08-13-2023),maurister13 (08-18-2023),mddemilio (09-13-2023),MinerMrChris (05-20-2023),MsRyZe22 (07-08-2023),MusaMusa (06-12-2023),naron19 (07-01-2023),nico1434 (07-13-2023),night098902 (12-08-2023),NoFsl33t (09-04-2023),notcursed (11-01-2023),Nylaanthria (04-26-2023),odaiska (02-29-2024),Onf (02-26-2024),opedrohilario (04-05-2023),par1511 (04-20-2023),qww19960920 (04-14-2023),rafaellm5 (04-05-2023),razeist (09-03-2023),reew1100 (10-29-2023),renauld62530 (02-14-2024),rharara (01-08-2024),rmutpce029 (11-30-2023),rockytrocky (2 Weeks Ago),scantum1 (05-26-2023),sebiqtxz (11-03-2023),seitokai (08-24-2023),Shaho99 (01-18-2024),SlimeyFruit (11-02-2023),Stannoah1v1 (1 Week Ago),StarDragon00 (09-10-2023),Suklaapete (08-07-2023),TATA63 (09-29-2023),TeamPrettyboyz (04-04-2023),tease01 (05-27-2023),Teknit0 (08-19-2023),thatssio (05-11-2023),ThatVeryOne (06-24-2023),theflyingace (10-12-2023),tkagkr (09-30-2023),tmarva (05-06-2023),Tom54200 (05-22-2023),udon555 (04-07-2023),waejhajwhe (11-18-2023),wheremygeese (07-20-2023),wina02 (06-10-2023),x604594918 (01-31-2024),yebing (08-17-2023),yoghurtman2 (11-16-2023),Yolanditwt (09-09-2023),zeddyy2 (10-13-2023),zxzxasas1122 (06-10-2023)

  3. #2
    Poonce's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Location
    Wkwk Land
    Posts
    1,160
    Reputation
    1132
    Thanks
    1,808
    apologize for the delay
    //approved

     
    Registered 01/12/2018
    Publicist as Video Team 27/10/2019
    Get a Premium Member from Contest 01/11/2019
    Join the Twice Force 09/11/2019
    GFX Team 27/11/2019
    News Force as Gaming News 30/11/2019
    Publicist Team as Social Media Manager 06/02/2020
    Get a Premium Seller from Contest 16/02/2020
    News Force as Writer 26/07/20
    Publicist Team 26/07/2020
    Resign from News Force 06/01/2021
    Minion in BattleOn Section 28/10/2021
    Get Promoted to Minion+ 07/02/2022
    Minion in Steam Games Section 18/03/2022
    Minion in Minecraft Section 18/04/2022
    Minion in Battlefield Section 26/05/2022
    Get Promoted to Moderator 14/10/2022

    dd/mm/yyyy

  4. The Following User Says Thank You to Poonce For This Useful Post:

    LadyDee (04-05-2023)

  5. #3
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired
    Quote Originally Posted by Poonce View Post
    apologize for the delay
    //approved
    Don't worry, thank you for approval ❤️

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

    LadyDee (04-05-2023)

  7. #4
    niggisbeats's Avatar
    Join Date
    Feb 2022
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    727
    My Mood
    Twisted
    It also works on steam with a SSL bypass.

  8. #5
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired
    Quote Originally Posted by niggisbeats View Post
    It also works on steam with a SSL bypass.
    Yes I know, but there are no SSL bypass up to now..
    Do you have one? 😱

  9. #6
    hexresistances's Avatar
    Join Date
    May 2021
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    207
    My Mood
    Dead
    Quote Originally Posted by 8otto View Post
    READ BEFORE USING
    WORKING ONLY ON EPIC AND MICROSOFT STORE

    I do not take any responsibility in case of ban, remember that there is always a risk with any type of cheat

     
    • Fiddler Classic
    • My Script
    • Brain

     

    This section is for people who never used Fiddler before or have problems with it.
     

    Click on Tools -> Options -> HTTPS
    Then you have to check "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic" and Click "Yes" on every pop-up
    Then click on Protocols blue text and paste <client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2



    If you have problems with certificate follow this image



     

    • Install again the script
    • Enable Capturing in Fiddler (click on bottom left corner)
    • Do again initial configuration on Fiddler
    • Close Fiddler then from desktop press WIN+R and paste ms-settings:network-proxy press ENTER, then disable Proxy




     
    1. From desktop press WIN+R and paste %userprofile%\Documents\Fiddler2\Scripts then press ENTER
    2. Open CustomRules.js it's important JS not CS (there are 2 files with same name see extension!)
    3. Paste this code after imports like here:
       

      Code:
      var Quest = true;


    4. Press CTRL+F and search for static function OnBeforeResponse(oSession: Session)
    5. Inside that paste this code like here (INSIDE BRACKETS { }):
       

      Code:
      if (Quest && oSession.uriContains("api/v1/archives/stories/update/active-node-v3")){
      	try{
      		//DECODING AND CONVERTING REQUEST AND RESPONSE
      		oSession.utilDecodeRequest();
      		oSession.utilDecodeResponse();
      		var jsonRequest = oSession.GetRequestBodyAsString();
      		var oJsonRequest = Fiddler.WebFormats.JSON.JsonDecode(jsonRequest);
      		var jsonResponse = oSession.GetResponseBodyAsString();
      		var oJsonResponse = Fiddler.WebFormats.JSON.JsonDecode(jsonResponse);
      		//GETTING VARIABLES FROM SELECTED CHALLENGE
      		if(oJsonResponse.JSONObject["activeNodesFull"].Count == 0) return;
      		var role = oJsonRequest.JSONObject["role"];
      		if(role == "both") role = "survivor";
      		var neededProgression = oJsonResponse.JSONObject["activeNodesFull"][0]["objectives"][0]["neededProgression"];
      		var questEvents = oJsonResponse.JSONObject["activeNodesFull"][0]["objectives"][0]["questEvent"];
      		var matchId = System.Guid.NewGuid().ToString();
      		var requestBody = '{"matchId":"'+matchId+'","questEvents":[';
      		for(var i=0;i<questEvents.Count;i++){
      			var repetition = questEvents[i]["repetition"];
      			repetition *= neededProgression;
      			var questEventId = questEvents[i]["questEventId"];
      			var parameters = questEvents[i]["parameters"];
      			if(parameters != undefined) requestBody += '{"parameters":"'+parameters+'","questEventId":"'+questEventId+'","repetition":'+repetition+'}';
      			else requestBody += '{"questEventId":"'+questEventId+'","repetition":'+repetition+'}';
      			if(questEvents.Count > 1 && i != questEvents.Count - 1) requestBody += ",";
      		}
      		requestBody += '],"role":"'+role+'"}';
      		//GENERATING REQUEST WITH VARIABLES TO COMPLETE THE CHALLENGE
      		var request = new System.Net.WebClient();
      		var currentUrl = new System.Uri(oSession.fullUrl);
      		var baseUrl = currentUrl.GetLeftPart(System.UriPartial.Authority  );
      		var url = baseUrl+"/api/v1/archives/stories/update/quest-progress-v2";
      		request.Headers.Set("X-HTTP-Method-Override", "POST");
      		request.Headers.Add("Host", "brill.live.bhvrdbd.com");
      		request.Headers.Add("Accept", "*/*");
      		request.Headers.Add("Content-Type", "application/json");
      		request.Headers.Add("Cookie", oSession.oRequest["Cookie"]);
      		var responseBody = request.UploadString(url, "POST", requestBody);
      	}
      	catch(e){FiddlerObject.log("Error unlocking challenge");}
      }



     

    This method will overwrite other FiddlerScripts (If you have installed)
    With this you can install, uninstall, enable or disable this cheat.
    1. Download the attached zip
    2. Extract it where you want
    3. Open Challenge Completer Manager by 8otto
    4. Follow instructions in cmd script


     

    Open FiddlerScript then to disable replace this:
    Code:
    var Quest = true;
    with this:
    Code:
    var Quest = false;
    To enable do the process backwards.
    After change press Save Script.


     

    To complete a challenge select and deselect it.
    Proof:


    isnt challenges server sided? also thank u for post.

  10. #7
    rafaellm5's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Working, thx

  11. #8
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired
    Quote Originally Posted by hexresistances View Post
    isnt challenges server sided? also thank u for post.
    Yes, they're but they respond to fake requests 😂

    - - - Updated - - -

    Quote Originally Posted by rafaellm5 View Post
    Working, thx
    Ah guys a tip, don't go so fast! Unlock like max 20 challenge in a day. I don't know about ban risk rate, I'm using this from Saturday and no ban up to now.

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

    hexresistances (04-05-2023)

  13. #9
    Flechering's Avatar
    Join Date
    Mar 2021
    Gender
    female
    Location
    hawaii
    Posts
    265
    Reputation
    10
    Thanks
    316
    My Mood
    Aggressive
    what a nice way to get this method patched within the coming weeks/months

  14. #10
    niggisbeats's Avatar
    Join Date
    Feb 2022
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    727
    My Mood
    Twisted
    Quote Originally Posted by 8otto View Post
    Yes I know, but there are no SSL bypass up to now..
    Do you have one? ��
    They're out there but paid..

  15. #11
    opedrohilario's Avatar
    Join Date
    Sep 2022
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by 8otto View Post
    Yes, they're but they respond to fake requests 😂

    - - - Updated - - -



    Ah guys a tip, don't go so fast! Unlock like max 20 challenge in a day. I don't know about ban risk rate, I'm using this from Saturday and no ban up to now.
    please keep us posted, this seems too new to know if it's safe. if by patch 6.3.0 your account isnt banned, i think we are in the clear

  16. #12
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired
    Quote Originally Posted by opedrohilario View Post
    please keep us posted, this seems too new to know if it's safe. if by patch 6.3.0 your account isnt banned, i think we are in the clear
    6.3.0? What do you mean? Next update is 6.7.0

    - - - Updated - - -

    Quote Originally Posted by Flechering View Post
    what a nice way to get this method patched within the coming weeks/months
    Do you mean share it with you?

  17. #13
    opedrohilario's Avatar
    Join Date
    Sep 2022
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by 8otto View Post
    6.3.0? What do you mean? Next update is 6.7.0

    - - - Updated - - -



    Do you mean share it with you?

    my bad, i mean to say 6.6.3, didn't realize they would move to 6.7 lol. but yeah, i had an account that go banned when they updated (because i had Prestige Portraits on impossible characters), so i think if the script goes unnoticed after an update, it should be fine
    Last edited by opedrohilario; 04-06-2023 at 12:48 AM.

  18. #14
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    793
    Reputation
    106
    Thanks
    2,150
    My Mood
    Inspired
    Quote Originally Posted by opedrohilario View Post
    my bad, i mean to say 6.6.3, didn't realize they would move to 6.7 lol. but yeah, i had an account that go banned when they updated (because i had Prestige Portraits on impossible characters), so i think if the script goes unnoticed after an update, it should be fine
    Oh ok, let's see

  19. #15
    poweel's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    in spotify
    Posts
    286
    Reputation
    10
    Thanks
    50
    My Mood
    Asleep
    lemme suck you off, much thanks man
    dead by daylight
    fortnite
    good bugs
    haha
    save me

  20. The Following User Says Thank You to poweel For This Useful Post:

    010110010100010101010011 (08-29-2023)

Page 1 of 23 12311 ... LastLast

Similar Threads

  1. Replies: 7
    Last Post: 02-04-2019, 09:06 PM
  2. Advanced warfare challenge completer
    By blackopskid7 in forum Call of Duty Advanced Warfare Discussions
    Replies: 10
    Last Post: 11-21-2014, 07:10 PM
  3. "challenge complete" trigger
    By 12qwerty34 in forum Call of Duty Ghosts Discussions & Help
    Replies: 5
    Last Post: 01-01-2014, 04:32 AM
  4. 100% complete Challenges
    By Shckr57 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 116
    Last Post: 11-21-2011, 11:38 PM
  5. [Updated 3.1]UFO MOD / All Challenges completion lobby / XPScale Mod after rest
    By kaf073 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 38
    Last Post: 08-06-2010, 10:41 PM