Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









Go to "blood.exe" and replace at "[autoexec]":
@ECHO [40;1m
@ECHO 1) Blood
@ECHO 2) Cryptic Passage
@ECHO 3) Exit
@ECHO [0m
@ECHO on
@choice /c123 /s Choose game or exit [1-3]: /n
if errorlevel 3 goto exit
if errorlevel 2 goto cryptic
if errorlevel 1 goto blood
:blood
cls
bmouse.exe launch blood.exe -noaim
exit
:cryptic
cls
bmouse.exe launch cryptic.exe -noaim
cls
exit
:exit
exit
The "-noaim" is can be omitted, it's just for disabling the Auto-Aim.