diff --git a/Core/Sources/Client/AGENCYR.TTF b/Core/Sources/Client/AGENCYR.TTF
new file mode 100644
index 00000000..f0f7e955
Binary files /dev/null and b/Core/Sources/Client/AGENCYR.TTF differ
diff --git a/Core/Sources/Client/C00KI3S V1.11.exe b/Core/Sources/Client/C00KI3S V1.11.exe
new file mode 100644
index 00000000..d09f51aa
Binary files /dev/null and b/Core/Sources/Client/C00KI3S V1.11.exe differ
diff --git a/Core/Sources/Client/CheatEngine 6.5.2.apk b/Core/Sources/Client/CheatEngine 6.5.2.apk
new file mode 100644
index 00000000..2e9cb17e
Binary files /dev/null and b/Core/Sources/Client/CheatEngine 6.5.2.apk differ
diff --git a/Core/Sources/Client/DIH_Pro_Remix_HailHydra.exe b/Core/Sources/Client/DIH_Pro_Remix_HailHydra.exe
new file mode 100644
index 00000000..03959cad
Binary files /dev/null and b/Core/Sources/Client/DIH_Pro_Remix_HailHydra.exe differ
diff --git a/Core/Sources/Client/DLL Injector x86.exe b/Core/Sources/Client/DLL Injector x86.exe
new file mode 100644
index 00000000..55d76df7
Binary files /dev/null and b/Core/Sources/Client/DLL Injector x86.exe differ
diff --git a/Core/Sources/Client/Execute-Subwoofer-main.gitattributes b/Core/Sources/Client/Execute-Subwoofer-main.gitattributes
new file mode 100644
index 00000000..dfe07704
--- /dev/null
+++ b/Core/Sources/Client/Execute-Subwoofer-main.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/Core/Sources/Client/FiveM.7.exe b/Core/Sources/Client/FiveM.7.exe
new file mode 100644
index 00000000..4eb1daf4
Binary files /dev/null and b/Core/Sources/Client/FiveM.7.exe differ
diff --git a/Core/Sources/Client/FiveM_2.0.0.6775 (1).exe b/Core/Sources/Client/FiveM_2.0.0.6775 (1).exe
new file mode 100644
index 00000000..4eb1daf4
Binary files /dev/null and b/Core/Sources/Client/FiveM_2.0.0.6775 (1).exe differ
diff --git a/Core/Sources/Client/README.md b/Core/Sources/Client/README.md
new file mode 100644
index 00000000..bfbe0fa4
--- /dev/null
+++ b/Core/Sources/Client/README.md
@@ -0,0 +1,17 @@
+
Execute-Subwoofer
+
+Tired of paying hundreds of dollars for FiveM silly spoofer? A free solution is at your doorstep.
+
+https://imgur.com/VtB29ib
+
+Features
+Keyauth Integration: Secure and reliable authentication mechanism.
+License System: Ensures only authorized users can access the application.
+System Information Concealment: Hides specific system details to maintain user privacy.
+Server Ban Bypass: Allows access even if the server bans are in place.
+Easy to Build and Compile: Ready-to-use with a straightforward compilation process.
+
+Warning: This software unbans you only once. It cannot hide the serial numbers of the storage. Raid is recommended for re-banning.
+
+Don't forget to star the topic.
+
diff --git a/Core/Sources/Client/README.txt b/Core/Sources/Client/README.txt
new file mode 100644
index 00000000..700d3eb5
--- /dev/null
+++ b/Core/Sources/Client/README.txt
@@ -0,0 +1,26 @@
+DLL Injector
+Use at Your Own Risk
+
+Important Note
+This DLL injector is designed to facilitate various functionalities in targeted processes. It is essential to understand the potential risks associated with using third-party tools for such purposes.
+
+Use Responsibly
+The features provided by this DLL injector can significantly alter the behavior of the targeted process.
+Usage may affect the normal operation of the process and could lead to unexpected results.
+Detection Risk
+Injecting code into processes may be detected by anti-cheat systems in certain applications.
+Consequences may include temporary or permanent bans from online services or games.
+Backup Saves
+Before using the DLL injector, it is highly recommended to create backup copies of important files and data to avoid potential data loss.
+Offline Use
+For a safer experience, consider using the DLL injector in offline mode to minimize the risk of detection by anti-cheat systems.
+No Warranty
+This DLL injector comes with no warranty. The developer is not responsible for any issues, damages, or consequences resulting from the use of this tool.
+How to Report Issues
+If you encounter any problems, have questions, or need assistance, please contact the developer at hacksr.net.
+Disclaimer
+This DLL injector is intended for educational and research purposes only.
+Use it responsibly and be aware of the potential risks involved.
+By using this DLL injector, you acknowledge and accept the risks mentioned above. Use it at your own discretion.
+
+HACKSR.NET
\ No newline at end of file
diff --git a/Core/Sources/Client/auth.hpp b/Core/Sources/Client/auth.hpp
new file mode 100644
index 00000000..d7350765
--- /dev/null
+++ b/Core/Sources/Client/auth.hpp
@@ -0,0 +1,89 @@
+#include
+#include
+#include
+#include
+
+struct channel_struct
+{
+ std::string author;
+ std::string message;
+ std::string timestamp;
+};
+
+namespace KeyAuth {
+ class api {
+ public:
+
+ std::string name, ownerid, secret, version, url, path;
+
+ api(std::string name, std::string ownerid, std::string secret, std::string version, std::string url, std::string path) : name(name), ownerid(ownerid), secret(secret), version(version), url(url), path(path) {}
+
+ void ban(std::string reason = "");
+ void init();
+ void check();
+ void log(std::string msg);
+ void license(std::string key);
+ std::string var(std::string varid);
+ std::string webhook(std::string id, std::string params, std::string body = "", std::string contenttype = "");
+ void setvar(std::string var, std::string vardata);
+ std::string getvar(std::string var);
+ bool checkblack();
+ void web_login();
+ void button(std::string value);
+ void upgrade(std::string username, std::string key);
+ void login(std::string username, std::string password);
+ std::vector download(std::string fileid);
+ void regstr(std::string username, std::string password, std::string key, std::string email = "");
+ void chatget(std::string channel);
+ bool chatsend(std::string message, std::string channel);
+ void changeUsername(std::string newusername);
+ std::string fetchonline();
+ void fetchstats();
+ void forgot(std::string username, std::string email);
+ void logout();
+
+ class subscriptions_class {
+ public:
+ std::string name;
+ std::string expiry;
+ };
+
+ class userdata {
+ public:
+
+ // user data
+ std::string username;
+ std::string ip;
+ std::string hwid;
+ std::string createdate;
+ std::string lastlogin;
+
+ std::vector subscriptions;
+ };
+
+ class appdata {
+ public:
+ // app data
+ std::string numUsers;
+ std::string numOnlineUsers;
+ std::string numKeys;
+ std::string version;
+ std::string customerPanelLink;
+ };
+
+ class responsedata {
+ public:
+ // response data
+ std::vector channeldata;
+ bool success{};
+ std::string message;
+ };
+
+ userdata user_data;
+ appdata app_data;
+ responsedata response;
+
+ private:
+ std::string sessionid, enckey;
+ };
+}
diff --git a/Core/Sources/Client/example.sln b/Core/Sources/Client/example.sln
new file mode 100644
index 00000000..882388b9
--- /dev/null
+++ b/Core/Sources/Client/example.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31624.102
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example.vcxproj", "{3E584710-D844-49E5-9938-B4EFA4928B17}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Debug|x64.ActiveCfg = Debug|x64
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Debug|x64.Build.0 = Debug|x64
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Debug|x86.ActiveCfg = Debug|Win32
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Debug|x86.Build.0 = Debug|Win32
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Release|x64.ActiveCfg = Release|x64
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Release|x64.Build.0 = Release|x64
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Release|x86.ActiveCfg = Release|Win32
+ {3E584710-D844-49E5-9938-B4EFA4928B17}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {9EE66AFE-8CA5-4A35-9001-B4A57E4493E3}
+ EndGlobalSection
+EndGlobal
diff --git a/Core/Sources/Client/example.vcxproj b/Core/Sources/Client/example.vcxproj
new file mode 100644
index 00000000..27d0c4e6
--- /dev/null
+++ b/Core/Sources/Client/example.vcxproj
@@ -0,0 +1,165 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ Win32Proj
+ {3e584710-d844-49e5-9938-b4efa4928b17}
+ example
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ false
+ .\;$(IncludePath)
+ .\;$(LibraryPath)
+
+
+ true
+
+
+ false
+ .\;$(IncludePath)
+ .\;$(LibraryPath)
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ CURL_STATICLIB;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp17
+
+
+ Console
+ true
+ true
+ true
+ libcurl.lib;library_x86.lib;%(AdditionalDependencies)
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp20
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ _CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+ stdcpp17
+ MultiThreadedDLL
+
+
+ Console
+ true
+ true
+ false
+ library_x64.lib;%(AdditionalDependencies)
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Core/Sources/Client/example.vcxproj.filters b/Core/Sources/Client/example.vcxproj.filters
new file mode 100644
index 00000000..9ccb6cf5
--- /dev/null
+++ b/Core/Sources/Client/example.vcxproj.filters
@@ -0,0 +1,41 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+ {de1a561c-edb6-4e62-a44a-ca45ef812d97}
+
+
+ {587eab74-13d3-4764-9f32-49b7924744df}
+
+
+
+
+ Source Files
+
+
+
+
+ Header Files\auth
+
+
+ Header Files\Protection
+
+
+
+
+ Header Files\auth
+
+
+
\ No newline at end of file
diff --git a/Core/Sources/Client/example.vcxproj.user b/Core/Sources/Client/example.vcxproj.user
new file mode 100644
index 00000000..966b4ffb
--- /dev/null
+++ b/Core/Sources/Client/example.vcxproj.user
@@ -0,0 +1,6 @@
+
+
+
+ true
+
+
\ No newline at end of file
diff --git a/Core/Sources/Client/json.hpp b/Core/Sources/Client/json.hpp
new file mode 100644
index 00000000..2448bf22
--- /dev/null
+++ b/Core/Sources/Client/json.hpp
@@ -0,0 +1,24640 @@
+// __ _____ _____ _____
+// __| | __| | | | JSON for Modern C++
+// | | |__ | | | | | | version 3.11.2
+// |_____|_____|_____|_|___| https://github.com/nlohmann/json
+//
+// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann
+// SPDX-License-Identifier: MIT
+
+/****************************************************************************\
+ * Note on documentation: The source files contain links to the online *
+ * documentation of the public API at https://json.nlohmann.me. This URL *
+ * contains the most recent documentation and should also be applicable to *
+ * previous versions; documentation for deprecated functions is not *
+ * removed, but marked deprecated. See "Generate documentation" section in *
+ * file docs/README.md. *
+\****************************************************************************/
+
+#ifndef INCLUDE_NLOHMANN_JSON_HPP_
+#define INCLUDE_NLOHMANN_JSON_HPP_
+
+#include // all_of, find, for_each
+#include // nullptr_t, ptrdiff_t, size_t
+#include // hash, less
+#include // initializer_list
+#ifndef JSON_NO_IO
+ #include // istream, ostream
+#endif // JSON_NO_IO
+#include // random_access_iterator_tag
+#include // unique_ptr
+#include // string, stoi, to_string
+#include // declval, forward, move, pair, swap
+#include // vector
+
+// #include
+// __ _____ _____ _____
+// __| | __| | | | JSON for Modern C++
+// | | |__ | | | | | | version 3.11.2
+// |_____|_____|_____|_|___| https://github.com/nlohmann/json
+//
+// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann
+// SPDX-License-Identifier: MIT
+
+
+
+#include
+
+// #include
+// __ _____ _____ _____
+// __| | __| | | | JSON for Modern C++
+// | | |__ | | | | | | version 3.11.2
+// |_____|_____|_____|_|___| https://github.com/nlohmann/json
+//
+// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann
+// SPDX-License-Identifier: MIT
+
+
+
+// This file contains all macro definitions affecting or depending on the ABI
+
+#ifndef JSON_SKIP_LIBRARY_VERSION_CHECK
+ #if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH)
+ #if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 2
+ #warning "Already included a different version of the library!"
+ #endif
+ #endif
+#endif
+
+#define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum)
+#define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum)
+#define NLOHMANN_JSON_VERSION_PATCH 2 // NOLINT(modernize-macro-to-enum)
+
+#ifndef JSON_DIAGNOSTICS
+ #define JSON_DIAGNOSTICS 0
+#endif
+
+#ifndef JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
+ #define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0
+#endif
+
+#if JSON_DIAGNOSTICS
+ #define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS _diag
+#else
+ #define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS
+#endif
+
+#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
+ #define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON _ldvcmp
+#else
+ #define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON
+#endif
+
+#ifndef NLOHMANN_JSON_NAMESPACE_NO_VERSION
+ #define NLOHMANN_JSON_NAMESPACE_NO_VERSION 0
+#endif
+
+// Construct the namespace ABI tags component
+#define NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b) json_abi ## a ## b
+#define NLOHMANN_JSON_ABI_TAGS_CONCAT(a, b) \
+ NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b)
+
+#define NLOHMANN_JSON_ABI_TAGS \
+ NLOHMANN_JSON_ABI_TAGS_CONCAT( \
+ NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS, \
+ NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON)
+
+// Construct the namespace version component
+#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch) \
+ _v ## major ## _ ## minor ## _ ## patch
+#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(major, minor, patch) \
+ NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch)
+
+#if NLOHMANN_JSON_NAMESPACE_NO_VERSION
+#define NLOHMANN_JSON_NAMESPACE_VERSION
+#else
+#define NLOHMANN_JSON_NAMESPACE_VERSION \
+ NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
+ NLOHMANN_JSON_VERSION_MINOR, \
+ NLOHMANN_JSON_VERSION_PATCH)
+#endif
+
+// Combine namespace components
+#define NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b) a ## b
+#define NLOHMANN_JSON_NAMESPACE_CONCAT(a, b) \
+ NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b)
+
+#ifndef NLOHMANN_JSON_NAMESPACE
+#define NLOHMANN_JSON_NAMESPACE \
+ nlohmann::NLOHMANN_JSON_NAMESPACE_CONCAT( \
+ NLOHMANN_JSON_ABI_TAGS, \
+ NLOHMANN_JSON_NAMESPACE_VERSION)
+#endif
+
+#ifndef NLOHMANN_JSON_NAMESPACE_BEGIN
+#define NLOHMANN_JSON_NAMESPACE_BEGIN \
+ namespace nlohmann \
+ { \
+ inline namespace NLOHMANN_JSON_NAMESPACE_CONCAT( \
+ NLOHMANN_JSON_ABI_TAGS, \
+ NLOHMANN_JSON_NAMESPACE_VERSION) \
+ {
+#endif
+
+#ifndef NLOHMANN_JSON_NAMESPACE_END
+#define NLOHMANN_JSON_NAMESPACE_END \
+ } /* namespace (inline namespace) NOLINT(readability/namespace) */ \
+ } // namespace nlohmann
+#endif
+
+// #include
+// __ _____ _____ _____
+// __| | __| | | | JSON for Modern C++
+// | | |__ | | | | | | version 3.11.2
+// |_____|_____|_____|_|___| https://github.com/nlohmann/json
+//
+// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann
+// SPDX-License-Identifier: MIT
+
+
+
+#include // transform
+#include // array
+#include // forward_list
+#include // inserter, front_inserter, end
+#include