[AlterWare] A fork of https://github.com/alterware/t7x - [Latest] Call of Duty: Black Ops 3 Client | Compatible With BOIII Client
d2068ad99d
It's not needed and seems like BO3's content streaming servers are down. Invalidating LPC here will result in them not being able to play anymore. Even if it's cause the server is down and not cause of this mod. |
||
---|---|---|
.github | ||
deps | ||
src | ||
tools | ||
.gitignore | ||
.gitmodules | ||
generate.bat | ||
LICENSE | ||
premake5.lua | ||
README.md |
BOIII ☄️
Reverse engineering and analysis of Call of Duty: Black Ops 3. Very experimental.
Roadmap
- Steam API Emulation
- Steam Integrity Bypass
- Offline Multiplayer/Zombies/Campaign Support
- RE Tool Detection Bypass (only the ones I use: IDA Pro, HxD, Wireshark)
- Disable Hardware Breakpoint Detection
- Disable Integrity Checks
- Demonware Emulation
- Disable Anti-Debugging Mechanisms
Download
Unzip this into your BOIII folder and run the BlackOps3.exe
Compile from source
- Clone the Git repo. Do NOT download it as ZIP, that won't work.
- Update the submodules and run
premake5 vs2022
or simply use the deliveredgenerate.bat
. - Build via solution file in
build\boiii.sln
.
Disclaimer
This software has been created purely for the purposes of academic research. It is not intended to be used to harm others. Project maintainers are not responsible or liable for misuse of the software. Use responsibly.