Myvideo

Guest

Login

Script Daddy How to use lagswitch in Dead by Daylight

Uploaded By: Myvideo
1 view
0
0 votes
0

🎯 Загружено автоматически через бота: 🚫 Оригинал видео: 📺 Данное видео принадлежит каналу «Script Daddy» (@ScriptDaddyHacks). Оно представлено в нашем сообществе исключительно в информационных, научных, образовательных или культурных целях. Наше сообщество не утверждает никаких прав на данное видео. Пожалуйста, поддержите автора, посетив его оригинальный канал. ✉️ Если у вас есть претензии к авторским правам на данное видео, пожалуйста, свяжитесь с нами по почте support@, и мы немедленно удалим его. 📃 Оригинальное описание: How to use lagswitch abuse as killer in Dead by Daylight Disclaimer This document does not encourage you to use such abuse. Hacking is bad, k. And purpose of this repository it purely educational. If u break something in process, which is quite an achievement - it's your fault. If you got banned, which is quite an achievement - it's your fault. How cheat works It simply blocks inbound UDP traffic. How to use cheat When you join lobby manage to get source ip address and source port of UDP packets which your OS sends. Create script which will block inbound traffic with such destination ip address and port. Implement macros which will manage blocking script. My solution Determine correct IP address and UDP port of Dead by Daylight traffic 1.1. I've already implemented program in C which does exactly what you need. You can find it on my github You've got choice: . Take a look at source code and compile it - hardest solution because you'll need to install MinGW libs compile PcapPlusPlus patch headers to compile PcapPlusPlus . Download precompiled release from - recommended . Use Wireshark or similar apps to manually get src IP and src port for each match. (yep, first time i actually had to use this option) - best solution if you think that automation sux. What my program does: it heuristically monitors UPD traffic and writes address and port to file which you specify as first argument. Writes to file each 10 seconds. Example of usage: cd C:\\Users\{{YourUsernameHere}}\bin\ .\ C:\\Users\{{YourUsernameHere}}\.config\dbd-packet-scanner\ make sure directory for config exists 1.2 Write correct value to C:\\Users\{{YourUsernameHere}}\.config\dbd-packet-scanner\ in the form of {“endpoint“:““} If you downloaded my program then run this program from command line. I prefer Cmder as console app. Now you should verify if you did everything correctly. Run Dead by Daylight and enter match, after 10 seconds you should see some console output: value of endpoint {{address}}:{{port}} and number of packages captured cnt. It means that program successfully determined port and created config file. Make sure it did! Else you did something wrong. Note: for some reason my program crashes sometimes and I have no idea why. If you know why - pull request appreciated. Make sure you've seen new value in output at the start of each match. If you don't want to use my program, then make sure you've determined src address and src port correctly using Wireshark. Write this value into C:\\Users\{{YourUsernameHere}}\.config\dbd-packet-scanner\ Create script which will block inbound traffic 2.1 Implement your own script 2.2 Use my script Download ssf from #download. Download my script from follow instructions from . What script does: it reads and redirects Dead by Daylight traffic into black hole (to your local port ). Run from command line .\ -p 10003 -g. You should open console from directory in which you've installed ssf. It will start daemon on 10003 port. You need it in order for script to work. Now if you run node .\ from command line after at least 10 seconds you were in lobby you should see lobby timer freeze for 10 seconds. Else you did something wrong. Implement macros which will manage blocking script. The easiest part. You can use whatever software you want, but i prefer AHK Install it. You can use my script: You may reassign keys to whatever you need. I use “mouse button 5“ to start script and “e“ to stop script. Also useful keys: “F9“ - switch on/off script, “f“ - wiggle, “q“ - struggle, “c“ - teebag, “z“ - teebag faster. Don't forget to change XButton2 path to script! You should run this script by double click. And the most important! Make sure that AHK script NOT SUSPENDED. Press F9 if it is. So much time wasted by me in order to figure out why my lagswitch doesn't work :) And now you'r

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later