Skip to content

ToeKneeRED/BO3TK

Repository files navigation

BO3TK

another side project :)

Requirements

Build

  • run build.bat

    or

  • Navigate to the root BO3TK folder

  • xmake (can also optionally use the -y flag to skip package install confirmation prompt)

Generate Visual Studio solution

  • run build.bat

    or

  • Navigate to the root BO3TK folder

  • xmake project -k vsxmake (.sln inside vsxmake2022 directory)

Options

  • game: Path to game exe (ex. xmake f --game="C:\Path\To\Game\BlackOps3.exe")
  • dll: Path to dll to inject (ex. xmake f --dll="C:\Path\To\Dll\BO3TK.dll)

Note

You can combine the two to set them both at once (ex. xmake f --game="C:\Path\To\Game\BlackOps3.exe" --dll="C:\Path\To\Dll\BO3TK.dll)

About

Black Ops III ToolKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published