Jump to content




Fallout Hacking Terminal

game

1 reply to this topic

#1 blunty666

  • Members
  • 79 posts

Posted 06 January 2017 - 03:34 PM

Fallout Hacking Terminal

Posted Image


This isn't the first time this has been done, but I thought I'd have a go as it caught my interest. This is a replication of the hacking terminals found in Fallout. The word length and difficulty are adjustable by altering the start arguments. You can also specify a script to be run on successfully finding the password, as well as specifying the password to be used if you want to. It pulls its list of random words from the internet at http://www.setgetgo....domword/get.php, so it requires http access to work.

To install (using my GitHub installer):
pastebin run J8azvLQg fallout
The code can be found on GitHub.

To run:
Once you have installed, run using the arguments below.
falloutTerminal <word_length> <difficulty> <can_terminate> <script> <password>
Word length: Must be a number 3 or higher
Difficulty: A number between 1 and 4 (1 = easiest, 4 = hardest), this adjusts the number of possible words and reduces the number of hacks.
Can Terminate: Set to 'true' to allow terminating the program
Script: The path of the script to run on success (is called with shell.run(script))
Password: An optional word to use as the password, must have the same length as the word length used. If not specified a random word will be chosen for the password.

Screenshots:
Spoiler


Edited by blunty666, 06 January 2017 - 03:35 PM.


#2 Dametqwerty

  • Members
  • 39 posts

Posted 29 January 2017 - 05:18 AM

Oh boy this looks great!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users