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
- Host: GitHub
- URL: https://github.com/drew-alleman/internalkf
- Owner: Drew-Alleman
- Created: 2025-12-30T22:19:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T05:34:44.000Z (6 months ago)
- Last Synced: 2026-01-12T15:38:10.969Z (6 months ago)
- Topics: game-hacking, gamehacking, killing-floor, video-game, video-game-hacking
- Language: C++
- Homepage: https://drewalleman.xyz/
- Size: 1.67 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)