diff --git a/README.md b/README.md index 0c9597c..c5df8eb 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,28 @@ This cheat is based of [ImGuiExternal](https://github.com/furkankadirguzeloglu/I The code isn't very good nor optimized but at least i have the good offsets. # Features -You can turn any feature on/off using the menu (press INSERT) - * Ally/Ennemy ESP * Skeleton ESP * Box ESP * Healthbar * Name ESP * Crosshair + +# Usage +Compile in x64 Release mode. +Start the game then launch the cheat. +Press INSERT to open the menu. +Press DELETE or "unhook" in the menu to unload the cheat. +As i use an overlay you can easily stream your game with obs/discord without anyone seeing the ESP. + +# Screenshots +ESP : +![ESP.png](Screenshots/ESP.png) + +Menu : +![menu.png](Screenshots/menu.png) + +# Known issues +* Performances can be better +* The ESP has a bit of latency +* Skeleton ESP can be buggy in some frames for some reasons \ No newline at end of file diff --git a/Screenshots/ESP.png b/Screenshots/ESP.png new file mode 100644 index 0000000..82ca7c8 Binary files /dev/null and b/Screenshots/ESP.png differ diff --git a/Screenshots/menu.png b/Screenshots/menu.png new file mode 100644 index 0000000..12adc0e Binary files /dev/null and b/Screenshots/menu.png differ