Skip to content

Commit 110c8d5

Browse files
author
fluffysnaff
committed
Update readme
1 parent 3414761 commit 110c8d5

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Hackmatch
1+
# 🔥 Hackmatch
22
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 +
33
renamed variables names from an older RM2 version
44

5-
![Hackmatch Logo](./images/logo.png)
5+
<div style="text-align:center">
6+
<img src="./images/logo.png" alt="Hackmatch Logo">
7+
</div>
68

7-
## Features
8-
### Main:
9+
## 🚀 Features
10+
### 🎯 Main:
911
- **Anti shield**: Bypass shield mechanics.
1012
- **No cam shake**: Disable camera shake effects.
1113
- **No spread**: Eliminate weapon bullet spread.
@@ -15,19 +17,19 @@ renamed variables names from an older RM2 version
1517
- **Fly hack**: Enable flying capabilities.
1618
- **Fast melee**: Speed up melee attacks.
1719

18-
### ESP:
20+
### 👁️ ESP:
1921
- **Box ESP**: Visual boxes around targets.
2022
- **Nameplates**: Display player names.
2123

2224
![Hackmatch Menu](./images/hackmatch_menu.png)
2325

24-
## Contributions
26+
## 🤝 Contributions
2527
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.
2628

27-
## How to Use
29+
## 🛠️ How to Use
2830
Hackmatch is a C++ project designed to work on Windows using Visual Studio.
2931

30-
### Build Instructions
32+
### ⚙️ Build Instructions
3133
1. **Clone the Repository**:
3234
Open your terminal or Git Bash, and clone the repository:
3335
```bash
@@ -38,7 +40,7 @@ Hackmatch is a C++ project designed to work on Windows using Visual Studio.
3840
- Open the .sln file located in the cloned repository
3941
- Build with x64-Release
4042

41-
### Updating instructions
43+
### 🔄 Updating instructions
4244
1. Use IL2CPPDumper to get the `il2cpp.h` file
4345
2. Backup the old `il2cpp.h` file located at `./il2cpp/il2cpp.h`
4446
3. Add the new dumped .h file
@@ -47,6 +49,6 @@ Hackmatch is a C++ project designed to work on Windows using Visual Studio.
4749
6. Rename needed variables(for example `float _____11;` to `float bulletSpread;`)
4850
7. Done
4951

50-
### Credits
52+
### 👏 Credits
5153
- Perfare - [Il2CppDumper](https://github.com/Perfare/Il2CppDumper)
5254
- cheatdeveloper73 - [Valuable variable names and ideas for the features](https://github.com/cheatdeveloper73/redmatch-cheat)

0 commit comments

Comments
 (0)