This is a simple DLL injector for the game Sea of Thieves that has been reverse engineered from a post on UnknownCheats
. The injector is based on the CreateRemoteThread
method and it uses the LoadLibrary
function to load the DLL into the game process (The game does not have any anti-cheat).
This software is intended to be used for educational purposes only. I am not responsible for any damage/ban caused by it.
This software is provided "as is" without warranty of any kind. The author is not responsible for any damage caused by this software.
This injector automatically detects the language of the user, and it will show strings in the following languages:
- English
- Spanish
- Russian (thanks to exzyyy)
- Romanian (thanks to Ryukagu08)
Feel free to contribute with more localizations.
- Download the latest release from the releases page
- Extract the zip file
- Move the DLL file(s) you want to inject to the
libs
folder (create it if it doesn't exist) - Run the executable, if you move more than one DLL file to the folder, you will be asked which one you want to inject
If you want to unload the DLL, run the executable again and you will be asked if you want to unload the DLL.
- Clone the repository
- Open the solution file with Visual Studio 2022 or newer
- Compile the project for
Release x64
Copyright (C) 2023 holasoyender, under the GPL-3.0 License