An open API service indexing awesome lists of open source software.

https://github.com/drew-alleman/internalkf

Internal Killing Floor Game Hacks
https://github.com/drew-alleman/internalkf

game-hacking gamehacking killing-floor video-game video-game-hacking

Last synced: 5 months ago
JSON representation

Internal Killing Floor Game Hacks

Awesome Lists containing this project

README

          

# InternalKF
Internal DLL Hacks for Killing Floor 1

## Code Tutorial
Part of a mini series Ive been working on in my blog:
1. [Mapping the Player Class](https://drewalleman.xyz/game-hacking/hacking/cheats/2025/12/27/reverse-engineering-and-dll-cheat-development-for-killing-floor-(part-1)-mapping-the-player-class)
2. [Teleport Cheats, Unlimited Money and Health](https://drewalleman.xyz/game-hacking/hacking/cheats/2025/12/27/reverse-engineering-and-dll-cheat-development-for-killing-floor-(part-2)-teleport-cheats,-unlimited-money-and-health)
3. [Finding the Entity List](https://drewalleman.xyz/game-hacking/hacking/cheats/2025/12/30/reverse-engineering-unreal-engine-internal-dll-cheat-development-for-killing-floor-part-3-finding-the-entity-list)
4. [Cleaning the Entity List with AActor Physics](https://drewalleman.xyz/game-hacking/hacking/cheats/2025/12/30/killing-floor-reversing-part-4-cleaning-the-entity-list-with-aactor-physics)
5. [Creating an Instakill Cheat, Messing and with DrawScales](https://drewalleman.xyz/game-hacking/hacking/cheats/2025/12/30/reverse-engineering-unreal-engine-killing-floor-part-5-instakill-drawscales)
6. [Hooking DirectX9 EndScene with MinHook and Creating a UI with ImGUI](https://drewalleman.xyz/game-hacking/hacking/cheats/2026/01/02/killing-floor-internal-dll-part-6-d3d9-endscene-imgui)
7. [Aimbot, Optimizations and Rendering a Crosshair](https://drewalleman.xyz/game-hacking/hacking/cheats/2026/01/07/killing-floor-cheat-part-7-aimbot-crosshair)