Fallout 76
0 of 0

File information

Last updated

Original upload

Created by

Josh

Uploaded by

JoshuaHQ

Virus scan

Safe to use

Tags for this mod

About this mod

This Web-App can filter Passwords with the Likeness number. But without type out every word first.

Permissions and credits
Description

This Web-App can filter Passwords with the Likeness number.

Steam Overlay Browser (add it as Non-Steam game (thx for the hint)) or a second PC might be an efficient method to use it.

Javascript has to be enabled.


Where

Since its complete client site, you can access it with GitHub pages:

germanoid.github.io/terminal-helper/

Also, you can clone/download it from my GitHub and open it with your browser locally.


Source

It's programmed in clojurescript, the source is here.


Addtitional Informations

  • You can now choose words with a chance to succeed. But without autocompletion, I don't want them to appear on accident.
  • The Programm doesn't restart automatically. If you found the word, just press ESC for a full reset.
  • Tab = Autocomplete
  • Enter = Send input
  • Backspace = Delete the last character
  • Ctrl+Backspace OR Ctrl+c = Clear complete word



Limitations

It works currently only with the English version of the game. maybe if I got word lists from other languages I will support them too.

No Smartphone support. It might work if you use a physical keyboard or a keyboard you can open anytime. I think Hacker's Keyboard had an option for that.



Changelog

1.3
  • The big list is now group by the starting letter.
  • Ctrl+Backspace and Ctrl+c can now delete the whole word.
  • Skipped 1.2 so it is in sync with the js version.
  • Remove the debugging output.
1.1
  • You can now enter words without a chance to succeed. Those words have no autocompletion, I don't want them to appear on accident. And you get a warning in capslock. I want to be sure.
  • The big list is now alphabetically sorted.
  • I add comments on the source. more for me, because of its Clojure and in two weeks I have no idea what I have done.