From da355b664efc1518863a966e2efc9e72a707afee Mon Sep 17 00:00:00 2001 From: _or_75 Date: Sun, 2 Nov 2025 09:17:41 +0300 Subject: [PATCH] Update README with features and external link Added features and link to UnknownCheats thread. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 567cf7f..73e21e1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Featues: - There's a crashlog in case of an apocalypse (load the dll in x64dbg and hit home, then subtract 0x1000 from the starting address and add the crash offset and look at the location). - Schema dumper (in Common/Include/Config.hpp) -> DUMP_SCHEMA_ALL_OFFSET to 1 - Blackbone mm support (I'll post the injector with the database when I have time). @@ -8,3 +9,6 @@ - There's a protobuff message parser. An example for sound esp is in Hook_ParseMessage.cpp with sound positions. - Normal working rendering of all the [removed] and fonts (Example in AndromedaClient.cpp, CVIsual.cpp) - Possibly something else, but I can't remember. Good luck to everyone. + +# Link: +[UnknownCheats Thread](https://www.unknowncheats.me/forum/counter-strike-2-a/722929-andromeda-cs2-internal-base.html)