Page 15 of 22 FirstFirst ... 51314151617 ... LastLast
Results 211 to 225 of 322
  1. #211
    MokaMacaroon's Avatar
    Join Date
    Apr 2021
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by herefordbd123 View Post
    Change the GameplayModifierType.ModifyBeamRange value for high-end sapphire lens. I think its the second 0.25 (width has the same value so be careful) in the uexp file. U can ctrl-F the hex values and then ctrl-F for the floating point in HxD.

    Code:
    1A 00 00 00 00 00 00 00 00 00 00 00 FE FF FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 14 08 A4 00 FC FF FF FF 0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 01 00 00 00 02 00 00 00 16 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 5A 02 00 00 00 00 00 00 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 17 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 31 02 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 00 04 00 00 00 17 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 FC 01 00 00 00 00 00 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 29 00 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1F 00 00 00 00 00 00 00 19 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 18 00 00 00 00 00 00 00 0D 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 80 3E 1A 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 29 00 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1F 00 00 00 00 00 00 00 19 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 11 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 18 00 00 00 00 00 00 00 0D 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 80 3E 1A 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 29 00 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1F 00 00 00 00 00 00 00 19 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 18 00 00 00 00 00 00 00 0D 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 9A 99 99 3E 1A 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 1E 00 00 00 00 00 00 00 29 00 00 00 00 00 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1F 00 00 00 00 00 00 00 19 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00 13 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 18 00 00 00 00 00 00 00 0D 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 9A 99 19 3E 1A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 1A 00 00 00 00 00 00 00 C1 83 2A 9E
    how do you find the associated hex code for a specific modifier?

  2. #212
    herefordbd123's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish

    Editing modifier-values for add-ons and items

    Quote Originally Posted by MokaMacaroon View Post
    how do you find the associated hex code for a specific modifier?
    I'll use nurses add-on 'Torn-Bookmark' as an example.

    1. Open pakchunk0-WindowsNoEditor.pak in Fmodel.
    2. Go to Deadbydaylight > Content > Blueprints > ItemAddons > BlinkerAddons > TornBookmark.uasset
    3. Scroll down the uasset file to find out what the modifier-values are. In this case 1.5 recharge time.
    4. Right click the add-on file and Export raw data.
    5. Open the uexp file that you downloaded in HxD. Ex: TornBookmark.uexp
    6. Open pakchunk0-WindowsNoEditor.pak in HxD
    7. Copy the hex code from the uexp and use CTRL + F to figure out where it is in the pak file.
    8. CTRL + F to find the floating point number you want to change Ex: 1.5
    9. After its selected, 1.5 shows up in the table under 'Single(Float 32)' just change the value inside the table(I used a new value like -2 because a negative number decreases blink recharge time).
    10. CTRL + S. Save the file and your finished.


    Same thing for items like flashlights except you find their file under ItemAddons > FlashlightAddons
    (The only modifier for an item that seems to work is flashlight lenses range).

  3. The Following 3 Users Say Thank You to herefordbd123 For This Useful Post:

    dxrafael (03-03-2022),MUSTA121 (01-23-2022),vandervaint (01-22-2022)

  4. #213
    vandervaint's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by herefordbd123 View Post
    I'll use nurses add-on 'Torn-Bookmark' as an example.

    1. Open pakchunk0-WindowsNoEditor.pak in Fmodel.
    2. Go to Deadbydaylight > Content > Blueprints > ItemAddons > BlinkerAddons > TornBookmark.uasset
    3. Scroll down the uasset file to find out what the modifier-values are. In this case 1.5 recharge time.
    4. Right click the add-on file and Export raw data.
    5. Open the uexp file that you downloaded in HxD. Ex: TornBookmark.uexp
    6. Open pakchunk0-WindowsNoEditor.pak in HxD
    7. Copy the hex code from the uexp and use CTRL + F to figure out where it is in the pak file.
    8. CTRL + F to find the floating point number you want to change Ex: 1.5
    9. After its selected, 1.5 shows up in the table under 'Single(Float 32)' just change the value inside the table(I used a new value like -2 because a negative number decreases blink recharge time).
    10. CTRL + S. Save the file and your finished.


    Same thing for items like flashlights except you find their file under ItemAddons > FlashlightAddons
    (The only modifier for an item that seems to work is flashlight lenses range).
    this is really helps me alot for a newbie like me, thank you so much

  5. #214
    Assault_Only's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by herefordbd123 View Post
    Only the range add ons work. I kept blinding a demo from the top of coal tower and he had no clue what was happening. So much fun.
    how much value u edit bro. mine already edited to 50 seems not working.

  6. #215
    MrHaberBean's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Newbly View Post
    There is probably no way of having one perk have all effects without affecting the file size.

    From my experimentation, you can modify the flashlight so that you can literally flash the killer from the other side of the map with ModifyBeamWidth, ModifyBeamRange and ModifyBeamAccuracy. It looks silly as hell too lmao
    Hi, can you talk about how you change a flashlight?

  7. #216
    giovannimalavasi's Avatar
    Join Date
    Jan 2022
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    it works but

    i keep getting kicked by eac.
    i looped an oni for ages then got kicked. it also kicks me when i attempt to do the tutorials (i could see meg's aura right after stepping into the trap for some reason)

  8. #217
    xyeungx's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    can someone confirm if revealkiller aura works on spirit during phasewalk?

  9. #218
    dennisovich1's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by xyeungx View Post
    can someone confirm if revealkiller aura works on spirit during phasewalk?
    doesn't work i've faced spirit couple times, when she was doing phase walk doesn't reveal her aura.

  10. #219
    vandervaint's Avatar
    Join Date
    Sep 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    2
    There is an update today 34GB, will this this method won't work anymore ?
    Last edited by vandervaint; 01-25-2022 at 09:39 AM.

  11. #220
    observeroftime's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    The update is out and it looks like the pak's for the Steam version are now encrypted or compressed somehow. I can't find the perks anymore. Anyone have any ideas if this can be circumvented somehow?

  12. #221
    glyphical's Avatar
    Join Date
    Dec 2021
    Gender
    female
    Location
    Poland
    Posts
    23
    Reputation
    10
    Thanks
    18
    My Mood
    Inspired

    It's not working now

    Update 5.5.0 made steam version pak encrypted. All the perks previously changed are now back to normal (checked in the FModel)

  13. The Following User Says Thank You to glyphical For This Useful Post:

    poweel (01-25-2022)

  14. #222
    dragon_emperor's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    11
    My Mood
    Cool
    no more killer auras for us

  15. #223
    SmokingThatFire420's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    So I guess now if we want to cheat we have to pay as this is the only free hack I know

  16. #224
    Porto88's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Quote Originally Posted by SmokingThatFire420 View Post
    So I guess now if we want to cheat we have to pay as this is the only free hack I know
    do you know any paid hack? dm me pls

  17. #225
    glyphical's Avatar
    Join Date
    Dec 2021
    Gender
    female
    Location
    Poland
    Posts
    23
    Reputation
    10
    Thanks
    18
    My Mood
    Inspired
    Quote Originally Posted by SmokingThatFire420 View Post
    So I guess now if we want to cheat we have to pay as this is the only free hack I know
    Please let me know in the dm too if u know something

Page 15 of 22 FirstFirst ... 51314151617 ... LastLast

Similar Threads

  1. [Detected] Dead By daylight WallHack.
    By lokinorr in forum Dead by Daylight Hacks & Cheats
    Replies: 323
    Last Post: 03-11-2021, 07:14 AM
  2. [Release] Dead by daylight ssl for 4.5
    By OPbush in forum Dead by Daylight Hacks & Cheats
    Replies: 35
    Last Post: 03-04-2021, 09:57 AM
  3. Wallhack for survivor/killer
    By sh0t1k0 in forum Dead by Daylight Discussion & Help
    Replies: 5
    Last Post: 06-08-2020, 10:13 AM
  4. Dead By Daylight wallhack
    By hilious in forum Dead by Daylight Discussion & Help
    Replies: 3
    Last Post: 12-04-2019, 10:51 AM
  5. Dead by Daylight - Wallhack
    By InsertMetaName in forum Dead by Daylight Discussion & Help
    Replies: 2
    Last Post: 09-11-2016, 09:43 PM