-i	Input file
	"C:\TrueCrypt_File.tc"                       -- A TrueCrypt file hosted volume
	"\\?\GLOBALROOT\Device\Harddisk0\Partition1" -- A TrueCrypt partition hosted volume
	"C:\RescueDisc.iso"                          -- A TrueCrypt system resuce disc
	"C:\Backupheader.h"                          -- A TrueCrypt backup header

-p	Password pattern
	use [] to specify a character pattern type
		[1234]{2} will build a 2 character pattern using all of the available characters inside the brackets
			11  12  13  14  21  22  23  34  31  32  33  34  41  42  43  44
	use () to specify a string pattern type, with each string separated by |
		(red|blue|black){2} will build a 2 string pattern using all of the available strings inside the parentheses
			redred  redblue  redblack  bluered  blueblue  blueblack  blackred  blackblue  blackblack
	If you know the first 16 characters (vUEgSRL745dPr2YM) of your password but forgot the last 4, your pattern might look like this:
		vUEgSRL745dPr2YM[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]{4}

-d	Precomputed word list (This is a plaintext file with one password per line)
	"C:\word_list.txt"

-v	VOLUME TYPE
	-v 0		STANDARD
					Available in TrueCrypt since v1.0
	-v 1		HIDDEN
					Available in TrueCrypt since v6.0
	-v 2		SYSTEM
					Available in TrueCrypt since v5.0
	-v 3		HIDDEN_LEGACY
					Available in TrueCrypt since v3.0, removed in v6.0

-h	Hash Algorithms
	-h "0"		RIPEMD160
					Available in TrueCrypt since v2.1
	-h "1"		SHA512
					Available in TrueCrypt since v5.0
	-h "2"		WHIRLPOOL
					Available in TrueCrypt since v4.0
	-h "3"		SHA1
					Available in TrueCrypt since v1.0, removed in v5.0
	-h "-1"		ALL_HASHES
	-h "-2"		CUR_HASHES
					RIPEMD160, SHA512, WHIRLPOOL
	-h "-3"		OLD_HASHES
					SHA1
	-h "-4"		HASHES_V50
					RIPEMD160, SHA512, WHIRLPOOL
					Available in TrueCrypt v7.0a, v7.0, v6.3a, v6.3, v6.2a, v6.2, v6.1a, v6.1, v6.0a, v6.0, v5.1a, v5.1, v5.0a, v5.0
	-h "-5"		HASHES_V40
					RIPEMD160, SHA1, WHIRLPOOL
					Available in TrueCrypt v4.3a, v4.3, v4.2a, v4.2, v4.1, v4.0
	-h "-6"		HASHES_V21
					RIPEMD160, SHA1
					Available in TrueCrypt v3.1a, v3.1, v3.0a, v3.0, v2.1a, v2.1
	-h "-7"		HASHES_V10
					SHA1
					Available in TrueCrypt v2.0, v1.0

-m	Encryption Modes
	-m "0"		XTS
					Available in TrueCrypt since v5.0
	-m "1"		LRW
					Available in TrueCrypt since v4.1, removed in v5.0
	-m "2"		CBC
					Available in TrueCrypt since v1.0, removed in v4.1
	-m "-1"		ALL_MODES
	-m "-2"		CUR_MODES
					XTS
	-m "-3"		OLD_MODES
					LRW, CBC
	-m "-4"		MODES_V50
					XTS
					Available in TrueCrypt v7.0a, v7.0, v6.3a, v6.3, v6.2a, v6.2, v6.1a, v6.1, v6.0a, v6.0, v5.1a, v5.1, v5.0a, v5.0
	-m "-5"		MODES_V41
					LRW
					Available in TrueCrypt v4.3a, v4.3, v4.2a, v4.2, v4.1
	-m "-6"		MODES_V10
					CBC
					Available in TrueCrypt v4.0, v3.1a, v3.1, v3.0a, v3.0, v2.1a, v2.1, v2.0, v1.0

-c	Encryption Algorithm
	-c "0"		AES
					Available in TrueCrypt since v2.0
	-c "1"		SERPENT
					Available in TrueCrypt since v3.0
	-c "2"		TWOFISH
					Available in TrueCrypt since v3.0
	-c "3"		AES_TWOFISH
					Available in TrueCrypt since v3.0
	-c "4"		AES_TWOFISH_SERPENT
					Available in TrueCrypt since v3.0
	-c "5"		SERPENT_AES
					Available in TrueCrypt since v3.0
	-c "6"		SERPENT_TWOFISH_AES
					Available in TrueCrypt since v3.0
	-c "7"		TWOFISH_SERPENT
					Available in TrueCrypt since v3.0
	-c "8"		BLOWFISH
					Available in TrueCrypt since v1.0, removed in v4.3
	-c "9"		CAST5
					Available in TrueCrypt since v1.0, removed in v4.3
	-c "10"		DES3
					Available in TrueCrypt since v1.0, removed in v4.3
	-c "11"		AES_BLOWFISH
					Available in TrueCrypt since v3.0, removed in v4.3
	-c "12"		AES_BLOWFISH_SERPENT
					Available in TrueCrypt since v3.0, removed in v4.3
	-c "13"		IDEA
					Available in TrueCrypt since v1.0, removed in v2.1a
	-c "-1"		ALL_CIPHERS
	-c "-2"		CUR_CIPHERS
					AES to TWOFISH_SERPENT
	-c "-3"		OLD_CIPHERS
					BLOWFISH to IDEA
	-c "-4"		CIPHERS_V43
					AES to TWOFISH_SERPENT
					Available in TrueCrypt v7.0a, v7.0, v6.3a, v6.3, v6.2a, v6.2, v6.1a, v6.1, v6.0a, v6.0, v5.1a, v5.1, v5.0a, v5.0, v4.3a, v4.3
	-c "-5"		CIPHERS_V30
					AES to AES_BLOWFISH_SERPENT
					Available in TrueCrypt v4.2a, v4.2, v4.1, v4.0, v3.1a, v3.1, v3.0a, v3.0
	-c "-6"		CIPHERS_V21
					AES, BLOWFISH, CAST5, DES3
					Available in TrueCrypt v2.1a
	-c "-7"		CIPHERS_V20
					AES, BLOWFISH, CAST5, DES3, IDEA
					Available in TrueCrypt v2.1, v2.0
	-c "-8"		CIPHERS_V10
					 BLOWFISH, CAST5, DES3, IDEA
					Available in TrueCrypt v1.0

-s	StartingIndex
	-s 10000
-e  EndingIndex
	-e 50000
		If your word_list containes 1,000,000 passwords, you can use the StartingIndex and EndingIndex to only check a smaller subset of passwords
		-s 10000 -e 50000 will check 40000 passwords starting at #10000 and ending at #50000

-t	Number of concurrent threads
	-t 1
	-t 4
	-t 16
		This should be set to the number of CPU cores that are installed in your machine. If you open Task manager and OTFBrutus is only using 25% of your CPU, then you should set "-t 4"  If it is only using 6-7%, then you should set "-t 16"
