Results 1 to 15 of 388

Threaded View

  1. #1
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    980
    Reputation
    106
    Thanks
    2,512
    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 141 Users Say Thank You to 8otto For This Useful Post:

    0800Pretti (06-05-2024),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),beskjolfbsef5632 (06-27-2024),Best Depressed (08-20-2024),bestreaper (10-28-2023),Bisumasu (08-06-2024),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),Comas-2020 (06-03-2024),con1cac (09-01-2023),csmc09 (04-07-2023),david0820 (04-21-2024),DeadassWrecker (04-09-2023),DILOSOR (11-28-2023),DM-san (10-21-2023),DoDaThing (01-13-2024),DwasyST4I (07-24-2023),dwightpanelklima (2 Weeks Ago),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),FUC44 (06-06-2024),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),moshmo (06-15-2024),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),Provix (08-25-2024),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 (04-08-2024),scantum1 (05-26-2023),sebiqtxz (11-03-2023),seitokai (08-24-2023),Shaho99 (01-18-2024),SlimeyFruit (11-02-2023),Stannoah1v1 (04-11-2024),StarDragon00 (09-10-2023),stremax (2 Weeks Ago),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),Zeptodbd (08-08-2024),zxzxasas1122 (06-10-2023)

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