Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    Expiker21's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    245
    Reputation
    10
    Thanks
    4,523
    My Mood
    Asleep

    Changing rank DBD 3.0.0

    Introduction

    Unlike rank spoofing method introduced by @xoreaxeax (https://www.mpgh.net/forum/showthread.php?t=1444804) this method will actually change rank and after game restart your rank will still be changed without additional software.

    General idea for advanced users

    You should send a custom http request.

    Method:
    Code:
    PUT
    URL:
    Code:
    https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips
    Headers:
    Code:
    Host: latest.live.dbd.bhvronline.com
    Accept: */*
    Accept-Encoding: deflate, gzip
    Cookie: bhvrSession=????
    Content-Type: application/json
    Content:
    Code:
    {"survivorPips":-2,"killerPips":-2,"forceReset":false}
    Instead of "????" you should paste your current bhvrSession. Get in game, go to main menu and grab your cookie. Example:
    Code:
    bhvrSession=CHcdcGxUooIgnChkwKWAsg.L7f0RHL1YJLVP0Pvcj-8BBmxx9jtO9R7HwdIuu9e962P4nPrgXRxINWKL2Yx98Ny-EzdA36OMcbb74hTZu6SZui2B-kMQ34ayi5umJBfHgkFDaeWGk0ORVcfr2lNNNQju4_XMW4vDPCjXc29bxqaRAj_WuCxQ-ymwCrD7Zeq6PE.1561036740776.315569259747.cUcqthfJHDIi59A1Va_AC_FoOV4Wayw5dvifVvW81c8
    Example of final request:
    Code:
    PUT https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips HTTP/1.1
    Host: latest.live.dbd.bhvronline.com
    Accept: */*
    Accept-Encoding: deflate, gzip
    Cookie: bhvrSession=CHcdcGxUooIgnChkwKWAsg.L7f0RHL1YJLVP0Pvcj-8BBmxx9jtO9R7HwdIuu9e962P4nPrgXRxINWKL2Yx98Ny-EzdA36OMcbb74hTZu6SZui2B-kMQ34ayi5umJBfHgkFDaeWGk0ORVcfr2lNNNQju4_XMW4vDPCjXc29bxqaRAj_WuCxQ-ymwCrD7Zeq6PE.1561036740776.315569259747.cUcqthfJHDIi59A1Va_AC_FoOV4Wayw5dvifVvW81c8
    Content-Type: application/json
    
    {"survivorPips":2,"killerPips":2,"forceReset":true}
    Sending this request once will give you 2 pips towards survivor and killer ranks. For example, if you are rank 1 Survivor, you have 85 pips. In order to get back to rank 10 (which is 41 pips) you should change content to
    Code:
    {"survivorPips":-2,"killerPips":-2,"forceReset":true}
    and send request 22 times. Restart your game after.

    Method №1: Fiddler (hard)

    1. Download and install latest version of Fiddler Web Debugging Proxy. Suggest using Telerik official website.

    2. Log out of your Steam account.

    3. Launch Fiddler, at the top left corner click Tools - Options



    4. Go to HTTPS, Check "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic" boxes. If it's your first Fiddler usage it will ask you to install a certificate. As Fiddler accurately say, "This is generally safe" but i would recommend to do your own research before continuing.



    5. Restart Fiddler.

    6. Go to Composer>>Raw and paste this code:
    Code:
    PUT https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips HTTP/1.1
    Host: latest.live.dbd.bhvronline.com
    Accept: */*
    Accept-Encoding: deflate, gzip
    Cookie: bhvrSession=??
    Content-Type: application/json
    
    {"survivorPips":-2,"killerPips":-2,"forceReset":false}
    Final result:


    7. Instead of "??" you will have to paste your DBD session cookie. Go to AutoResponder and check "Unmatched requests passthrough" box.


    8. Log in Steam, launch DBD and proceed to main menu.

    9. Back to Fiddler, left Click "Host" Column



    Double click any string from
    Code:
    latest.live.dbd.bhvronline.com
    "Inspectors" tab will appear. Navigate to "Cookies" and copy your "bhvrSession" after "="



    10. Go to Composer>>Raw and paste your Cookie instead of "??"



    11. We have finished the setup. Open character selection screen in DBD, back to Fiddler, Composer, top right corner, hit Execute 3-4 times.



    If previous steps done correctly, 3-4 new strings will appear in Fiddler.



    Double click the bottom one. "Inspectors" tab will open, click "JSON" and it will show your current killer and survivors pips.



    12. Each time you hit "Execute" you loose 2 pips on both sides. For example, if you are rank 1 Survivor, you have 85 pips. In order to get back to rank 10 (which is 41 pips) you should hit execute 22 times. Restart game to apply changes. If you want to rank up change your request from "-2" to "2".

    Method №2: HTTP Debugger (hard)

    1. Log out of your Steam account.

    2. Download and install HTTP Debugger from their official website. Trial version is enough.

    3. Launch Debugger, log in Steam, launch DBD and proceed to main menu.

    4. Type "latest" in Search, left click any string, go to "Outgoing requests", hit "Cookies" at the bottom and save your bhvrSession cookie.



    5. Go to Home>>HTTP Submitter. HTTP Submitter window will appear. Choose "PUT" Method, this code in the first string
    Code:
    https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips
    This code under "Header"
    Code:
    Host: latest.live.dbd.bhvronline.com
    Accept: */*
    Accept-Encoding: deflate, gzip
    Cookie: bhvrSession=??
    Content-Type: application/json


    6. Paste your cookie instead of "??" and paste this code under "Content" tab.
    Code:
    {"survivorPips":-2,"killerPips":-2,"forceReset":true}
    Final result:



    7. We have finished the setup. Open character selection screen in DBD, back to Debugger, hit Submit 3-4 times.



    8. If previous steps done correctly, 3-4 new strings will appear in Debugger.



    Left click the bottom one, go to "Outgoing requests", click "Content" and it will show your current killer and survivors pips under Response Details.



    9. Each time you press "Submit" you loose 2 pips on both sides. For example, if you are rank 1 Survivor, you have 85 pips. In order to get back to rank 10 (which is 41 pips) you should press "Submit" 22 times. Restart game to apply changes. If you want to rank up change your request content from "-2" to"2".

    Troubleshoot and Notes

    1. DBD says i'm offline - Reinstall Fiddler certificate, launch Fiddler/Debugger as admin, disable AV, launch Fiddler/Debugger before launching Steam.

    2.



    You copied cookie incorrectly.

    3.



    You copied cookie incorrectly.

    4. "for some reason im not capturing any https traffic even though i switched it on" - Double check you correctly did an initial setup. Close Fiddler/Debugger. Disable your AV. Start Fiddler/Debugger as admin.

    5.



    You copied code incorrectly.
    Last edited by T-800; 06-26-2019 at 09:50 AM. Reason: Notes

  2. The Following 14 Users Say Thank You to Expiker21 For This Useful Post:

    BrNeverDie (06-24-2019),Cheburator1337 (06-21-2019),Darkseeed (06-24-2019),diablos34070 (06-21-2019),Freddy2000 (06-21-2019),FreizeitHacker (06-20-2019),HeldDerZeit1337 (06-21-2019),k080211399 (06-21-2019),mguserman (06-20-2019),Morwen0 (06-21-2019),MrSega13 (06-21-2019),pasad196 (06-22-2019),VincentSchiffer (06-20-2019),yangqi469 (09-24-2019)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    @Expiker21 , great as usual

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    LoliGrxRain's Avatar
    Join Date
    May 2019
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0
    Thank you for your method. I used your first two tutorials and worked very well.

  5. #4
    crazyrzy's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Works.
    Side note: There is something in fiddler with the 'https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips' but instead of '/ranks/pips' there is something like '/banstatus'. I am not really an expert but maybe you can fiddle with it to revoke ban status.

  6. #5
    syndrx's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    2
    Works perfectly, great job as usual!
    Just a quick question, I have to do it everytime I play the game or it's permanent?

  7. #6
    coleslawz's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    6
    My Mood
    Amazed
    Quote Originally Posted by syndrx View Post
    Works perfectly, great job as usual!
    Just a quick question, I have to do it everytime I play the game or it's permanent?
    This is permanent.

  8. #7
    optify's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    for some reason im not capturing any https traffic even though i switched it on, did all steps correctly, am i just dumb or am i missing a step?

    The request did not send any cookie data
    Last edited by optify; 06-21-2019 at 01:14 AM.

  9. #8
    Morwen0's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Location
    Kiev
    Posts
    18
    Reputation
    10
    Thanks
    4
    Working. +rep

  10. #9
    MrSega13's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    6
    Thanks! Great work

  11. #10
    lauralex's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Just one funny question: does Behaviour Interactive know anything about HTTP Authentication? XD

  12. #11
    Raffy's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    408
    Reputation
    10
    Thanks
    66
    My Mood
    Devilish
    Quote Originally Posted by crazyrzy View Post
    Works.
    Side note: There is something in fiddler with the 'https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips' but instead of '/ranks/pips' there is something like '/banstatus'. I am not really an expert but maybe you can fiddle with it to revoke ban status.
    That's exactly what I was about to say. Probably there is a way to unban yourself, but I guess he would have posted it already.

  13. #12
    lauralex's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Quote Originally Posted by crazyrzy View Post
    Works.
    Side note: There is something in fiddler with the 'https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips' but instead of '/ranks/pips' there is something like '/banstatus'. I am not really an expert but maybe you can fiddle with it to revoke ban status.
    Well, if it accepts PUT requests from clients, maybe???

  14. #13
    Expiker21's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    245
    Reputation
    10
    Thanks
    4,523
    My Mood
    Asleep
    Quote Originally Posted by crazyrzy View Post
    Works.
    Side note: There is something in fiddler with the 'https://latest.live.dbd.bhvronline.com/api/v1/ranks/pips' but instead of '/ranks/pips' there is something like '/banstatus'. I am not really an expert but maybe you can fiddle with it to revoke ban status.
    You can but it only affects temporal bans.

  15. #14
    pucaccac's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    3
    why don't use this method i think it like this method :v
    https://www.mpgh.net/forum/showthread.php?t=1444804

  16. #15
    MrSega13's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Expiker21 View Post
    Unlike rank spoofing method introduced by @xoreaxeax (https://www.mpgh.net/forum/showthread.php?t=1444804) this method will actually change rank and after game restart your rank will still be changed without additional software.
    Quote Originally Posted by pucaccac View Post
    why don't use this method i think it like this method :v
    https://www.mpgh.net/forum/showthread.php?t=1444804
    2short////

Page 1 of 2 12 LastLast

Similar Threads

  1. Help Change Rank with Cheat engine
    By Theviines in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 09-07-2012, 05:51 PM
  2. [Release] Change Rank ''U Only See It''
    By DoubleRay in forum CrossFire Mods & Rez Modding
    Replies: 12
    Last Post: 08-12-2012, 03:38 PM
  3. Name Change/Rank Hack
    By GuyThirteen in forum Combat Arms Hack Requests
    Replies: 6
    Last Post: 01-28-2012, 04:11 AM
  4. [TuT] How to change rank
    By killer1221 in forum CrossFire Hacks & Cheats
    Replies: 20
    Last Post: 08-11-2009, 11:38 PM
  5. how to change rank?
    By scimmyboy in forum General
    Replies: 6
    Last Post: 05-05-2008, 06:51 PM