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 (generates the solution)

  • xmake l project_deps.lua (sets up the project dependencies for the solution)

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 Tool Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published