Skip to content

Instantly share code, notes, and snippets.

@yellowberryHN
Last active November 7, 2024 06:26
Show Gist options
  • Save yellowberryHN/882e93f274a41bf091b37a7ea3333414 to your computer and use it in GitHub Desktop.
Save yellowberryHN/882e93f274a41bf091b37a7ea3333414 to your computer and use it in GitHub Desktop.
Big Biz Tycoon/Venture Tycoon No-CD Patch

Instructions

Using a hex editor of your choice, edit the BBT.exe/VT.exe file, and look for the following bytes:

  • BBT.exe: FF FF FF 85 C0 6A 01 7D
  • VT.exe: FF FF FF E8 BF 9D F7 FF

Replace it with the following bytes:

  • BBT.exe: FF FF FF 85 C0 6A 01 EB
  • VT.exe: FF FF FF 90 90 90 90 90 (remove the call entirely)

This will entirely bypass the CD check, allowing you to play without mounting the ISO for this 20 year old game.

@yellowberryHN
Copy link
Author

Why did I make this? Because it was annoying to take an extra 30 seconds out of my day to find and mount the ISO. I hope it serves whomever happens to stumble on it well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment