Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 908 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 908 Bytes

The game has got an update, don't write me if something doesn't work.

SoT-Hook

Sea of Thieves internal cheat

Aimbot - https://youtu.be/V2l0r7j5FBk

Features:

  • ESP:
    • Players
    • Skeletons
    • Ships
    • Islands
    • Items
    • Animals
    • Sharks
    • Compass
    • Oxygen
    • Crosshair
  • Aim:
    • Players
    • Skeletons
    • Harpoon

Dependences:

Image

Compilation

  1. Download HookLib:
git clone https://github.com/HoShiMin/HookLib
cd HookLib
git submodule update --init --recursive
  1. Compile HookLib in 'Release' mode Image
  2. Put HookLib\x64\Release\HookLib.lib and HookLib\Zydis\msvc\bin\ReleaseX64\Zydis.lib to SoT-Hook\lib
  3. Compile SoT-Hook in 'Release' mode