Skip to content

0xC3-dev/BO3Z_Tool

Repository files navigation

BO3Z_Tool

Call of Duty: Black Ops 3 Zombie Tool

Setup

  • No external dependencies are needed to be included.
  • C++ Language Standard: ISO C++20 Standard (/std:c++20)
  • C Language Standard: ISO C17 (2018) Standard (/std:c17)
  • Character Set: Use Multi-Byte Character Set
  • Optimizations have been enabled with the preset of favoring speed

UPDATE

  • UPDATE #1 | 11/03/23 : Fixed crash relating to GodMode being enabled and the game session has either ended or host has backed out.
  • UPDATE #2 | 11/03/23 : Fixed crash relating to No Recoil being enabled and the game session has either ended or host has backed out.
  • UPDATE #3 | 11/03/23 : Optimization has been improved significantly. Addresses are no longer resolved on every run of the feature call. They are now resolved once per entering game session. Function inlining has been applied where applicable.

Credits

Features

  • GodMode ( All Players )

  • Unlimited Clip ( All Players )

  • Unlimited Stock Ammo ( All Players )

  • Unlimited Points ( All Players )

  • No Recoil ( Host Only )

  • No Spread ( Needs Fixed )

  • Rapid Fire ( All Players )

  • Weapon Cycle ( All Players )

  • Modifiable Jump Height ( Host Only )

  • Jet Pack ( Needs Fixed )

  • Zombie Insta Kill

  • Zombie Teleport

  • ESP ( 2D Box / 2D Brackets / Snapline / Crosshair / FOV Circle )

  • Zombie Counter ( Displays Zombies Alive )

  • Aimbot ( Needs Fixed )

  • Config System / Save Settings ( Needs Added )

  • INSERT KEY = Show/Hide Tool

  • HOME KEY = Close Tool

TODO

  • Aimbot: Refine Aimbot and add Skeleton/Bone Selection.
  • ESP: Add Skeleton ESP.
  • Exploits: Fix JetPack feature. Fix No Spread.
  • Config System: Add the rest of the features to the config system.

NOTE

  • This tool will have bugs present. I will do my best to squash as many as possible. If you wish to improve upon the codebase, feel free to make pull requests. Meaningful contributions are always welcome!

Tool Preview

BO3Z_Tool1 BO3Z_Tool2 BO3Z_Tool3 BO3Z_Tool4

InGame Preview

BO3Z_Tool5

About

External tool base for Call of Duty: Black Ops 3 Zombies written in C++ utilizing DirectX 11 and the ImGui Framework.

Resources

Stars

Watchers

Forks

Languages