crazysmile11012 / robcoterminal

recreates the fallout terminal using a reversed engineered windows 95 live disk
12 stars 0 forks source link

create user accounts framework and cleartext password stored in a file called accounts.f #3

Open vaultboy124 opened 8 months ago

vaultboy124 commented 8 months ago

specifically for the hacking minigame to work properly. and then create an actual hacking minigame password bypass program. also allow the entry of the terminal name during first install

like if you know the password you can log in with it without needing to hack the terminal. or if you don't you can just hack it like in game.

hmm. can you create a backdoor to unlock locked out terminals? such as the boot floppy. because if it worked like in the game you would fail and then the computer would be locked permanently. so, if you could unlock it with the boot floppy then that should probably work.

below is my recreation of the intro of the hacking minigame.

WELCOME TO ROBCO INDUSTRIES (TM) TERMLINK //printed text.

/>set terminal/inquire //command line prompt entry.

DELL333D //boot-init terminal name.

/>set file/protection=owner:rwed accounts.f //command line prompt entry (the os must have a system hierarchy of protected files?)

/>set halt restart/maint //command line prompt entry (I'm guessing the equal of this in windows is booting into safe mode)

Initializing Robco Industries (TM) MF Boot Agent v2.3.0 RETROS BIOS RBIOS-4.02.08.00 52ee5.e7.e8 Copyright 2075-2077 RobCo Ind.

Uppermem: 1024 KB //this would normally show how much memory you currently have installed.

Root (5A8) Maintenance Mode

/>RUN DEBUG/ACCOUNTS.F //command line prompt entry ... begin hacking minigame.

the reason behind doing /> is because if I didn't.

it would look like this.

vaultboy124 commented 8 months ago

also i thought you might like these commands i found ages ago

command line code colors

00 black 01 dark blue
02 green 03 lite blue 05 purple 04 red 06 yellow 07 white 08 grey 09 blue

10 blueback black 11 blueback blue (this displays no text) 12 blueback green 13 blueback light blue 14 blueback red 15 blueback purple 16 blueback yellow 17 blueback white (classic color scheme) 02 blackback green (fallout themed color scheme i assume?)

crazysmile11012 commented 8 months ago

i see you are using the fo3/nv commands the actual "hacking minigame" was based of a dos exploit using debug -d and finding data in the ram bump like passwords to get in it is a great idea but i would need to make a user account framework (a framework dos did not ship with) this will be pushed back until i got the lower level frameworks sorted out