Jurugi / KF2-UE3-Hook

An example hook for Unreal Engine 3 on Killing Floor 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example hook made for Unreal Engine 3 on the game Killing Floor 2

  1. When the game updates, the GName and Object indexes had a low probability of shifting or breaking. If the SDK breaks: Simply redump the SDK and fix any few functions needed. Search my internet posts.

Note: after the 2018 update, I fixed this for you in the SDK. The relevant functions are not using indexes, but searchable names. It was already obvious to do this change before if you wanted to maintain this.. (you're welcome).

  1. VAC doesn't really work on this game, it's just to serve as a base hook.

  2. Updated SDK & Signatures for Halloween update 10/1/2018.

The purpose is mostly to demonstrate how a hack could be made on any Unreal Engine game in 64bit very quickly, even given the lack of references/info around.

I added anti-copy paste to deter noobs that can't use the supplied SDK or dump it from the signatures given.

About

An example hook for Unreal Engine 3 on Killing Floor 2

License:MIT License


Languages

Language:C 52.4%Language:C++ 47.6%