Taskeren / klimV2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!!!currently detected!!!

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

klim v2

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

Buy Coffee for kreky

screenshots

image failed to load.. image failed to load.. image failed to load..

how to use

known issues

  • 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

how to contribute

  • 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

how it works/credits

compiling from source

  • 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)

About

License:MIT License


Languages

Language:C++ 77.2%Language:HTML 14.3%Language:C 8.6%