either exe or windivert not 100% sure
nlsvc patches are still safe apparently but likely not for long
bypass soon but i might not make it public
kreken's destiny 2 netlimiter
give this repo a star on github if you like the project!
for support join our server at the thrallway
- netlimiter bible
- vid example ...vid is using a different lim
- whole game limit requires windows pro
- the overlay can be seen when screensharing for some people (but only if discord is not focused?)
- passthrough mode does not log packets
- reinjection can be inconsistent when using multiple lims at the same time or for a long period of time
- give feature ideas/requests at the thrallway
- report bugs via a github issue or at the thrallway
- clone this repo and make a pull request with your changes
- packet manipulation: WinDivert
- game pauser/suspend: NtSuspendProcess
- whole game limit: NetQosPolicy
- you will need to also install visual studio and the c++ desktop development pack
- if you dont have git also do
winget install git.git
- all the commands are intended to be run NOT as admin
git clone https://github.com/KawaiiKraken/klimV2
cd klimv2
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg.exe install jsoncpp opengl spdlog imgui[core,opengl3-binding,win32-binding]:x86-windows --triplet x86-windows
.\vcpkg\vcpkg.exe integrate install
.\klim.sln
hit build (release, x86)