From c31bc2597e1ad0095728e3f5fb2f4082e00f507c Mon Sep 17 00:00:00 2001 From: k0t9i Date: Wed, 9 Aug 2023 02:09:36 +0500 Subject: [PATCH] refactor: create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..778c514 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Yet another ingame bot for Lineage 2. +![image_2023-08-09_00-43-10](https://github.com/k0t9i/L2Bot2.0/assets/7733997/59c57585-720a-4588-aa94-ee3d6d78a39f) + +## Project components +#### L2BotCore (C++) +[The bot framework](L2BotCore). It realization can be an ingame bot, a radar etc. +#### L2BotDll (C++) +[Injectable Dll](L2BotDll) with framework realization for Lineage 2 Interlude. +#### InjectionLibrary (C++) +[Helper library](InjectionLibrary) for code injection. +#### Client (C#) +[Unfinished client](Client). + +## Intercommunications +Communication between the client and the injected code occurs through a named pipe with json-messages.