From eb1d10eab84053c0ab9c538d21cdaa95d74979e8 Mon Sep 17 00:00:00 2001
From: Smellon <74884194+Smellon69@users.noreply.github.com>
Date: Sat, 22 Mar 2025 21:22:35 -0400
Subject: [PATCH 1/4] README grammar improvements
---
README.md | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 12c4894..298dc44 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,44 @@
# Simple Injection Client Base for Lunar 1.8.9
-This is a simple lunar injection client base written in C++ built with CMake!
+This is a simple Lunar Client injection cheat base written in C++ and built with CMake.
## Getting Started
-To get started with this project, you'll need to have the following installed:
+To get started with this project, you'll need to have the following software installed:
- [CLion](https://www.jetbrains.com/clion/)
-- [Visual Studio 2022 for the Toolchain](https://visualstudio.microsoft.com/de/vs/community/)
+- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/community/) (for the toolchain)
+
+### Visual Studio 2022 Installation Requirements
+
+When installing Visual Studio 2022, make sure to select the following components:
-### On the Visual Studio 2022 Installation u need to choose Following individual installations
#### Workloads:
-- Universal Windows Platform development
+- Universal Windows Platform development
-#### Individual:
+#### Individual Components:
- MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)
- MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)
- Windows 11 SDK (10.0.22621.0)
- C++ CMake tools for Windows
- IntelliCode
-Once you have Clion and the parts above installed, go in CLion u might download some Plugins you know from IntelliJ because they may be on Clion also.
-Then go in the settings and add a new "Toolchain" under "Build, Execution, Deployment" click on the "+" then select
-"Visual Studio" and select your installation path. Then right under "Toolchains" is "CMake" and click twice on the "+" until "Debug" and "Release"
-shows up. Click on "Release" and make sure the "Toolchain" is selected to "Visual Studio"
+Once you have CLion and the required components installed:
+
+1. Open CLion and optionally install any plugins you're familiar with from IntelliJ, as they may also be available for CLion.
+2. Go to `Settings` → `Build, Execution, Deployment` → `Toolchains`.
+3. Click on the `+` button, select `Visual Studio`, and choose your Visual Studio installation path.
+4. Under `Toolchains`, click on `CMake`, then click the `+` button twice to generate both `Debug` and `Release` configurations.
+5. Select the `Release` configuration and ensure the `Toolchain` is set to `Visual Studio`.
### Usage
-To use the client base, simply build the executable and inject with your preferred injector.
+
+To use the client base, build the executable and inject it using your preferred injector.
## Discord Server
-
+
+Join our community on Discord:
+
+
###### Signed by SleepyFish.
From c5c210609587d0324621bbad75b7247cf1635bf9 Mon Sep 17 00:00:00 2001
From: Smellon <74884194+Smellon69@users.noreply.github.com>
Date: Sat, 22 Mar 2025 21:23:49 -0400
Subject: [PATCH 2/4] more grammar betterererer
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 298dc44..34c1ffc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Simple Injection Client Base for Lunar 1.8.9
+# Simple Injection Cheat Base for Lunar Client 1.8.9
This is a simple Lunar Client injection cheat base written in C++ and built with CMake.
@@ -33,7 +33,7 @@ Once you have CLion and the required components installed:
### Usage
-To use the client base, build the executable and inject it using your preferred injector.
+To use the cheat base, build the DLL and inject it using your preferred injector.
## Discord Server
From 20f93024fe11243962b2d87b829a0207d8dd1db7 Mon Sep 17 00:00:00 2001
From: SleepyFish <151081838+SleepyFish-YT@users.noreply.github.com>
Date: Sun, 23 Mar 2025 02:45:28 +0100
Subject: [PATCH 3/4] Update README.md
From c6bf1ae5b8a7c9bc7c37c7c88b5d2dd21ff6f9e3 Mon Sep 17 00:00:00 2001
From: SleepyFish <151081838+SleepyFish-YT@users.noreply.github.com>
Date: Sun, 23 Mar 2025 02:45:45 +0100
Subject: [PATCH 4/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 34c1ffc..e7602b7 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a simple Lunar Client injection cheat base written in C++ and built with
To get started with this project, you'll need to have the following software installed:
-- [CLion](https://www.jetbrains.com/clion/)
+- [Jetbrains CLion](https://www.jetbrains.com/clion/)
- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/community/) (for the toolchain)
### Visual Studio 2022 Installation Requirements