A mingw-w64-dpp compatible memory hacking driver similar to KMemDriver.
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| a99ce6763b | last public Hunt release, Fcktek | Toni Uhlig | 2 months ago |
| e59c3ddcd6 | Moved deallocation of user shared memory into an extra method to disable the shmem outside any destructor scope | Toni Uhlig | 2 months ago |
| db6bcc7932 | Makefile: Create static libarary to make it easy to use for 3rd party projects | Toni Uhlig | 4 months ago |
| 2d204fa2a7 | make use of new DPP API | Toni Uhlig | 4 months ago |
| 3233be2b73 | Disabled ZwYieldExecution if wait_time is 0 in KernelSharedMemory::ProcessEvents (DPC compatibility) | Toni Uhlig | 4 months ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| main | a99ce6763b | last public Hunt release, Fcktek | 2 months ago |
README
Mingw64 C++ Memory Driver
Made for mingw-w64-dpp.
make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" all
or if you want to install driver/batch files somewhere e.g. to a mounted NTFS volume:
make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" DESTDIR=/media/win10/Users/nobody/mingw64-kmem install -j8
Examples
Battlefield4 Driver (bf4.sys)
This ring0 based game hack provide you with:
- two bullets per shell/shot
- recoil removal
- deviation removal
- unlimited breath
As usual: Use it at your own risk!
Escape From Tarkov (tfk.sys)
Yet another game hack that does nothing but:
- debug print amount of players/ai on the map
- debug print some info about players on the map (position, distance)
Hunt: Showdown (ht.sys)
This cheat won't work after 2024-08-15 (CryEngine 5.11 update).
- chams
Hunt: Showdown 1896 (ht2.sys)
- chams