TrueNTG.Offical
New Member
- Messages
- 7
- Reaction score
- 7
- Points
- 3
This Installer took Hours to program.
SUPPORTS:
*Steam Version
but if it won't work make sure to not rename it Open up Command Prompt
DIRECT VERSION! Copy and Paste:
MediaFire VERSION! Copy and Paste:
if nothing works
I
it and it's Easy to use.


*Steam Version
DIRECT VERSION! Copy and Paste:
start C:\users\%USERNAME%\Downloads\v0.7.1_EnCoReV8_-_Zombie_Edition_Installer.bat
MediaFire VERSION! Copy and Paste:
start C:\users\%USERNAME%\Downloads\v0.7.1_EnCoReV8-Zombie_Installer.bat
if nothing works
Open Notepad and Copy and Paste and name it with a .bat extention and without the period
.@ECHO OFF
:SET
SET VERSION=0.7.1
Mode 34,18
TITLE EnCoReV8 Zombie Mod Menu Installer
cd C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\zone\Common\
:BEFORE
cls
ECHO MAKE SURE YOUR RUNNING THIS AS
ECHO ADMINISTRATOR
PAUSE > NUL
:MENU
cls
ECHO EnCoReV8 Zombie Mod Menu Installer
ECHO __________________________________
ECHO Noah Brandon (TrueNTG)
ECHO.
ECHO 1. Install Modded Version
ECHO 2. Uninstall Mod / Orignal
ECHO 3. Q/A
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO Version: %VERSION%
ECHO Cracked Versions not Supported
choice /c 123 /n
if "%errorlevel%"=="1" GOTO INSTALL
if "%errorlevel%"=="2" GOTO UNINSTALL
if "%errorlevel%"=="3" GOTO INFO
GOTO MENU
:INSTALL
cls
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://cdn.discordapp.com/attachments/340596062081253376/354789099007115266/common_zombie_patch.ff', 'C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\zone\Common\common_zombie_patch.ff') }"
ECHO EnCoReV8 Installed
pause > NUL
GOTO MENU
:UNINSTALL
cls
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://cdn.discordapp.com/attachments/340596062081253376/354786135408377858/common_zombie_patch.ff', 'C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops\zone\Common\common_zombie_patch.ff') }"
ECHO EnCoReV8 Uninstalled
pause > NUL
GOTO MENU
:INFO
CLS
ECHO Q/A
ECHO ==================================
ECHO Q: Will it Vac Ban you?
ECHO A: No. If you play offline.
ECHO __________________________________
ECHO Q: Can I play multiplayer with
ECHO this?
ECHO A: No.
ECHO __________________________________
ECHO Q: Is this Installer safe and Easy
ECHO to use?
ECHO A: Yes, and It Installs it easly.
PAUSE > NUL
GOTO MENU
COPYRIGHT AND CREDIT
. ╔════════════════════════════════════╗
. ║ Installer created By: TrueNTG ║
. ║ Mod Menu Creator: CabCon ║
. ║ Copyright CabCon © ║
. ╚════════════════════════════════════╝
.
. ╔════════════════════════════════════╗
. ║ Terms of Use ║
. ╠════════════════════════════════════╣
. ║ • If you get VAC(ed) it's not ║
. ║ TrueNTG's fault or Cabcon's. ║
. ║ • If you take credit you will be ║
. ║ deep trouble. ║
. ║ • If you Livestream / Record give ║
. ║ a link to the orignal and the ║
. ║ Installer as well and give ║
. ║ credits ║
. ╟────────────────────────────────────╢
. ║ Links ║
. ║ Forums: https://goo.gl/2Hc6yV ║
. ║ Installer: https://goo.gl/1dXYNP ║
. ╚════════════════════════════════════╝
Legal stuff
. ╔════════════════════════════════════╗
. ║ MD5 ║
. ╟────────────────────────────────────╢
. ║ e3c085a81f70766e63ae180e6ab86c67 ║
. ╚════════════════════════════════════╝
I