GitXplorerGitXplorer
s

FalloutHack

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d2e92d31aa79aecab101cc516b6932d0c80d8872

Typo in README

sstulacy committed 9 years ago
Unverified
b3ff765e8b507eeef42d6ae70a89f6e88e1a6f4c

Updated README

sstulacy committed 9 years ago
Unverified
3c9ca055317002698f27d253b97596fa52e6c5c3

first commit of solver

sstulacy committed 9 years ago
Unverified
390d5306d238ed0cbce7c5f252af0b0b863eee71

Initial commit

sstulacy committed 9 years ago

README

The README file for this repository.

FalloutHack

Solver for the hacking minigames in Fallout 3 and Fallout New Vegas, written in Python.

Simply run the solver by calling

python terminal_hack.py <word1> <word2> ... <wordn>

It will provide an initial guess, asking you to input how many letters were correct. It then refines its prediction and the process iterates until the word has been solved. It so far has not failed to guess a word in either of my playthroughs in both Fallout 3 and Fallout New Vegas, including terminals requiring a science skill of 75 to hack.

NB: Code only runs under Python 3