blob: 3d87666d18fbcba5052269f60ce5fc7551dc0adb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Mingw64 C++ Memory Driver
Made for [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp).
```shell
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:
```shell
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)
* chams
|