You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hackmatch is a simple cheat I made for Redmatch 2 to learn IL2CPP and because of lack of good cheats for RM2 at that time. It is using the IL2CPP dumper's SDK +
@@ -15,19 +17,19 @@ renamed variables names from an older RM2 version
15
17
-**Fly hack**: Enable flying capabilities.
16
18
-**Fast melee**: Speed up melee attacks.
17
19
18
-
### ESP:
20
+
### 👁️ ESP:
19
21
-**Box ESP**: Visual boxes around targets.
20
22
-**Nameplates**: Display player names.
21
23
22
24

23
25
24
-
## Contributions
26
+
## 🤝 Contributions
25
27
Contributions are welcome! This project is no longer actively maintained and community contributions are required to keep it alive. Feel free to submit a pull request wether it's cleaning up the code, fixing bugs, updating the SDK or adding new features.
26
28
27
-
## How to Use
29
+
## 🛠️ How to Use
28
30
Hackmatch is a C++ project designed to work on Windows using Visual Studio.
29
31
30
-
### Build Instructions
32
+
### ⚙️ Build Instructions
31
33
1.**Clone the Repository**:
32
34
Open your terminal or Git Bash, and clone the repository:
33
35
```bash
@@ -38,7 +40,7 @@ Hackmatch is a C++ project designed to work on Windows using Visual Studio.
38
40
- Open the .sln file located in the cloned repository
39
41
- Build with x64-Release
40
42
41
-
### Updating instructions
43
+
### 🔄 Updating instructions
42
44
1. Use IL2CPPDumper to get the `il2cpp.h` file
43
45
2. Backup the old `il2cpp.h` file located at `./il2cpp/il2cpp.h`
44
46
3. Add the new dumped .h file
@@ -47,6 +49,6 @@ Hackmatch is a C++ project designed to work on Windows using Visual Studio.
47
49
6. Rename needed variables(for example `float _____11;` to `float bulletSpread;`)
0 commit comments